Home
last modified time | relevance | path

Searched refs:may_throw (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dwin32-eh-states.ll5 ; extern "C" void may_throw(int);
8 ; may_throw(1);
10 ; may_throw(2);
12 ; may_throw(3);
15 ; may_throw(4);
22 declare void @may_throw(i32)
36 invoke void @may_throw(i32 1)
40 invoke void @may_throw(i32 2)
51 invoke void @may_throw(i32 3) [ "funclet"(token %p1) ]
62 call void @may_throw(i32 4) [ "funclet"(token %p2) ]
[all …]
Dpr27501.ll7 invoke void @may_throw(i32 1)
10 ; CHECK: callq may_throw
18 ; CHECK-NEXT: callq may_throw
19 invoke void @may_throw(i32 2)
30 invoke void @may_throw(i32 3)
34 invoke void @may_throw(i32 4)
37 ; CHECK-NEXT: callq may_throw
54 invoke void @may_throw(i32 5)
65 declare void @may_throw(i32)
Dcatchpad-weight.ll30 invoke void @"\01?may_throw@@YAXXZ"()
68 declare void @"\01?may_throw@@YAXXZ"() #2
/external/llvm/test/Transforms/SimplifyCFG/
Dmerge-cleanuppads.ll8 invoke void @may_throw(i32 3)
12 tail call void @may_throw(i32 2) #2
13 tail call void @may_throw(i32 1) #2
18 tail call void @may_throw(i32 2) #2 [ "funclet"(token %cp) ]
23 tail call void @may_throw(i32 1) #2 [ "funclet"(token %cp2) ]
29 ; CHECK: tail call void @may_throw(i32 2) #2 [ "funclet"(token %[[cp]]) ]
30 ; CHECK: tail call void @may_throw(i32 1) #2 [ "funclet"(token %[[cp]]) ]
33 declare void @may_throw(i32) #1
/external/clang/test/CodeGenCXX/
Dexceptions-cxx-ehsc.cpp6 void may_throw();
11 may_throw(); in caller()
21 void may_throw();
26 may_throw(); in caller()
Dmicrosoft-abi-eh-terminate.cpp4 void may_throw();
6 may_throw(); in never_throws()
Dnrvo.cpp161 void may_throw();
164 may_throw(); in test5()
/external/llvm/test/Transforms/MemCpyOpt/
Dcallslot_throw.ll2 declare void @may_throw(i32* nocapture %x)
8 call void @may_throw(i32* nonnull %t)
12 ; CHECK-NEXT: call void @may_throw(i32* {{.*}} %[[t]])
24 call void @may_throw(i32* nonnull %t) nounwind
29 ; CHECK-NEXT: call void @may_throw(i32* {{.*}} %[[t]])
/external/llvm/test/Transforms/LICM/
Dfunclet.ll16 invoke void @may_throw()
45 invoke void @may_throw()
91 invoke void @may_throw()
95 invoke void @may_throw()
104 declare void @may_throw()
/external/llvm/test/Transforms/InstCombine/
Dpr26992.ll7 invoke void @may_throw()
12 invoke void @may_throw()
35 declare void @may_throw()
/external/clang/test/CXX/special/class.copy/
Dp15-0x.cpp23 T may_throw() { in may_throw() function
36 NonPOD np = may_throw<NonPOD>();
/external/llvm/test/Transforms/InstMerge/
Dexceptions.ll45 call void @may_throw()
48 ; CHECK-NEXT: call void @may_throw()
60 declare void @may_throw()
/external/llvm/test/CodeGen/ARM/
Dsetjmp_longjmp.ll8 declare void @may_throw()
74 invoke void @may_throw() to label %try.cont unwind label %lpad
/external/llvm/test/Instrumentation/AddressSanitizer/
Dlocalescape.ll14 declare void @may_throw(i32* %r)
23 invoke void @may_throw(i32* nonnull %r) #4
/external/llvm/test/Instrumentation/SanitizerCoverage/
Dseh.ll16 declare void @may_throw(i32* %r)
25 invoke void @may_throw(i32* nonnull %r) #4
/external/clang/docs/
DSourceBasedCodeCoverage.rst231 may_throw();
235 If the call to ``may_throw()`` propagates an exception into ``f``, the code
/external/llvm/docs/
DExceptionHandling.rst655 void may_throw();
659 may_throw();
661 may_throw();
677 invoke void @"\01?may_throw@@YAXXZ"()
698 invoke void @"\01?may_throw@@YAXXZ"()