Home
last modified time | relevance | path

Searched defs:willReturn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h661 bool willReturn() const { return hasFnAttribute(Attribute::WillReturn); } in willReturn() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1207 bool Instruction::willReturn() const { in willReturn() function in Instruction
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp238 bool &noUnwind, bool &willReturn) { in convertSideEffectForCall()
891 bool willReturn = false; in rewriteCallOrInvoke() local