/external/autotest/client/common_lib/ |
D | seven_unittest.py | 48 exn = None 50 exn = e 52 self.assertIsInstance(exn, SyntaxError) 64 exn = None 66 exn = e 69 self.assertIsNone(exn) 71 self.assertIsInstance(exn, SyntaxError) 83 exn = None 85 exn = e 87 self.assertIsInstance(exn, SyntaxError)
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2010-08-04-MingWCrash.ll | 13 %exn.ptr = landingpad { i8*, i32 } 15 %exn = extractvalue { i8*, i32 } %exn.ptr, 0 16 %eh.selector = extractvalue { i8*, i32 } %exn.ptr, 1 21 resume { i8*, i32 } %exn.ptr 24 tail call void @__cxa_call_unexpected(i8* %exn) noreturn nounwind
|
D | indirect-branch-tracking-eh2.ll | 59 %exn.slot = alloca i8* 75 store i8* %1, i8** %exn.slot, align 8 87 %exn5 = load i8*, i8** %exn.slot, align 8 105 %exn = load i8*, i8** %exn.slot, align 8 106 %9 = call i8* @__cxa_begin_catch(i8* %exn) #3 126 %exn8 = load i8*, i8** %exn.slot, align 8
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-08-04-MingWCrash.ll | 13 %exn.ptr = landingpad { i8*, i32 } 15 %exn = extractvalue { i8*, i32 } %exn.ptr, 0 16 %eh.selector = extractvalue { i8*, i32 } %exn.ptr, 1 21 resume { i8*, i32 } %exn.ptr 24 tail call void @__cxa_call_unexpected(i8* %exn) noreturn nounwind
|
/external/llvm/test/CodeGen/Mips/ |
D | eh.ll | 29 %exn.val = landingpad { i8*, i32 } 32 %exn = extractvalue { i8*, i32 } %exn.val, 0 33 %sel = extractvalue { i8*, i32 } %exn.val, 1 39 %3 = tail call i8* @__cxa_begin_catch(i8* %exn) nounwind 41 %exn.scalar = load double, double* %4, align 8 42 %add = fadd double %exn.scalar, %i2 48 resume { i8*, i32 } %exn.val
|
D | mips16ex.ll | 15 %exn.slot = alloca i8* 30 store i8* %2, i8** %exn.slot 42 %exn = load i8*, i8** %exn.slot 43 %5 = call i8* @__cxa_begin_catch(i8* %exn) nounwind 45 %exn.scalar = load i32, i32* %6 46 store i32 %exn.scalar, i32* %e, align 4 62 store i8* %9, i8** %exn.slot 69 %exn3 = load i8*, i8** %exn.slot
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | eh.ll | 29 %exn.val = landingpad { i8*, i32 } 32 %exn = extractvalue { i8*, i32 } %exn.val, 0 33 %sel = extractvalue { i8*, i32 } %exn.val, 1 39 %3 = tail call i8* @__cxa_begin_catch(i8* %exn) nounwind 41 %exn.scalar = load double, double* %4, align 8 42 %add = fadd double %exn.scalar, %i2 48 resume { i8*, i32 } %exn.val
|
D | mips16ex.ll | 15 %exn.slot = alloca i8* 30 store i8* %2, i8** %exn.slot 42 %exn = load i8*, i8** %exn.slot 43 %5 = call i8* @__cxa_begin_catch(i8* %exn) nounwind 45 %exn.scalar = load i32, i32* %6 46 store i32 %exn.scalar, i32* %e, align 4 62 store i8* %9, i8** %exn.slot 69 %exn3 = load i8*, i8** %exn.slot
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | empty-catchpad.ll | 10 to label %exit unwind label %exn.dispatch 11 exn.dispatch: 30 ; Remove both catchpads and the catchswitch from exn.dispatch 35 to label %via.cleanup unwind label %exn.dispatch 44 cleanupret from %cp.inner unwind label %exn.dispatch 50 %cs.inner = catchswitch within none [label %pad.inner] unwind label %exn.dispatch 57 exn.dispatch: 71 ; Same as @test2, but exn.dispatch catchswitch has an unwind dest that 77 to label %via.cleanup unwind label %exn.dispatch 86 cleanupret from %cp.inner unwind label %exn.dispatch [all …]
|
D | invoke_unwind.ll | 15 %exn = landingpad {i8*, i32} 17 resume { i8*, i32 } %exn 28 %exn = landingpad {i8*, i32} 30 resume { i8*, i32 } %exn
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | empty-catchpad.ll | 10 to label %exit unwind label %exn.dispatch 11 exn.dispatch: 30 ; Remove both catchpads and the catchswitch from exn.dispatch 35 to label %via.cleanup unwind label %exn.dispatch 44 cleanupret from %cp.inner unwind label %exn.dispatch 50 %cs.inner = catchswitch within none [label %pad.inner] unwind label %exn.dispatch 57 exn.dispatch: 71 ; Same as @test2, but exn.dispatch catchswitch has an unwind dest that 77 to label %via.cleanup unwind label %exn.dispatch 86 cleanupret from %cp.inner unwind label %exn.dispatch [all …]
|
D | invoke_unwind.ll | 15 %exn = landingpad {i8*, i32} 17 resume { i8*, i32 } %exn 30 %exn = landingpad {i8*, i32} 32 resume { i8*, i32 } %exn
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-exceptions.ll | 21 ; CHECK: G_STORE [[PTR]](p0), %0(p0) :: (store 8 into %ir.exn.slot) 25 %exn.slot = alloca i8* 32 store i8* %3, i8** %exn.slot, align 8 41 %exn = load i8*, i8** %exn.slot, align 8 42 call void @_Unwind_Resume(i8* %exn)
|
/external/llvm-project/llvm/test/Feature/ |
D | callingconventions.ll | 36 %exn = landingpad {i8*, i32} 38 resume { i8*, i32 } %exn 50 %exn = landingpad {i8*, i32} 52 resume { i8*, i32 } %exn
|
/external/llvm/test/Feature/ |
D | callingconventions.ll | 36 %exn = landingpad {i8*, i32} 38 resume { i8*, i32 } %exn 50 %exn = landingpad {i8*, i32} 52 resume { i8*, i32 } %exn
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-intrinsics.ll | 21 %exn = call i8* @llvm.eh.exceptionpointer.p0i8(token %catch) 22 call void (...) @f(i8* %exn) 36 %exn = call i8 addrspace(1)* @llvm.eh.exceptionpointer.p1i8(token %catch) 37 call void (...) @f(i8 addrspace(1)* %exn)
|
/external/llvm-project/llvm/test/CodeGen/WinEH/ |
D | wineh-intrinsics.ll | 21 %exn = call i8* @llvm.eh.exceptionpointer.p0i8(token %catch) 22 call void (...) @f(i8* %exn) 36 %exn = call i8 addrspace(1)* @llvm.eh.exceptionpointer.p1i8(token %catch) 37 call void (...) @f(i8 addrspace(1)* %exn)
|
/external/llvm/test/Transforms/Inline/ |
D | invoke_test-3.ll | 17 %exn = landingpad {i8*, i32} 19 resume { i8*, i32 } %exn 33 %exn = landingpad {i8*, i32}
|
D | inline_invoke.ll | 48 %exn = landingpad {i8*, i32} 54 resume { i8*, i32 } %exn 72 %exn = landingpad {i8*, i32} 74 %eh.exc = extractvalue { i8*, i32 } %exn, 0 75 %eh.selector = extractvalue { i8*, i32 } %exn, 1 86 resume { i8*, i32 } %exn 131 %exn = landingpad {i8*, i32} 133 %eh.exc = extractvalue { i8*, i32 } %exn, 0 134 %eh.selector = extractvalue { i8*, i32 } %exn, 1 147 resume { i8*, i32 } %exn [all …]
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | inline_invoke.ll | 49 %exn = landingpad {i8*, i32} 55 resume { i8*, i32 } %exn 73 %exn = landingpad {i8*, i32} 75 %eh.exc = extractvalue { i8*, i32 } %exn, 0 76 %eh.selector = extractvalue { i8*, i32 } %exn, 1 87 resume { i8*, i32 } %exn 132 %exn = landingpad {i8*, i32} 134 %eh.exc = extractvalue { i8*, i32 } %exn, 0 135 %eh.selector = extractvalue { i8*, i32 } %exn, 1 148 resume { i8*, i32 } %exn [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | 2010-07-26-GlobalMerge.ll | 57 %0 = tail call i8* @__cxa_get_exception_ptr(i8* %exn) nounwind ; <i8*> [#uses=0] 59 %1 = tail call i8* @__cxa_begin_catch(i8* %exn) nounwind ; <i8*> [#uses=0] 74 %exn.ptr = landingpad { i8*, i32 } 77 %exn = extractvalue { i8*, i32 } %exn.ptr, 0 78 %eh.selector = extractvalue { i8*, i32 } %exn.ptr, 1 84 tail call void @_Unwind_SjLj_Resume(i8* %exn) noreturn
|
D | 2011-05-04-MultipleLandingPadSuccs.ll | 38 %exn = landingpad { i8*, i32 } 66 %exn.slot.0 = phi { i8*, i32 } [ %exn27, %lpad26 ], [ %exn, %lpad ], [ %exn45, %lpad44 ] 67 resume { i8*, i32 } %exn.slot.0
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-07-26-GlobalMerge.ll | 57 %0 = tail call i8* @__cxa_get_exception_ptr(i8* %exn) nounwind ; <i8*> [#uses=0] 59 %1 = tail call i8* @__cxa_begin_catch(i8* %exn) nounwind ; <i8*> [#uses=0] 74 %exn.ptr = landingpad { i8*, i32 } 77 %exn = extractvalue { i8*, i32 } %exn.ptr, 0 78 %eh.selector = extractvalue { i8*, i32 } %exn.ptr, 1 84 tail call void @_Unwind_SjLj_Resume(i8* %exn) noreturn
|
/external/llvm-project/llvm/test/Transforms/ADCE/ |
D | 2005-02-17-PHI-Invoke-Crash.ll | 18 %exn.0 = landingpad {i8*, i32} 31 %exn.1 = landingpad {i8*, i32} 47 %exn = landingpad {i8*, i32}
|
/external/llvm/test/Transforms/ADCE/ |
D | 2005-02-17-PHI-Invoke-Crash.ll | 18 %exn.0 = landingpad {i8*, i32} 31 %exn.1 = landingpad {i8*, i32} 47 %exn = landingpad {i8*, i32}
|