Home
last modified time | relevance | path

Searched refs:TookTrue (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h470 const ExplodedNode *N, bool TookTrue);
475 const ExplodedNode *N, bool TookTrue,
481 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
486 const ExplodedNode *N, bool TookTrue,
492 const ExplodedNode *N, bool TookTrue);
504 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2791 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local
2792 return VisitTrueTest(cast<Expr>(PS->getStmt()), BRC, BR, N, TookTrue); in VisitNodeImpl()
2852 const bool TookTrue = *(srcBlk->succ_begin()) == dstBlk; in VisitTerminator() local
2853 return VisitTrueTest(Cond, BRC, R, N, TookTrue); in VisitTerminator()
2859 const ExplodedNode *N, bool TookTrue) { in VisitTrueTest() argument
2875 bool TookTrueTmp = TookTrue; in VisitTrueTest()
2922 Loc, TookTrue ? GenericTrueMessage : GenericFalseMessage); in VisitTrueTest()
3012 PathSensitiveBugReport &R, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() argument
3044 TookTrue); in VisitTrueTest()
3069 if (!TookTrue) in VisitTrueTest()
[all …]