Searched refs:TookTrue (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 469 const ExplodedNode *N, bool TookTrue); 474 const ExplodedNode *N, bool TookTrue, 480 const ExplodedNode *N, bool TookTrue, bool IsAssuming); 485 const ExplodedNode *N, bool TookTrue, 491 const ExplodedNode *N, bool TookTrue); 503 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2613 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local 2675 return VisitTrueTest(Cond, BRC, R, N, TookTrue); in VisitTerminator() 2697 bool TookTrueTmp = TookTrue; in VisitTrueTest() 2868 TookTrue); in VisitTrueTest() 2893 if (!TookTrue) in VisitTrueTest() 2994 if (!printValue(DRE, Out, N, TookTrue, IsAssuming)) in VisitTrueTest() 3027 if (!printValue(ME, Out, N, TookTrue, IsAssuming)) in VisitTrueTest() 3061 Out << (TookTrue ? "non-null" : "null"); in printValue() 3066 Out << (TookTrue ? "non-nil" : "nil"); in printValue() 3079 Out << (TookTrue ? "true" : "false"); in printValue() [all …]
|