HomeSort by relevance Sort by last modified time
    Searched refs:__try (Results 1 - 25 of 555) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/CodeGen/
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...]
exceptions-seh.c 15 __try {
43 __try {
70 __try {
71 __try {
124 __try {
158 __try {
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...]
  /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...]
  /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
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception_defines.h 39 # define __try if (true) macro
44 # define __try try macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_defines.h 37 # define __try if (true) macro
42 # define __try try macro
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_defines.h 37 # define __try if (true) macro
42 # define __try try macro
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
exception_defines.h 37 # define __try if (true) macro
42 # define __try try macro
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_defines.h 37 # define __try if (true) macro
42 # define __try try macro
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
exception_defines.h 35 # define __try if (true) macro
40 # define __try try macro
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_defines.h 35 # define __try if (true) macro
40 # define __try try macro
  /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...]
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...]
__try.cpp 63 __try {
70 __try {
81 // Most tests are in __try.c.
86 __leave; // expected-error{{'__leave' statement not in __try block}}
  /external/clang/test/CodeGenCXX/
exceptions-seh.cpp 53 __try {
79 __try {
102 __try {
106 __try {
exceptions-seh-filter-captures.cpp 11 __try {
40 __try {
62 __try {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sehmap.h 11 #define try __try
  /external/webrtc/src/system_wrappers/source/
set_thread_name_win.h 33 __try

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>