Searched refs:EvaluateForOverflow (Results 1 – 3 of 3) sorted by relevance
704 void EvaluateForOverflow(const ASTContext &Ctx) const;
14882 E->EvaluateForOverflow(Context); in CheckForIntOverflow()14889 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
15501 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr