Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h479 const ExplodedNode *N, bool TookTrue);
484 const ExplodedNode *N, bool TookTrue,
490 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
495 const ExplodedNode *N, bool TookTrue,
501 const ExplodedNode *N, bool TookTrue);
513 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2809 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl() local
2871 return VisitTrueTest(Cond, BRC, R, N, TookTrue); in VisitTerminator()
2893 bool TookTrueTmp = TookTrue; in VisitTrueTest()
3062 TookTrue); in VisitTrueTest()
3087 if (!TookTrue) in VisitTrueTest()
3188 if (!printValue(DRE, Out, N, TookTrue, IsAssuming)) in VisitTrueTest()
3221 if (!printValue(ME, Out, N, TookTrue, IsAssuming)) in VisitTrueTest()
3255 Out << (TookTrue ? "non-null" : "null"); in printValue()
3260 Out << (TookTrue ? "non-nil" : "nil"); in printValue()
3273 Out << (TookTrue ? "true" : "false"); in printValue()
[all …]