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

1 2 3 4

  /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/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_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/chrome_frame/crash_reporting/
veh_test.cc 19 } __except(EXCEPTION_EXECUTE_HANDLER) { function
33 } __except(EXCEPTION_EXECUTE_HANDLER) { function
vectored_handler_unittest.cc 187 } __except(EXCEPTION_EXECUTE_HANDLER) { function
194 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/clang/test/SemaCXX/
__try.cpp 43 __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
filesystem_interception.cc 86 } __except(EXCEPTION_EXECUTE_HANDLER) { function
154 } __except(EXCEPTION_EXECUTE_HANDLER) { function
314 } __except(EXCEPTION_EXECUTE_HANDLER) { function
registry_interception.cc 87 } __except(EXCEPTION_EXECUTE_HANDLER) { function
140 } __except(EXCEPTION_EXECUTE_HANDLER) { function
sandbox_nt_util.cc 199 } __except(EXCEPTION_EXECUTE_HANDLER) { function
217 } __except(EXCEPTION_EXECUTE_HANDLER) { function
261 } __except(EXCEPTION_EXECUTE_HANDLER) { function
393 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /external/chromium/base/win/
wrapped_window_proc.h 61 } __except(CallExceptionFilter(GetExceptionInformation())) {
  /external/lzma/C/
Threads.c 81 __except (EXCEPTION_EXECUTE_HANDLER) { return 1; } function
  /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/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/chromium_org/base/win/
wrapped_window_proc.h 77 } __except(CallExceptionFilter(GetExceptionInformation())) {
  /external/pixman/pixman/
pixman-arm.c 57 __except (GetExceptionCode () == EXCEPTION_ILLEGAL_INSTRUCTION)
66 __except (GetExceptionCode () == EXCEPTION_ILLEGAL_INSTRUCTION)
  /external/skia/tools/
win_dbghelp.cpp 124 // the exception handler by executing the __except compound statement,
125 // then continue execution after the __except block.
  /external/chromium/base/threading/
platform_thread_win.cc 111 } __except(EXCEPTION_CONTINUE_EXECUTION) { function
  /external/chromium_org/chrome_frame/
function_stub.cc 133 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 322 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __except);
556 ios_base::exceptions(iostate __except)
558 __exceptions_ = __except;
588 _LIBCPP_ALWAYS_INLINE void exceptions(iostate __except) {ios_base::exceptions(__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;
  /prebuilts/ndk/9/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;

Completed in 502 milliseconds

1 2 3 4