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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp286 IT_BinTest, enumerator in enum:clang::consumed::PropagationInfo::__anon3159
321 : InfoType(IT_BinTest) {
332 : InfoType(IT_BinTest) {
360 assert(InfoType == IT_BinTest);
365 assert(InfoType == IT_BinTest);
393 assert(InfoType == IT_BinTest);
398 assert(InfoType == IT_BinTest);
405 inline bool isBinTest() const { return InfoType == IT_BinTest; }
410 return InfoType == IT_VarTest || InfoType == IT_BinTest;
418 assert(InfoType == IT_VarTest || InfoType == IT_BinTest);
[all...]

Completed in 91 milliseconds