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

/external/llvm/include/llvm/IR/
H A DCallSite.h350 bool doesNotThrow() const { function in class:llvm::CallSiteBase
351 CALLSITE_DELEGATE_GETTER(doesNotThrow());
H A DStatepoint.h139 bool doesNotThrow() const { function in class:llvm::StatepointFlags::StatepointBase
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
H A DFunction.h318 bool doesNotThrow() const { function in class:llvm::Function
366 return hasUWTable() || !doesNotThrow();

Completed in 96 milliseconds