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

1 2 3

  /external/clang/test/SemaCXX/
exceptions-seh.cpp 9 } __except(_exception_code() == 0xC0000094) {
21 } __except(1) {
23 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
24 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
32 } __except(1) {
34 _exception_code(); // expected-error {{'_exception_code' only allowed in __except block or filter expression}}
35 _exception_info(); // expected-error {{'_exception_info' only allowed in __except filter expression}}
60 } __except(1) {
67 } __except(1) {
80 } __except(1)
    [all...]
__try.cpp 42 __except(EXCEPTION_EXECUTE_HANDLER) function
64 } __except(true) { function
scope-check.cpp 454 } __except(0) {
459 } __except(0) { // expected-note {{jump bypasses initialization of __except block}}
487 } __except(0) {
493 } __except(0) {
526 } __except(0) { // expected-note {{jump bypasses initialization of __except block}}
534 } __except(0) {
562 } __except(0) { // expected-note {{jump bypasses initialization of __except bloc}
    [all...]
  /external/clang/test/CodeGen/
exceptions-seh.c 23 } __except (1) {
71 } __except(r = -1) { function
109 } __except(_exception_code() == 123) {
112 } __except(_exception_code() == 456) {
210 } __except(1) {
265 } __except(1) {
exceptions-seh-leave.c 6 // __leave with __except
15 } __except (1) {
35 } __except (1) {
141 } __except (1) {
184 } __except (1) {
186 __leave; // Refers to the outer __try, not the __except we're in!
192 } __except (1) {
237 } __except (1) {
239 __leave; // Refers to the outer __try, not the __except!
  /external/clang/test/CodeGenCXX/
exceptions-seh-filter-captures.cpp 13 } __except(basic_filter(p1, l1, s1)) {
43 } __except(basic_filter(l1)) {
66 } __except(basic_filter(l2)) {
exceptions-seh.cpp 52 } __except(1) {
83 } __except(1) {
108 } __except(_exception_code() == 424242) {
  /external/clang/test/Sema/
__try.c 50 } // expected-error{{expected '__except' or '__finally' block}}
53 __except ( FilterExpression() ) { // expected-warning{{implicit declaration of function '__except' is invalid in C99}} \
67 __except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-error{{expected expression}}
76 __except( ) { // expected-error{{expected expression}} expected-error{{expected expression}} function
84 __except ( FilterExpression(GetExceptionCode()) ) {
91 __except( FilterExpression(__exception_code()) ) {
98 __except( FilterExceptionInformation(__exception_info()) ) {
105 __except(FilterExceptionInformation( GetExceptionInformation() ) ) {
114 __except ( NotFilterExpression() ) { // expected-error{{filter expression type should be an integral value (…)
287 } __except(undeclared_identifier) { \/\/ expected-error {{use of undeclared identifier 'undeclared_identifier'}} expected-error {{expected expression}} function
    [all...]
  /external/clang/test/Parser/
ms-seh.c 10 } // expected-error {{expected '__except' or '__finally' block}}
16 } __except(1) a; // expected-error {{expected '{'}} expected-warning {{expression result unused}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sehmap.h 12 #define except __except
rpc.h 91 their __try/__except/__finally feature, or we need to do at least for x64
94 #define RpcExcept(expr) } __except(expr) {
  /external/libopus/celt/arm/
armcpu.c 66 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
76 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
85 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
  /external/compiler-rt/test/asan/TestCases/Windows/
dll_seh.cc 32 } __except(EXCEPTION_EXECUTE_HANDLER) { function
33 fprintf(stderr, "__except: %p\n", &local);
seh.cc 39 } __except(EXCEPTION_EXECUTE_HANDLER) { function
40 fprintf(stderr, "__except: %p\n", &local);
dll_control_c.cc 26 } __except (1) {
  /external/bison/lib/
msvc-inval.h 107 /* A compiler that supports __try/__except, as described in the page
110 With __try/__except, we can use the multithread-safe exception handling. */
132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 86 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
  /external/libchrome/sandbox/win/src/
crosscall_params.h 246 __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/lzma/C/
Threads.c 90 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function

Completed in 3078 milliseconds

1 2 3