Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2069 bool shouldInvert = false; in VisitTrueTest() local
2080 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()
2101 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()
2104 if (shouldInvert) in VisitTrueTest()
2137 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()