Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h707 llvm::APSInt EvaluateKnownConstIntCheckOverflow(
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp15865 APSInt Expr::EvaluateKnownConstIntCheckOverflow( in EvaluateKnownConstIntCheckOverflow() function in Expr
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18069 *Result = E->EvaluateKnownConstIntCheckOverflow(Context); in VerifyIntegerConstantExpression()