Searched refs:may_throw (Results 1 – 17 of 17) sorted by relevance
5 ; 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 …]
7 invoke void @may_throw(i32 1)10 ; CHECK: callq may_throw18 ; CHECK-NEXT: callq may_throw19 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_throw54 invoke void @may_throw(i32 5)65 declare void @may_throw(i32)
30 invoke void @"\01?may_throw@@YAXXZ"()68 declare void @"\01?may_throw@@YAXXZ"() #2
8 invoke void @may_throw(i32 3)12 tail call void @may_throw(i32 2) #213 tail call void @may_throw(i32 1) #218 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
6 void may_throw();11 may_throw(); in caller()21 void may_throw();26 may_throw(); in caller()
4 void may_throw();6 may_throw(); in never_throws()
161 void may_throw();164 may_throw(); in test5()
2 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) nounwind29 ; CHECK-NEXT: call void @may_throw(i32* {{.*}} %[[t]])
16 invoke void @may_throw()45 invoke void @may_throw()91 invoke void @may_throw()95 invoke void @may_throw()104 declare void @may_throw()
7 invoke void @may_throw()12 invoke void @may_throw()35 declare void @may_throw()
23 T may_throw() { in may_throw() function36 NonPOD np = may_throw<NonPOD>();
45 call void @may_throw()48 ; CHECK-NEXT: call void @may_throw()60 declare void @may_throw()
8 declare void @may_throw()74 invoke void @may_throw() to label %try.cont unwind label %lpad
14 declare void @may_throw(i32* %r)23 invoke void @may_throw(i32* nonnull %r) #4
16 declare void @may_throw(i32* %r)25 invoke void @may_throw(i32* nonnull %r) #4
231 may_throw();235 If the call to ``may_throw()`` propagates an exception into ``f``, the code
655 void may_throw();659 may_throw();661 may_throw();677 invoke void @"\01?may_throw@@YAXXZ"()698 invoke void @"\01?may_throw@@YAXXZ"()