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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCallSite.h230 bool doesNotThrow() const { function in class:llvm::CallSiteBase
231 CALLSITE_DELEGATE_GETTER(doesNotThrow());
233 void setDoesNotThrow(bool doesNotThrow = true) {
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
/external/llvm/include/llvm/IR/
H A DStatepoint.h139 bool doesNotThrow() const { function in class:llvm::StatepointFlags::StatepointBase
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
H A DCallSite.h450 bool doesNotThrow() const { function in class:llvm::CallSiteBase
451 CALLSITE_DELEGATE_GETTER(doesNotThrow());
H A DFunction.h343 bool doesNotThrow() const { function in class:llvm::Function
389 return hasUWTable() || !doesNotThrow();
/external/swiftshader/third_party/LLVM/include/llvm/
H A DFunction.h246 bool doesNotThrow() const { function in class:llvm::Function
268 return hasUWTable() || !doesNotThrow();
H A DInstructions.h1305 bool doesNotThrow() const { return paramHasAttr(~0, Attribute::NoUnwind); } function in class:llvm::CallInst
2777 bool doesNotThrow() const { return paramHasAttr(~0, Attribute::NoUnwind); }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h366 bool doesNotThrow() const { function in class:llvm::Function
412 return hasUWTable() || !doesNotThrow();

Completed in 669 milliseconds