Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
2535 bool shouldInvert = false; in VisitTrueTest() local2556 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()2578 << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()2581 if (shouldInvert) in VisitTrueTest()2614 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()2629 if (!shouldInvert) { in VisitTrueTest()