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

  /external/llvm/include/llvm/Support/
CallSite.h 235 bool doesNotThrow() const {
236 CALLSITE_DELEGATE_GETTER(doesNotThrow());
  /external/llvm/include/llvm/IR/
Function.h 250 bool doesNotThrow() const {
279 return hasUWTable() || !doesNotThrow();
Instructions.h     [all...]

Completed in 184 milliseconds