Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
/external/llvm/include/llvm/IR/
DCallSite.h445 void setDoesNotReturn() { in setDoesNotReturn() function
446 CALLSITE_DELEGATE_SETTER(setDoesNotReturn()); in setDoesNotReturn()
DFunction.h338 void setDoesNotReturn() {
DInstructions.h1765 void setDoesNotReturn() {
3729 void setDoesNotReturn() {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h500 void setDoesNotReturn() { in setDoesNotReturn() function
501 CALLSITE_DELEGATE_SETTER(setDoesNotReturn()); in setDoesNotReturn()
DFunction.h498 void setDoesNotReturn() { in setDoesNotReturn() function
DInstructions.h1798 void setDoesNotReturn() {
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp86 TrapCall->setDoesNotReturn(); in getTrapBB()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp190 TrapCall->setDoesNotReturn(); in addBoundsChecking()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h240 void setDoesNotReturn(bool DoesNotReturn = true) {
DInstructions.h1299 void setDoesNotReturn(bool DoesNotReturn = true) {
2771 void setDoesNotReturn(bool DoesNotReturn = true) {
/external/clang/lib/CodeGen/
DCGException.cpp499 ->setDoesNotReturn(); in emitFilterDispatchBlock()
1311 terminateCall->setDoesNotReturn(); in getTerminateLandingPad()
1344 terminateCall->setDoesNotReturn(); in getTerminateHandler()
1369 getExceptionFromSlot())->setDoesNotReturn(); in getEHResumeBlock()
DItaniumCXXABI.cpp1201 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadTypeidCall()
1298 CGF.EmitRuntimeCallOrInvoke(Fn).setDoesNotReturn(); in EmitBadCastCall()
3828 fn->setDoesNotReturn(); in getClangCallTerminateFn()
3858 termCall->setDoesNotReturn(); in getClangCallTerminateFn()
DCGObjCMac.cpp1962 llvm::CallSite(CallSite).setDoesNotReturn(); in EmitMessageSend()
4361 ->setDoesNotReturn(); in EmitThrowStmt()
7223 .setDoesNotReturn(); in EmitThrowStmt()
7226 .setDoesNotReturn(); in EmitThrowStmt()
DCGCall.cpp3437 invoke->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
3441 call->setDoesNotReturn(); in EmitNoreturnRuntimeCallOrInvoke()
DCGExpr.cpp2490 HandlerCall->setDoesNotReturn(); in emitCheckHandlerCall()
2742 TrapCall->setDoesNotReturn(); in EmitTrapCheck()
DCGObjCGNU.cpp2716 Throw.setDoesNotReturn(); in EmitThrowStmt()
DMicrosoftCXXABI.cpp970 Call.setDoesNotReturn(); in EmitBadTypeidCall()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h361 void setDoesNotReturn() { in setDoesNotReturn() function
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1823 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1843 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1874 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1894 funct->setDoesNotReturn(); in createStandardUtilityFunctions()