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

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
CrossDSOCFI.cpp 134 TrapCall->setDoesNotThrow();
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 164 CGF.Builder.CreateCall(Fn)->setDoesNotThrow();
239 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
315 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow();
339 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow();
CGDeclCXX.cpp 232 atexitFn->setDoesNotThrow();
268 Fn->setDoesNotThrow();
CGDecl.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGException.cpp     [all...]
CodeGenFunction.cpp     [all...]
CGExpr.cpp     [all...]
CGCall.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 353 void setDoesNotThrow() {
354 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
Function.h 322 void setDoesNotThrow() {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 87 TrapCall->setDoesNotThrow();
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 386 StoreStrong->setDoesNotThrow();
ObjCARCOpts.cpp 813 cast<CallInst>(Inst)->setDoesNotThrow();
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 463 Register->setDoesNotThrow();
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 352 newFunction->setDoesNotThrow();
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 693 CI.setDoesNotThrow();
    [all...]

Completed in 548 milliseconds