Searched refs:RThrow (Results 1 – 1 of 1) sorted by relevance
6871 bool RThrow = isa<CXXThrowExpr>(RHS.get()->IgnoreParenImpCasts()); in CXXCheckConditionalOperands() local6877 bool IsThrow = LVoid ? LThrow : RThrow; in CXXCheckConditionalOperands()6883 if (LThrow != RThrow) { in CXXCheckConditionalOperands()