Home
last modified time | relevance | path

Searched refs:IT_VarTest (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp297 IT_VarTest, enumerator
321 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
324 : InfoType(IT_VarTest) { in PropagationInfo()
362 assert(InfoType == IT_VarTest); in getVarTest()
411 bool isVarTest() const { return InfoType == IT_VarTest; } in isVarTest()
417 return InfoType == IT_VarTest || InfoType == IT_BinTest; in isTest()
425 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); in invertTest()
427 if (InfoType == IT_VarTest) { in invertTest()