Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h261 void setDoesNotReturn() { in setDoesNotReturn() function
262 CALLSITE_DELEGATE_SETTER(setDoesNotReturn()); in setDoesNotReturn()
DFunction.h265 void setDoesNotReturn() {
DInstructions.h1483 void setDoesNotReturn() {
3173 void setDoesNotReturn() {
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp86 TrapCall->setDoesNotReturn(); in getTrapBB()
/external/clang/lib/CodeGen/
DCGException.cpp508 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1205 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1229 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1254 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
DItaniumCXXABI.cpp1073 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadTypeidCall()
1161 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadCastCall()
3590 fn->setDoesNotReturn(); in getClangCallTerminateFn()
3620 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
DCGCall.cpp2943 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
2947 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
DCGExpr.cpp2285 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
2406 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
DCGObjCMac.cpp4074 ->setDoesNotReturn(); in EmitThrowStmt()
6951 .setDoesNotReturn(); in EmitThrowStmt()
6954 .setDoesNotReturn(); in EmitThrowStmt()
DCGObjCGNU.cpp2680 Throw.setDoesNotReturn(); in EmitThrowStmt()
DMicrosoftCXXABI.cpp875 Call.setDoesNotReturn(); in EmitBadTypeidCall()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1872 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1892 funct->setDoesNotReturn(); in createStandardUtilityFunctions()