Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp238 bool &noUnwind, bool &willReturn) { in convertSideEffectForCall() argument
244 noUnwind = isNothrow; in convertSideEffectForCall()
253 noUnwind = true; in convertSideEffectForCall()
262 noUnwind = true; in convertSideEffectForCall()
890 bool noUnwind = false; in rewriteCallOrInvoke() local
893 memoryEffects, noUnwind, willReturn); in rewriteCallOrInvoke()
923 newOp.setNoUnwind(noUnwind); in rewriteCallOrInvoke()
H A DLowerToLLVM.h35 bool &noUnwind, bool &willReturn);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp806 KEYWORD(noUnwind); in LexIdentifier()