Home
last modified time | relevance | path

Searched refs:EvaluateForOverflow (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h629 void EvaluateForOverflow(const ASTContext &Ctx) const;
/external/clang/lib/AST/
DExprConstant.cpp9274 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr
/external/clang/lib/Sema/
DSemaChecking.cpp8864 E->IgnoreParenCasts()->EvaluateForOverflow(Context); in CheckForIntOverflow()