Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp3149 llvm::APSInt AbortCode(32); in CheckSystemZBuiltinFunctionCall() local
3150 if (Arg->isIntegerConstantExpr(AbortCode, Context) && in CheckSystemZBuiltinFunctionCall()
3151 AbortCode.getSExtValue() >= 0 && AbortCode.getSExtValue() < 256) in CheckSystemZBuiltinFunctionCall()