Searched refs:EvaluateForOverflow (Results 1 – 3 of 3) sorted by relevance
693 void EvaluateForOverflow(const ASTContext &Ctx) const;
14550 E->EvaluateForOverflow(Context); in CheckForIntOverflow()14557 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
15263 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr