Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
3046 bool shouldInvert = false; in VisitTrueTest() local3067 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()3089 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()3092 if (shouldInvert) in VisitTrueTest()3125 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()3140 if (!shouldInvert) { in VisitTrueTest()