Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
3003 bool shouldInvert = false; in VisitTrueTest() local3024 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()3046 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()3049 if (shouldInvert) in VisitTrueTest()3082 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()3097 if (!shouldInvert) { in VisitTrueTest()