Searched refs:setDoesNotReturn (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h254 void setDoesNotReturn() { function in class:llvm::CallSiteBase
255 CALLSITE_DELEGATE_SETTER(setDoesNotReturn());
H A DFunction.h260 void setDoesNotReturn() { function in class:llvm::Function
H A DInstructions.h1418 void setDoesNotReturn() { function in class:llvm::CallInst
3087 void setDoesNotReturn() { function in class:llvm::InvokeInst
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp88 TrapCall->setDoesNotReturn();
/external/clang/lib/CodeGen/
H A DCGException.cpp545 ->setDoesNotReturn();
1495 fn->setDoesNotReturn();
1523 termCall->setDoesNotReturn();
1558 terminateCall->setDoesNotReturn();
1585 terminateCall->setDoesNotReturn();
1611 ->setDoesNotReturn();
H A DCGCall.cpp2454 invoke->setDoesNotReturn();
2458 call->setDoesNotReturn();
H A DCGExpr.cpp2250 HandlerCall->setDoesNotReturn();
2268 TrapCall->setDoesNotReturn();
H A DItaniumCXXABI.cpp954 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn();
1042 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn();
H A DCGObjCMac.cpp4108 ->setDoesNotReturn();
6984 .setDoesNotReturn();
6987 .setDoesNotReturn();
H A DCGObjCGNU.cpp2673 Throw.setDoesNotReturn();
H A DMicrosoftCXXABI.cpp667 Call.setDoesNotReturn();
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1876 funct->setDoesNotReturn();
1896 funct->setDoesNotReturn();

Completed in 241 milliseconds