Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2535 bool shouldInvert = false; in VisitTrueTest() local
2556 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()
2578 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()
2581 if (shouldInvert) in VisitTrueTest()
2614 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()
2629 if (!shouldInvert) { in VisitTrueTest()