Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
2838 bool shouldInvert = false; in VisitTrueTest() local2859 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()2881 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()2884 if (shouldInvert) in VisitTrueTest()2917 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()2932 if (!shouldInvert) { in VisitTrueTest()