Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h687 void EvaluateForOverflow(const ASTContext &Ctx) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp13466 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
13473 E->EvaluateForOverflow(Context); in CheckForIntOverflow()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp15035 void Expr::EvaluateForOverflow(const ASTContext &Ctx) const { in EvaluateForOverflow() function in Expr