Searched defs:doesNotReturn (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCallSite.h227 bool doesNotReturn() const { function in class:llvm::CallSiteBase
228 CALLSITE_DELEGATE_GETTER(doesNotReturn());
230 void setDoesNotReturn(bool doesNotReturn = true) {
231 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
/external/llvm/include/llvm/
H A DFunction.h233 bool doesNotReturn() const { function in class:llvm::Function
H A DInstructions.h1318 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); } function in class:llvm::CallInst
3071 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); } function in class:llvm::InvokeInst

Completed in 63 milliseconds