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

  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
ObjCARC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 154 CGF.Builder.CreateCall(Fn)->setDoesNotThrow();
229 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
281 CGF.Builder.CreateCall(SyncExitFn, SyncArg)->setDoesNotThrow();
305 CGF.Builder.CreateCall(syncEnterFn, lock)->setDoesNotThrow();
CGException.cpp 330 ->setDoesNotThrow();
415 ExceptionPtr->setDoesNotThrow();
880 CGF.Builder.CreateCall(getEndCatchFn(CGF))->setDoesNotThrow();
897 Call->setDoesNotThrow();
    [all...]
CGDeclCXX.cpp 146 Fn->setDoesNotThrow();
184 Fn->setDoesNotThrow();
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenFunction.cpp 382 F->setDoesNotThrow(true);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 233 void setDoesNotThrow(bool doesNotThrow = true) {
234 CALLSITE_DELEGATE_SETTER(setDoesNotThrow(doesNotThrow));
  /external/llvm/include/llvm/
Function.h 245 void setDoesNotThrow(bool DoesNotThrow = true) {
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 664 Register->setDoesNotThrow();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 182 CI.setDoesNotThrow();
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 303 newFunction->setDoesNotThrow(true);
InlineFunction.cpp     [all...]

Completed in 131 milliseconds