HomeSort by relevance Sort by last modified time
    Searched refs:__except (Results 1 - 25 of 70) 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/clang/test/CodeGen/
exceptions-seh.c 11 } __except (1) {
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
exception-handling-on.cc 20 } __except(EXCEPTION_EXECUTE_HANDLER) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sehmap.h 12 #define except __except
rpc.h 83 their __try/__except/__finally feature, or we need to do at least for x64
86 #define RpcExcept(expr) } __except(expr) {
  /external/chromium_org/chrome_elf/
chrome_elf_main.cc 24 } __except(GenerateCrashDump(GetExceptionInformation())) {
  /external/clang/test/SemaCXX/
__try.cpp 42 __except(EXCEPTION_EXECUTE_HANDLER) function
64 } __except(true) { function
  /external/chromium_org/device/bluetooth/
bluetooth_init_win.cc 35 } __except(FilterVisualCPPExceptions(::GetExceptionCode())) {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
set_thread_name_win.h 103 __except (EXCEPTION_CONTINUE_EXECUTION) function
  /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/libopus/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/third_party/libvpx/source/libvpx/vpx_ports/
arm_cpudetect.c 87 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
98 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
109 } __except (GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION) {
  /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) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
basic_ios.h 249 exceptions(iostate __except)
251 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 221 * @param __except The new exceptions mask.
251 exceptions(iostate __except)
253 _M_exception = __except;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 247 exceptions(iostate __except)
249 _M_exception = __except;

Completed in 2438 milliseconds

1 2 3