Searched refs:EvaluateForOverflow (Results 1 – 7 of 7) sorted by relevance
629 void EvaluateForOverflow(const ASTContext &Ctx) const;
710 void EvaluateForOverflow(const ASTContext &Ctx) const;
723 void EvaluateForOverflow(const ASTContext &Ctx) const;
9274 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr
8864 E->IgnoreParenCasts()->EvaluateForOverflow(Context); in CheckForIntOverflow()