Searched refs:EvaluateForOverflow (Results 1 – 3 of 3) sorted by relevance
723 void EvaluateForOverflow(const ASTContext &Ctx) const;
11744 E->EvaluateForOverflow(Context); in CheckForIntOverflow()11751 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
16301 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr