Searched defs:TookTrue (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2310 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local 2371 const bool TookTrue = *(srcBlk->succ_begin()) == dstBlk; in VisitTerminator() local 2378 const ExplodedNode *N, bool TookTrue) { in VisitTrueTest() 2533 PathSensitiveBugReport &R, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() 2653 PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue) { in VisitConditionVariable() 2680 PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() 2716 PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() 2753 const ExplodedNode *N, bool TookTrue, in printValue()
|