Home
last modified time | relevance | path

Searched refs:catch_all (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/WinEH/
Dseh-simple.ll45 define i32 @catch_all() {
63 ; CHECK-LABEL: define i32 @catch_all()
66 ; CHECK-NEXT: call i8* (...) @llvm.eh.actions(i32 1, i8* null, i32 -1, i8* blockaddress(@catch_all,…
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-eh-catch.cpp9 extern "C" void catch_all() { in catch_all() function