Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h689 llvm::APSInt EvaluateKnownConstIntCheckOverflow(
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp15244 APSInt Expr::EvaluateKnownConstIntCheckOverflow( in EvaluateKnownConstIntCheckOverflow() function in Expr
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp17275 *Result = E->EvaluateKnownConstIntCheckOverflow(Context); in VerifyIntegerConstantExpression()