/external/clang/test/Sema/ |
D | __try.c | 53 …__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/ |
D | exceptions-seh.cpp | 9 } __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) {
|
D | scope-check.cpp | 454 } __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.cpp | 42 __except(EXCEPTION_EXECUTE_HANDLER) in main() 64 } __except(true) { in Except()
|
D | MicrosoftExtensions.cpp | 188 void f() { int __except = 0; } in f() local
|
/external/clang/test/CodeGen/ |
D | exceptions-seh-leave.c | 15 } __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()
|
D | exceptions-seh.c | 17 } __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/ |
D | seh-catch-all.ll | 6 @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
|
D | seh-simple.ll | 25 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/ |
D | exceptions-seh.cpp | 55 } __except(1) { in use_seh() 81 } __except(1) { in use_seh_in_lambda() 104 } __except(_exception_code() == 424242) { in use_seh_in_inline_func()
|
D | exceptions-seh-filter-captures.cpp | 13 } __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/ |
D | armcpu.c | 64 __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/ |
D | arm_cpudetect.c | 86 } __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/ |
D | ms-seh.c | 16 } __except(1) a; // expected-error {{expected '{'}} expected-warning {{expression result unused}} in g()
|
/external/webrtc/src/system_wrappers/source/ |
D | set_thread_name_win.h | 38 __except (EXCEPTION_CONTINUE_EXECUTION) in SetThreadName()
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | seh.cc | 38 } __except(EXCEPTION_EXECUTE_HANDLER) { in ThrowAndCatch()
|
D | dll_seh.cc | 40 } __except(EXCEPTION_EXECUTE_HANDLER) { in ThrowAndCatch()
|
/external/bison/lib/ |
D | msvc-inval.h | 132 __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 122 "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/ |
D | Threads.c | 81 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } in CriticalSection_Init()
|
/external/llvm/test/CodeGen/X86/ |
D | seh-safe-div.ll | 12 ; } __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION) { 16 ; } __except(GetExceptionCode() == EXCEPTION_INT_DIVIDE_BY_ZERO) {
|
/external/skia/tools/ |
D | render_pdfs_main.cpp | 271 __except(GenerateDumpAndPrintCallstack(GetExceptionInformation())) in tool_main()
|
/external/flac/libFLAC/ |
D | cpu.c | 282 __except(EXCEPTION_EXECUTE_HANDLER) { in FLAC__cpu_info()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 2061 } __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/ |
D | gtest-all.cc | 3401 } __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()
|