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

  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 109 void setDoesNotThrow(Function &F);
227 void SimplifyLibCalls::setDoesNotThrow(Function &F) {
229 F.setDoesNotThrow();
260 setDoesNotThrow(F);
269 setDoesNotThrow(F);
286 setDoesNotThrow(F);
293 setDoesNotThrow(F);
308 setDoesNotThrow(F);
316 setDoesNotThrow(F);
322 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 205 atexitFn->setDoesNotThrow();
241 Fn->setDoesNotThrow();
CGException.cpp     [all...]
CodeGenFunction.cpp 543 F->setDoesNotThrow();
    [all...]
ItaniumCXXABI.cpp     [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 238 void setDoesNotThrow() {
239 CALLSITE_DELEGATE_SETTER(setDoesNotThrow());
  /external/llvm/include/llvm/IR/
Function.h 254 void setDoesNotThrow() {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 90 TrapCall->setDoesNotThrow();
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 306 StoreStrong->setDoesNotThrow();
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 470 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 730 CI->setDoesNotThrow();
    [all...]

Completed in 1302 milliseconds