reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/Consumed.cpp
  331       : InfoType(IT_BinTest) {
  341       : InfoType(IT_BinTest) {
  367     assert(InfoType == IT_BinTest);
  372     assert(InfoType == IT_BinTest);
  400     assert(InfoType == IT_BinTest);
  405     assert(InfoType == IT_BinTest);
  412   bool isBinTest() const { return InfoType == IT_BinTest; }
  417     return InfoType == IT_VarTest || InfoType == IT_BinTest;
  425     assert(InfoType == IT_VarTest || InfoType == IT_BinTest);
  431     } else if (InfoType == IT_BinTest) {