Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h685 llvm::APSInt EvaluateKnownConstIntCheckOverflow(
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp14974 APSInt Expr::EvaluateKnownConstIntCheckOverflow( in EvaluateKnownConstIntCheckOverflow() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp16253 *Result = E->EvaluateKnownConstIntCheckOverflow(Context); in VerifyIntegerConstantExpression()