Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h719 llvm::APSInt EvaluateKnownConstIntCheckOverflow(
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16281 APSInt Expr::EvaluateKnownConstIntCheckOverflow( in EvaluateKnownConstIntCheckOverflow() function in Expr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17019 *Result = E->EvaluateKnownConstIntCheckOverflow(Context, &Notes); in VerifyIntegerConstantExpression()