Searched refs:__except (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/test/Sema/
H A D__try.c47 } // expected-error{{expected '__except' or '__finally' block}}
50 __except ( FilterExpression() ) { // expected-warning{{implicit declaration of function '__except' is invalid in C99}} \
64 __except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-error{{expected expression}}
73 __except( ) { // expected-error{{expected expression}} expected-error{{expected expression}} function
81 __except ( FilterExpression(GetExceptionCode()) ) {
88 __except( FilterExpression(__exception_code()) ) {
95 __except( FilterExceptionInformation(__exception_info()) ) {
102 __except(FilterExceptionInformation( GetExceptionInformation() ) ) {
111 __except ( NotFilterExpressio
[all...]
/external/clang/test/CodeGen/
H A Dexceptions-seh.c11 } __except (1) {
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dexception-handling-on.cc20 } __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/chromium_org/chrome_elf/
H A Dchrome_elf_main.cc24 } __except(GenerateCrashDump(GetExceptionInformation())) {
/external/clang/test/SemaCXX/
H A D__try.cpp42 __except(EXCEPTION_EXECUTE_HANDLER) function
64 } __except(true) { function
/external/chromium_org/device/bluetooth/
H A Dbluetooth_init_win.cc35 } __except(FilterVisualCPPExceptions(::GetExceptionCode())) {
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dset_thread_name_win.h103 __except (EXCEPTION_CONTINUE_EXECUTION) function
/external/webrtc/src/system_wrappers/source/
H A Dset_thread_name_win.h38 __except (EXCEPTION_CONTINUE_EXECUTION) function
/external/chromium_org/third_party/opus/src/celt/arm/
H A Darmcpu.c64 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
73 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
82 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
/external/libopus/celt/arm/
H A Darmcpu.c64 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
73 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
82 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Darm_cpudetect.c87 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
98 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
109 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
/external/libvpx/libvpx/vpx_ports/
H A Darm_cpudetect.c79 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
89 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
99 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
/external/bison/lib/
H A Dmsvc-inval.h107 /* 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 \
/external/chromium_org/base/win/
H A Dwrapped_window_proc.h77 } __except(CallExceptionFilter(GetExceptionInformation())) {
/external/chromium_org/sandbox/win/src/
H A Dprocess_thread_interception.cc57 } __except(EXCEPTION_EXECUTE_HANDLER) { function
92 } __except(EXCEPTION_EXECUTE_HANDLER) { function
135 } __except(EXCEPTION_EXECUTE_HANDLER) { function
162 } __except(EXCEPTION_EXECUTE_HANDLER) { function
207 } __except(EXCEPTION_EXECUTE_HANDLER) { function
252 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dregistry_interception.cc87 } __except(EXCEPTION_EXECUTE_HANDLER) { function
140 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dsync_interception.cc101 } __except(EXCEPTION_EXECUTE_HANDLER) { function
153 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dfilesystem_interception.cc83 } __except(EXCEPTION_EXECUTE_HANDLER) { function
151 } __except(EXCEPTION_EXECUTE_HANDLER) { function
321 } __except(EXCEPTION_EXECUTE_HANDLER) { function
H A Dhandle_closer_agent.cc26 } __except(GetExceptionCode() == STATUS_INVALID_HANDLE ?
H A Dsandbox_nt_util.cc202 } __except(EXCEPTION_EXECUTE_HANDLER) { function
212 } __except(EXCEPTION_EXECUTE_HANDLER) { function
256 } __except(EXCEPTION_EXECUTE_HANDLER) { function
388 } __except(EXCEPTION_EXECUTE_HANDLER) { function
/external/pixman/pixman/
H A Dpixman-arm.c57 __except (GetExceptionCode () == EXCEPTION_ILLEGAL_INSTRUCTION)
66 __except (GetExceptionCode () == EXCEPTION_ILLEGAL_INSTRUCTION)
/external/lzma/C/
H A DThreads.c81 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist_interceptions.cc152 } __except((GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION || function
260 } __except(GenerateCrashDump(GetExceptionInformation())) {
/external/chromium_org/base/threading/
H A Dplatform_thread_win.cc42 } __except(EXCEPTION_CONTINUE_EXECUTION) { function
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_threadStart.c193 __except (ExceptionFilter (GetExceptionInformation (), ei))

Completed in 6180 milliseconds

12