Searched refs:EvaluateForOverflow (Results 1 – 3 of 3) sorted by relevance
711 void EvaluateForOverflow(const ASTContext &Ctx) const;
16640 E->EvaluateForOverflow(Context); in CheckForIntOverflow()16647 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
15885 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr