Searched refs:TookTrue (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 246 const ExplodedNode *N, bool TookTrue); 251 const ExplodedNode *N, bool TookTrue, 257 const ExplodedNode *N, bool TookTrue, bool IsAssuming); 262 const ExplodedNode *N, bool TookTrue, 268 const ExplodedNode *N, bool TookTrue); 280 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2310 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local 2311 return VisitTrueTest(cast<Expr>(PS->getStmt()), BRC, BR, N, TookTrue); in VisitNodeImpl() 2371 const bool TookTrue = *(srcBlk->succ_begin()) == dstBlk; in VisitTerminator() local 2372 return VisitTrueTest(Cond, BRC, R, N, TookTrue); in VisitTerminator() 2378 const ExplodedNode *N, bool TookTrue) { in VisitTrueTest() argument 2394 bool TookTrueTmp = TookTrue; in VisitTrueTest() 2441 Loc, TookTrue ? GenericTrueMessage : GenericFalseMessage); in VisitTrueTest() 2533 PathSensitiveBugReport &R, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() argument 2565 TookTrue); in VisitTrueTest() 2590 if (!TookTrue) in VisitTrueTest() [all …]
|