HomeSort by relevance Sort by last modified time
    Searched refs:doesNotThrow (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 230 bool doesNotThrow() const {
231 CALLSITE_DELEGATE_GETTER(doesNotThrow());
233 void setDoesNotThrow(bool doesNotThrow = true) {
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 92 SCCMightUnwind |= !F->doesNotThrow();
95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
117 if (CI->doesNotThrow()) {
176 if (II->doesNotThrow()) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
CaptureTracking.cpp 77 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 97 SCCMightUnwind |= !F->doesNotThrow();
100 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
197 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) {
  /external/llvm/include/llvm/IR/
Statepoint.h 139 bool doesNotThrow() const {
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
CallSite.h 450 bool doesNotThrow() const {
451 CALLSITE_DELEGATE_GETTER(doesNotThrow());
Function.h 343 bool doesNotThrow() const {
389 return hasUWTable() || !doesNotThrow();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
CallSite.h 463 bool doesNotThrow() const {
464 CALLSITE_DELEGATE_GETTER(doesNotThrow());
Function.h 388 bool doesNotThrow() const {
434 return hasUWTable() || !doesNotThrow();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
CallSite.h 463 bool doesNotThrow() const {
464 CALLSITE_DELEGATE_GETTER(doesNotThrow());
Function.h 388 bool doesNotThrow() const {
434 return hasUWTable() || !doesNotThrow();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
CallSite.h 463 bool doesNotThrow() const {
464 CALLSITE_DELEGATE_GETTER(doesNotThrow());
Function.h 388 bool doesNotThrow() const {
434 return hasUWTable() || !doesNotThrow();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
CallSite.h 463 bool doesNotThrow() const {
464 CALLSITE_DELEGATE_GETTER(doesNotThrow());
Function.h 388 bool doesNotThrow() const {
434 return hasUWTable() || !doesNotThrow();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h 154 bool doesNotThrow() const {
156 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false);
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 246 bool doesNotThrow() const {
249 void setDoesNotThrow(bool DoesNotThrow = true) {
250 if (DoesNotThrow) addFnAttr(Attribute::NoUnwind);
268 return hasUWTable() || !doesNotThrow();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 366 bool doesNotThrow() const {
412 return hasUWTable() || !doesNotThrow();

Completed in 965 milliseconds

1 2 3