Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
2757 bool shouldInvert = false; in VisitTrueTest() local2778 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()2800 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()2803 if (shouldInvert) in VisitTrueTest()2836 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()2851 if (!shouldInvert) { in VisitTrueTest()