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

1 2 3

  /external/clang/test/Sema/
__try.c 47 } // 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 ( NotFilterExpression() ) { // expected-error{{filter expression type should be an integral value (…)
    [all...]
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
exception-handling-on.cc 20 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/chromium_org/device/bluetooth/
bluetooth_init_win.cc 35 } __except(FilterVisualCPPExceptions(::GetExceptionCode())) {
  /external/webrtc/src/system_wrappers/source/
set_thread_name_win.h 38 __except (EXCEPTION_CONTINUE_EXECUTION) function
  /external/chromium_org/third_party/opus/src/celt/arm/
armcpu.c 64 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
73 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
82 __except(GetExceptionCode()==EXCEPTION_ILLEGAL_INSTRUCTION){
  /external/chromium_org/chrome_frame/test/
exception_barrier_unittest.cc 145 } __except(EXCEPTION_ACCESS_VIOLATION == GetExceptionCode() ? function
197 } __except(EXCEPTION_ACCESS_VIOLATION == GetExceptionCode() ? function
220 } __except(EXCEPTION_CONTINUE_SEARCH) { function
235 // opposed to e.g. generating a separate SEH frame for each __try __except
245 } __except(EXCEPTION_EXECUTE_HANDLER) { function
252 } __except(EXCEPTION_EXECUTE_HANDLER) { function
261 } __except(EXCEPTION_EXECUTE_HANDLER) { function
294 // opposed to e.g. generating a separate SEH frame for each __try __except
307 } __except(EXCEPTION_EXECUTE_HANDLER) { function
314 } __except(EXCEPTION_EXECUTE_HANDLER) function
324 } __except(EXCEPTION_EXECUTE_HANDLER) { function
337 } __except(EXCEPTION_EXECUTE_HANDLER) { function
    [all...]
  /external/chromium/base/win/
wrapped_window_proc.h 61 } __except(CallExceptionFilter(GetExceptionInformation())) {
  /external/clang/test/SemaCXX/
__try.cpp 43 __except(EXCEPTION_EXECUTE_HANDLER) function
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 79 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
89 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
99 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
  /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 \
  /external/chromium_org/base/win/
wrapped_window_proc.h 77 } __except(CallExceptionFilter(GetExceptionInformation())) {
  /external/chromium_org/chrome_frame/crash_reporting/
veh_test.cc 19 } __except(EXCEPTION_EXECUTE_HANDLER) { function
33 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/chromium_org/sandbox/win/src/
process_thread_interception.cc 57 } __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
registry_interception.cc 87 } __except(EXCEPTION_EXECUTE_HANDLER) { function
140 } __except(EXCEPTION_EXECUTE_HANDLER) { function
sync_interception.cc 101 } __except(EXCEPTION_EXECUTE_HANDLER) { function
153 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/pixman/pixman/
pixman-arm.c 57 __except (GetExceptionCode () == EXCEPTION_ILLEGAL_INSTRUCTION)
66 __except (GetExceptionCode () == EXCEPTION_ILLEGAL_INSTRUCTION)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 249 exceptions(iostate __except)
251 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h 249 exceptions(iostate __except)
251 _M_exception = __except;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 249 exceptions(iostate __except)
251 _M_exception = __except;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 219 * @param __except The new exceptions mask.
249 exceptions(iostate __except)
251 _M_exception = __except;

Completed in 802 milliseconds

1 2 3