HomeSort by relevance Sort by last modified time
    Searched refs:setDoesNotThrow (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 86 void setDoesNotThrow(Function &F) {
88 F.setDoesNotThrow();
826 setDoesNotThrow(F);
836 setDoesNotThrow(F);
848 setDoesNotThrow(F);
861 setDoesNotThrow(F);
870 setDoesNotThrow(F);
887 setDoesNotThrow(F);
896 setDoesNotThrow(F);
903 setDoesNotThrow(F)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 162 CGF.Builder.CreateCall(Fn)->setDoesNotThrow();
237 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
306 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow();
330 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow();
CGDeclCXX.cpp 207 atexitFn->setDoesNotThrow();
243 Fn->setDoesNotThrow();
CGException.cpp     [all...]
CGDecl.cpp 478 ->setDoesNotThrow();
    [all...]
CodeGenFunction.cpp 655 F->setDoesNotThrow();
    [all...]
ItaniumCXXABI.cpp     [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 243 void setDoesNotThrow() {
244 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /art/compiler/llvm/
intrinsic_helper.cc 147 fn->setDoesNotThrow();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 90 TrapCall->setDoesNotThrow();
  /external/llvm/include/llvm/IR/
Function.h 269 void setDoesNotThrow() {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 278 StoreStrong->setDoesNotThrow();
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 473 Register->setDoesNotThrow();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 209 CI.setDoesNotThrow();
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 350 newFunction->setDoesNotThrow();
InlineFunction.cpp 740 CI->setDoesNotThrow();
    [all...]

Completed in 541 milliseconds