Home
last modified time | relevance | path

Searched refs:__except (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/test/Sema/
D__try.c53__except ( FilterExpression() ) { // expected-warning{{implicit declaration of function '__except'… in TEST()
67__except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-err… in TEST()
76 __except( ) { // expected-error{{expected expression}} expected-error{{expected expression}} in TEST()
84 __except ( FilterExpression(GetExceptionCode()) ) { in TEST()
91 __except( FilterExpression(__exception_code()) ) { in TEST()
98 __except( FilterExceptionInformation(__exception_info()) ) { in TEST()
105 __except(FilterExceptionInformation( GetExceptionInformation() ) ) { in TEST()
114__except ( NotFilterExpression() ) { // expected-error{{filter expression type should be an integr… in TEST()
124 __except ( FilterExpression(GetExceptionCode()) ) { in TEST()
146 __except( function_scope ? 1 : -1 ) {} in TEST()
[all …]
/external/clang/test/SemaCXX/
Dexceptions-seh.cpp9 } __except(_exception_code() == 0xC0000094) { in safe_div()
21 } __except(1) { in bad_builtin_scope()
32 } __except(1) { in bad_builtin_scope_template()
60 } __except(1) { in use_seh_after_cxx()
67 } __except(1) { in use_cxx_after_seh()
80 } __except(1) { in use_seh_in_lambda()
94 } __except(1) { in use_seh_in_block()
106 } __except(1) {
Dscope-check.cpp454 } __except(0) { in jump_into_except()
459 } __except(0) { // expected-note {{jump bypasses initialization of __except block}} in jump_into_except()
487 } __except(0) { in jump_out_of_except()
493 } __except(0) { in jump_out_of_except()
526 } __except(0) { // expected-note {{jump bypasses initialization of __except block}} in jump_try_except()
534 } __except(0) { in jump_try_except()
562 } __except(0) { // expected-note {{jump bypasses initialization of __except bloc}} in nested()
569 } __except(0) { in nested()
583 } __except(0) { in nested()
590 } __except(0) { in nested()
[all …]
D__try.cpp42 __except(EXCEPTION_EXECUTE_HANDLER) in main()
64 } __except(true) { in Except()
DMicrosoftExtensions.cpp188 void f() { int __except = 0; } in f() local
/external/clang/test/CodeGen/
Dexceptions-seh-leave.c15 } __except (1) { in __leave_with___except_simple()
35 } __except (1) { in __leave_with___except()
141 } __except (1) { in nested___except___finally()
182 } __except (1) { in nested___except___except()
190 } __except (1) { in nested___except___except()
236 } __except (1) { in nested___finally___except()
Dexceptions-seh.c17 } __except (1) { in safe_div()
45 } __except(/*r =*/ -1) { in filter_expr_capture()
74 } __except(_exception_code() == 123) { in nested_try()
77 } __except(_exception_code() == 456) { in nested_try()
160 } __except(1) { in except_return()
/external/llvm/test/CodeGen/WinEH/
Dseh-catch-all.ll6 @str.__except = internal unnamed_addr constant [9 x i8] c"__except\00", align 1
41 br label %__except
43 __except: ; preds = %lpad
44 …%call = call i32 @puts(i8* getelementptr inbounds ([9 x i8], [9 x i8]* @str.__except, i32 0, i32 0…
47 __try.cont: ; preds = %__except, %invoke.cont
Dseh-simple.ll25 br i1 %matches, label %__except, label %eh.resume
27 __except:
42 …2 1, i8* bitcast (i32 ()* @filt to i8*), i32 -1, i8* blockaddress(@simple_except_store, %__except))
43 ; CHECK-NEXT: indirectbr {{.*}} [label %__except]
/external/clang/test/CodeGenCXX/
Dexceptions-seh.cpp55 } __except(1) { in use_seh()
81 } __except(1) { in use_seh_in_lambda()
104 } __except(_exception_code() == 424242) { in use_seh_in_inline_func()
Dexceptions-seh-filter-captures.cpp13 } __except(basic_filter(p1, l1, s1)) { in test_freefunc()
42 } __except(basic_filter(l1)) { in test_method()
64 } __except(basic_filter(l2)) { in test_lambda()
/external/libopus/celt/arm/
Darmcpu.c64 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
73 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
82 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){ in opus_cpu_capabilities()
/external/libvpx/libvpx/vpx_ports/
Darm_cpudetect.c86 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_cpu_caps()
96 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in arm_cpu_caps()
106 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) { in GetExceptionCode()
/external/clang/test/Parser/
Dms-seh.c16 } __except(1) a; // expected-error {{expected '{'}} expected-warning {{expression result unused}} in g()
/external/webrtc/src/system_wrappers/source/
Dset_thread_name_win.h38 __except (EXCEPTION_CONTINUE_EXECUTION) in SetThreadName()
/external/compiler-rt/test/asan/TestCases/Windows/
Dseh.cc38 } __except(EXCEPTION_EXECUTE_HANDLER) { in ThrowAndCatch()
Ddll_seh.cc40 } __except(EXCEPTION_EXECUTE_HANDLER) { in ThrowAndCatch()
/external/bison/lib/
Dmsvc-inval.h132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td122 "expected '__except' or '__finally' block">;
124 "%0 only allowed in __except block or filter expression">;
126 "%0 only allowed in __except filter expression">;
/external/lzma/C/
DThreads.c81 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } in CriticalSection_Init()
/external/llvm/test/CodeGen/X86/
Dseh-safe-div.ll12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) {
16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
/external/skia/tools/
Drender_pdfs_main.cpp271 __except(GenerateDumpAndPrintCallstack(GetExceptionInformation())) in tool_main()
/external/flac/libFLAC/
Dcpu.c282 __except(EXCEPTION_EXECUTE_HANDLER) { in FLAC__cpu_info()
/external/protobuf/gtest/src/
Dgtest.cc2061 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
2071 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
2083 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
2294 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
3678 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc3401 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
3411 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
3423 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
3634 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()
5018 } __except(internal::UnitTestOptions::GTestShouldProcessSEH( in Run()

12