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