Searched refs:EvaluateForOverflow (Results 1 – 3 of 3) sorted by relevance
687 void EvaluateForOverflow(const ASTContext &Ctx) const;
13466 E->EvaluateForOverflow(Context); in CheckForIntOverflow()13473 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
15035 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr