Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp294 IT_VarTest, enumerator
319 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
322 : InfoType(IT_VarTest) { in PropagationInfo()
364 assert(InfoType == IT_VarTest); in getVarTest()
413 inline bool isVarTest() const { return InfoType == IT_VarTest; } in isVarTest()
419 return InfoType == IT_VarTest || InfoType == IT_BinTest; in isTest()
427 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); in invertTest()
429 if (InfoType == IT_VarTest) { in invertTest()