Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/WinEH/
Dcppeh-prepared-catch-all.ll7 ; extern "C" void may_throw();
10 ; may_throw();
15 declare void @may_throw() #1
23 invoke void @may_throw()
Dcppeh-cleanup-invoke.ll10 ; extern "C" void may_throw();
14 ; may_throw();
32 invoke void @may_throw()
83 declare void @may_throw()
Dcppeh-prepared-catch.ll10 ; may_throw();
12 ; may_throw();
14 ; may_throw();
38 invoke void @"\01?may_throw@@YAXXZ"()
91 invoke void @"\01?may_throw@@YAXXZ"()
105 invoke void @"\01?may_throw@@YAXXZ"()
175 declare void @"\01?may_throw@@YAXXZ"() #1
Dcppeh-alloca-sink.ll11 ; extern "C" void may_throw();
14 ; may_throw();
27 ; may_throw();
38 declare void @may_throw() #1
58 invoke void @may_throw()
105 invoke void @may_throw()
Dcppeh-catch-unwind.ll8 ; may_throw();
10 ; may_throw();
53 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
57 invoke void @"\01?may_throw@@YAXXZ"()
61 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
65 invoke void @"\01?may_throw@@YAXXZ"()
214 declare void @"\01?may_throw@@YAXXZ"() #1
Dcppeh-nested-3.ll9 ; may_throw();
12 ; may_throw();
45 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
56 invoke void @"\01?may_throw@@YAXXZ"()
91 invoke void @"\01?may_throw@@YAXXZ"()
186 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
233 declare void @"\01?may_throw@@YAXXZ"() #1
Dcppeh-inalloca.ll11 ; void may_throw();
15 ; may_throw();
48 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
58 invoke void @"\01?may_throw@@YAXXZ"()
178 declare void @"\01?may_throw@@YAXXZ"() #0
Dcppeh-prepared-cleanups.ll128 call void @"\01?may_throw@@YAXXZ"()
129 invoke void @"\01?may_throw@@YAXXZ"()
138 invoke void @"\01?may_throw@@YAXXZ"()
162 invoke void @"\01?may_throw@@YAXXZ"()
170 declare void @"\01?may_throw@@YAXXZ"() #3
Dcppeh-nested-1.ll9 ; may_throw();
38 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
48 invoke void @"\01?may_throw@@YAXXZ"()
166 declare void @"\01?may_throw@@YAXXZ"() #1
Dcppeh-frame-vars.ll10 ; void may_throw();
21 ; may_throw();
86 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
90 invoke void @"\01?may_throw@@YAXXZ"()
248 declare void @"\01?may_throw@@YAXXZ"() #2
Dcppeh-multi-catch.ll8 ; may_throw();
54 ; CHECK: invoke void @"\01?may_throw@@YAXXZ"()
65 invoke void @"\01?may_throw@@YAXXZ"()
199 declare void @"\01?may_throw@@YAXXZ"() #1
Dcppeh-nonalloca-frame-values.ll10 ; void may_throw();
21 ; may_throw();
98 invoke void @"\01?may_throw@@YAXXZ"()
239 declare void @"\01?may_throw@@YAXXZ"() #2
Dcppeh-min-unwind.ll13 ; may_throw();
Dcppeh-catch-all.ll8 ; may_throw();
Dcppeh-catch-scalar.ll8 ; may_throw();
Dcppeh-nested-2.ll20 ; 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/clang/test/CodeGenCXX/
Dnrvo.cpp152 void may_throw();
155 may_throw(); in test5()