Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp212 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
242 CI->setDoesNotReturn(); in InsertUnwindResumeCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp196 TrapCall->setDoesNotReturn(); in addBoundsChecking()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp561 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1529 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1553 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1589 terminateCall->setDoesNotReturn(); in getTerminateFunclet()
1614 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
H A DItaniumCXXABI.cpp1445 Call->setDoesNotReturn(); in EmitBadTypeidCall()
1564 Call->setDoesNotReturn(); in EmitBadCastCall()
4656 fn->setDoesNotReturn(); in getClangCallTerminateFn()
4686 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
H A DCGObjCMac.cpp2286 CallSite->setDoesNotReturn(); in EmitMessageSend()
4963 ->setDoesNotReturn(); in EmitThrowStmt()
7846 Call->setDoesNotReturn(); in EmitThrowStmt()
7850 Call->setDoesNotReturn(); in EmitThrowStmt()
H A DCGObjCGNU.cpp3970 Throw->setDoesNotReturn(); in EmitThrowStmt()
3976 Throw->setDoesNotReturn(); in EmitThrowStmt()
H A DCodeGenFunction.cpp2590 TrapCall->setDoesNotReturn(); in EmitMultiVersionResolver()
H A DCGCall.cpp4427 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
4431 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
H A DCGClass.cpp1453 TrapCall->setDoesNotReturn(); in EmitDestructorBody()
H A DCGExpr.cpp3192 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
3503 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
H A DMicrosoftCXXABI.cpp972 Call->setDoesNotReturn(); in EmitBadTypeidCall()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1822 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1842 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h600 void setDoesNotReturn() { in setDoesNotReturn() function
H A DInstrTypes.h1838 void setDoesNotReturn() {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1426 F->setDoesNotReturn(); in addNoReturnAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1767 newFunction->setDoesNotReturn(); in extractCodeRegion()