Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2757 bool shouldInvert = false; in VisitTrueTest() local
2778 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()
2800 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()
2803 if (shouldInvert) in VisitTrueTest()
2836 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()
2851 if (!shouldInvert) { in VisitTrueTest()