/external/clang/test/Parser/ |
ms-seh.c | 6 __try a; // expected-error {{expected '{'}} expected-warning {{expression result unused}} 8 __try { 15 __try { 22 __try {
|
/external/clang/test/Sema/ |
__try.c | 32 __try { 33 __try { 34 __try { 47 __try { 64 __try{ 72 __try { 81 __try { 88 __try { 95 __try { 102 __try { [all...] |
/external/clang/test/SemaCXX/ |
exceptions-seh.cpp | 7 __try { 19 __try { 30 __try { 58 __try { // expected-error {{cannot use C++ 'try' in the same function as SEH '__try'}} 65 __try { // expected-note {{conflicting '__try' here}} 69 try { // expected-error {{cannot use C++ 'try' in the same function as SEH '__try'}} 78 __try { 92 __try { // expected-error {{cannot use SEH '__try' in blocks, captured regions, or Obj-C method decls} [all...] |
__try.cpp | 63 __try { 70 __try { 81 // Most tests are in __try.c. 86 __leave; // expected-error{{'__leave' statement not in __try block}}
|
scope-check.cpp | 451 __try { // expected-note {{jump bypasses initialization of __try block}} 458 __try { 467 __try { // expected-note {{jump bypasses initialization of __try block}} 474 __try { 485 __try { 492 __try { 501 __try { 508 __try { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
sehmap.h | 11 #define try __try
|
rpc.h | 83 their __try/__except/__finally feature, or we need to do at least for x64 85 #define RpcTryExcept __try { 88 #define RpcTryFinally __try {
|
/external/clang/test/CodeGen/ |
exceptions-seh-leave.c | 8 // Nothing in the __try block can trap, so __try.cont isn't created. 11 __try { 31 __try { 43 // For __excepts, instead of an explicit __try.__leave label, we could use 59 // Nothing in the __try block can trap, so __finally.cont and friends aren't 63 __try { 83 __try { 103 __try { 115 // For __finally, there needs to be an explicit __try.__leave, becaus [all...] |
exceptions-seh-finally.c | 8 __try { 36 __try { 45 __try { 75 __try { 104 __try { 121 __try { 149 __try { 165 __try { 166 __try { 199 __try { [all...] |
/external/llvm/test/CodeGen/X86/ |
seh-catch-all.ll | 12 to label %__try.cont unwind label %lpad 18 br label %__try.cont 20 __try.cont:
|
/external/llvm/test/Feature/ |
seh-nounwind.ll | 17 to label %__try.cont unwind label %lpad 22 br label %__try.cont 24 __try.cont:
|
/external/llvm/test/Transforms/PruneEH/ |
seh-nounwind.ll | 16 to label %__try.cont unwind label %lpad 21 br label %__try.cont 23 __try.cont:
|
/external/llvm/test/Transforms/SimplifyCFG/ |
seh-nounwind.ll | 16 to label %__try.cont unwind label %lpad 21 br label %__try.cont 23 __try.cont:
|
/external/llvm/test/CodeGen/WinEH/ |
seh-catch-all.ll | 32 br label %__try.cont 45 br label %__try.cont 47 __try.cont: ; preds = %__except, %invoke.cont
|
/external/webrtc/src/system_wrappers/source/ |
set_thread_name_win.h | 33 __try
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_uninitialized.h | 71 __try 130 __try 184 __try 240 __try 276 __try 301 __try 343 __try 371 __try 393 __try 418 __try [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_uninitialized.h | 71 __try 130 __try 184 __try 240 __try 276 __try 301 __try 343 __try 371 __try 393 __try 418 __try [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_uninitialized.h | 71 __try 130 __try 184 __try 240 __try 276 __try 301 __try 343 __try 371 __try 393 __try 418 __try [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_uninitialized.h | 71 __try 130 __try 184 __try 240 __try 276 __try 301 __try 343 __try 371 __try 393 __try 418 __try [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
exception_defines.h | 35 # define __try if (true) macro 40 # define __try try macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
exception_defines.h | 35 # define __try if (true) macro 40 # define __try try macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
exception_defines.h | 35 # define __try if (true) macro 40 # define __try try macro
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
exception_defines.h | 39 # define __try if (true) macro 44 # define __try try macro
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
exception_defines.h | 39 # define __try if (true) macro 44 # define __try try macro
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
exception_defines.h | 39 # define __try if (true) macro 44 # define __try try macro
|