Searched refs:FalseIsThrow (Results 1 – 1 of 1) sorted by relevance
563 bool FalseIsThrow = isa<CXXThrowExpr>(False->IgnoreParenImpCasts()); in ClassifyConditional() local564 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional()565 : (FalseIsThrow ? True : nullptr)) in ClassifyConditional()