Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3490 if (Optional<llvm::APSInt> AbortCode = Arg->getIntegerConstantExpr(Context)) in CheckSystemZBuiltinFunctionCall() local
3491 if (AbortCode->getSExtValue() >= 0 && AbortCode->getSExtValue() < 256) in CheckSystemZBuiltinFunctionCall()