Home
last modified time | relevance | path

Searched refs:ExceptionInfo (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp259 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) in ExceptionHandler() argument
264 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
285 int RetCode = (int)ExceptionInfo->ExceptionRecord->ExceptionCode; in ExceptionHandler()
291 RetCode, reinterpret_cast<uintptr_t>(ExceptionInfo)); in ExceptionHandler()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilWindows.cpp31 LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() argument
32 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { in ExceptionHandler()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h4207 static LONG CALLBACK handleException(PEXCEPTION_POINTERS ExceptionInfo) {
4217 if(ExceptionInfo->ExceptionRecord->ExceptionCode == signalDefs[i].id) {
/third_party/libabigail/tests/lib/
H A Dcatch.hpp10811 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo) {
10813 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) {

Completed in 39 milliseconds