Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp1520 llvm::APSInt AbortCode(32); in CheckSystemZBuiltinFunctionCall() local
1521 if (Arg->isIntegerConstantExpr(AbortCode, Context) && in CheckSystemZBuiltinFunctionCall()
1522 AbortCode.getSExtValue() >= 0 && AbortCode.getSExtValue() < 256) in CheckSystemZBuiltinFunctionCall()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp3387 if (Optional<llvm::APSInt> AbortCode = Arg->getIntegerConstantExpr(Context)) in CheckSystemZBuiltinFunctionCall() local
3388 if (AbortCode->getSExtValue() >= 0 && AbortCode->getSExtValue() < 256) in CheckSystemZBuiltinFunctionCall()