Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/third_party/externals/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()
/third_party/ninja/src/
Dninja.cc1246 int ExceptionFilter(unsigned int code, struct _EXCEPTION_POINTERS *ep) { in ExceptionFilter() function
1447 __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in main()