Searched refs:TookTrue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitors.h | 480 const ExplodedNode *N, bool TookTrue); 485 const ExplodedNode *N, bool TookTrue, 491 const ExplodedNode *N, bool TookTrue, bool IsAssuming); 496 const ExplodedNode *N, bool TookTrue, 502 const ExplodedNode *N, bool TookTrue); 514 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2813 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local 2814 return VisitTrueTest(cast<Expr>(PS->getStmt()), BRC, BR, N, TookTrue); in VisitNodeImpl() 2874 const bool TookTrue = *(srcBlk->succ_begin()) == dstBlk; in VisitTerminator() local 2875 return VisitTrueTest(Cond, BRC, R, N, TookTrue); in VisitTerminator() 2881 const ExplodedNode *N, bool TookTrue) { in VisitTrueTest() argument 2907 bool TookTrueTmp = TookTrue; in VisitTrueTest() 2954 Loc, TookTrue ? GenericTrueMessage : GenericFalseMessage); in VisitTrueTest() 3044 PathSensitiveBugReport &R, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() argument 3076 TookTrue); in VisitTrueTest() 3101 if (!TookTrue) in VisitTrueTest() [all …]
|