Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3003 bool shouldInvert = false; in VisitTrueTest() local
3024 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()
3046 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()
3049 if (shouldInvert) in VisitTrueTest()
3082 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()
3097 if (!shouldInvert) { in VisitTrueTest()