Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h689 void EvaluateForOverflow(const ASTContext &Ctx) const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13194 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
13201 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp14993 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr