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 87 void setDoesNotThrow(Function &F) {
89 F.setDoesNotThrow();
845 setDoesNotThrow(F);
855 setDoesNotThrow(F);
867 setDoesNotThrow(F);
880 setDoesNotThrow(F);
889 setDoesNotThrow(F);
906 setDoesNotThrow(F);
915 setDoesNotThrow(F);
922 setDoesNotThrow(F)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 163 CGF.Builder.CreateCall(Fn)->setDoesNotThrow();
238 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
307 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow();
331 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow();
CGDeclCXX.cpp 210 atexitFn->setDoesNotThrow();
246 Fn->setDoesNotThrow();
CGException.cpp     [all...]
CGDecl.cpp 484 ->setDoesNotThrow();
    [all...]
CodeGenFunction.cpp 743 F->setDoesNotThrow();
    [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 262 void setDoesNotThrow() {
263 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 269 void setDoesNotThrow() {
Instructions.h     [all...]
  /art/compiler/llvm/
intrinsic_helper.cc 147 fn->setDoesNotThrow();
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 89 TrapCall->setDoesNotThrow();
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 279 StoreStrong->setDoesNotThrow();
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 474 Register->setDoesNotThrow();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 211 CI.setDoesNotThrow();
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 351 newFunction->setDoesNotThrow();
InlineFunction.cpp 728 CI->setDoesNotThrow();
    [all...]

Completed in 557 milliseconds