HomeSort by relevance Sort by last modified time
    Searched defs:doesNotThrow (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 350 bool doesNotThrow() const {
351 CALLSITE_DELEGATE_GETTER(doesNotThrow());
Statepoint.h 139 bool doesNotThrow() const {
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
Function.h 318 bool doesNotThrow() const {
366 return hasUWTable() || !doesNotThrow();

Completed in 888 milliseconds