Searched refs:LThrow (Results 1 – 1 of 1) sorted by relevance
5138 bool LThrow = isa<CXXThrowExpr>(LHS.get()->IgnoreParenImpCasts()); in CXXCheckConditionalOperands() local5140 if (LThrow != RThrow) { in CXXCheckConditionalOperands()5141 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands()