Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h246 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);
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp2182 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local
2183 return VisitTrueTest(cast<Expr>(PS->getStmt()), BRC, BR, N, TookTrue); in VisitNodeImpl()
2243 const bool TookTrue = *(srcBlk->succ_begin()) == dstBlk; in VisitTerminator() local
2244 return VisitTrueTest(Cond, BRC, R, N, TookTrue); in VisitTerminator()
2250 const ExplodedNode *N, bool TookTrue) { in VisitTrueTest() argument
2266 bool TookTrueTmp = TookTrue; in VisitTrueTest()
2313 Loc, TookTrue ? GenericTrueMessage : GenericFalseMessage); in VisitTrueTest()
2405 PathSensitiveBugReport &R, const ExplodedNode *N, bool TookTrue, in VisitTrueTest() argument
2437 TookTrue); in VisitTrueTest()
2462 if (!TookTrue) in VisitTrueTest()
[all …]