Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSystemZ.cpp28 if (std::optional<llvm::APSInt> AbortCode = in CheckSystemZBuiltinFunctionCall() local
30 if (AbortCode->getSExtValue() >= 0 && AbortCode->getSExtValue() < 256) in CheckSystemZBuiltinFunctionCall()