Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1386 bool shouldInvert = false; in VisitTrueTest() local
1397 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()
1418 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()
1421 if (shouldInvert) in VisitTrueTest()
1454 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()