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

/external/llvm/include/llvm/IR/
H A DCallSite.h259 bool doesNotThrow() const { function in class:llvm::CallSiteBase
260 CALLSITE_DELEGATE_GETTER(doesNotThrow());
H A DFunction.h265 bool doesNotThrow() const { function in class:llvm::Function
294 return hasUWTable() || !doesNotThrow();
H A DInstructions.h1423 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); } function in class:llvm::CallInst
3092 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); } function in class:llvm::InvokeInst

Completed in 385 milliseconds