Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp290 IT_VarTest, enumerator
314 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
317 : InfoType(IT_VarTest) { in PropagationInfo()
355 assert(InfoType == IT_VarTest); in getVarTest()
404 bool isVarTest() const { return InfoType == IT_VarTest; } in isVarTest()
410 return InfoType == IT_VarTest || InfoType == IT_BinTest; in isTest()
418 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); in invertTest()
420 if (InfoType == IT_VarTest) { in invertTest()