Home
last modified time | relevance | path

Searched refs:maythrow (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/X86/
Dcatchpad-reuse.ll5 ; extern "C" void maythrow();
9 ; maythrow();
11 ; maythrow();
14 ; maythrow();
73 invoke void @maythrow()
81 invoke void @maythrow() [ "funclet"(token %1) ]
89 call void @maythrow() [ "funclet"(token %3) ]
99 declare void @maythrow() local_unnamed_addr #1
/external/llvm-project/llvm/test/Transforms/LICM/
Dpreheader-safe.ll6 declare void @maythrow()
90 call void @maythrow()
139 ; CHECK: call void @maythrow()
147 call void @maythrow()
Dexplicit_guards.ll6 declare void @maythrow()
52 ; CHECK-NEXT: call void @maythrow()
71 call void @maythrow()
Dassume.ll68 call void @maythrow()
98 declare void @maythrow()
Dstore-hoisting.ll283 declare void @maythrow() inaccessiblememonly
298 call void @maythrow()
318 call void @maythrow()
339 call void @maythrow()
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
Dcompound-requirement.cpp57 void maythrow() { } in maythrow() function
58 static_assert(!requires { { maythrow() } noexcept; });
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dloop-predication.ll117 declare void @maythrow()
127 ; CHECK-NEXT: call void @maythrow()
151 call void @maythrow()
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ARM/
Dcode-size.ll219 declare void @maythrow()