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.cpp3046 bool shouldInvert = false; in VisitTrueTest() local
3067 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()
3089 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()
3092 if (shouldInvert) in VisitTrueTest()
3125 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()
3140 if (!shouldInvert) { in VisitTrueTest()