Home
last modified time | relevance | path

Searched refs:ExceptionFilter (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_win.cpp80 LPTOP_LEVEL_EXCEPTION_FILTER ExceptionFilter) { in INTERCEPTOR_WINAPI() argument
82 if (ExceptionFilter == &SEHHandler) in INTERCEPTOR_WINAPI()
83 return REAL(SetUnhandledExceptionFilter)(ExceptionFilter); in INTERCEPTOR_WINAPI()
86 Swap(ExceptionFilter, user_seh_handler); in INTERCEPTOR_WINAPI()
87 return ExceptionFilter; in INTERCEPTOR_WINAPI()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c98 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp) in ExceptionFilter() function
165 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter ); in _mesa_check_os_sse_support()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp194 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() function
229 } __except (ExceptionFilter(GetExceptionInformation())) { in RunSafely()
/external/llvm-project/llvm/lib/Support/
DCrashRecoveryContext.cpp199 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() function
234 } __except (ExceptionFilter(GetExceptionInformation())) { in RunSafely()
/external/oj-libjdwp/src/share/back/
DeventFilter.c71 typedef struct ExceptionFilter { struct
75 } ExceptionFilter; typedef
104 struct ExceptionFilter ExceptionOnly;
833 ExceptionFilter *filter = &FILTER(node, index).u.ExceptionOnly; in eventFilter_setExceptionOnlyFilter()