Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp4645 if (std::optional<llvm::APSInt> AbortCode = in CheckSystemZBuiltinFunctionCall() local
4647 if (AbortCode->getSExtValue() >= 0 && AbortCode->getSExtValue() < 256) in CheckSystemZBuiltinFunctionCall()