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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1328 bool shouldInvert = false; local
1339 shouldInvert = !isVarLHS && isVarRHS;
1360 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is ";
1363 if (shouldInvert)
1396 Out << (shouldInvert ? LhsString : RhsString);

Completed in 126 milliseconds