Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp295 IT_BinTest, enumerator
330 : InfoType(IT_BinTest) { in PropagationInfo()
341 : InfoType(IT_BinTest) { in PropagationInfo()
369 assert(InfoType == IT_BinTest); in getLTest()
374 assert(InfoType == IT_BinTest); in getRTest()
402 assert(InfoType == IT_BinTest); in testEffectiveOp()
407 assert(InfoType == IT_BinTest); in testSourceNode()
414 inline bool isBinTest() const { return InfoType == IT_BinTest; } in isBinTest()
419 return InfoType == IT_VarTest || InfoType == IT_BinTest; in isTest()
427 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); in invertTest()
[all …]