Searched defs:TookTrue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2813 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local 2874 const bool TookTrue = *(srcBlk->succ_begin()) == dstBlk; in VisitTerminator() local 2881 const ExplodedNode *N, bool TookTrue) { in VisitTrueTest() 3044 PathSensitiveBugReport &R, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() 3164 PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue) { in VisitConditionVariable() 3191 PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() 3227 PathSensitiveBugReport &report, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() 3264 const ExplodedNode *N, bool TookTrue, in printValue()
|