Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2838 bool shouldInvert = false; in VisitTrueTest() local
2859 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()
2881 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()
2884 if (shouldInvert) in VisitTrueTest()
2917 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()
2932 if (!shouldInvert) { in VisitTrueTest()