OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionCode
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
266
static StringRef ExceptionCodeToString(DWORD
ExceptionCode
) {
267
switch(
ExceptionCode
) {
514
Exception.ExceptionRecord.
ExceptionCode
)
515
<< " (" << Exception.ExceptionRecord.
ExceptionCode
<< ")\n";
525
Exception.ExceptionRecord.
ExceptionCode
)
526
<< " (" << Exception.ExceptionRecord.
ExceptionCode
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc
69
DWORD exception_code = info->ExceptionRecord->
ExceptionCode
;
95
if (ExceptionRecord->
ExceptionCode
!= DBG_PRINTEXCEPTION_C)
258
if (exception_pointers->ExceptionRecord->
ExceptionCode
!=
/src/external/apache2/llvm/dist/llvm/lib/Support/
CrashRecoveryContext.cpp
210
int RetCode = (int)Except->ExceptionRecord->
ExceptionCode
;
269
switch (ExceptionInfo->ExceptionRecord->
ExceptionCode
)
290
int RetCode = (int)ExceptionInfo->ExceptionRecord->
ExceptionCode
;
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp
68
DWORD exception_code = info->ExceptionRecord->
ExceptionCode
;
94
if (ExceptionRecord->
ExceptionCode
!= DBG_PRINTEXCEPTION_C)
278
if (exception_pointers->ExceptionRecord->
ExceptionCode
!=
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp
34
switch (ExceptionInfo->ExceptionRecord->
ExceptionCode
) {
/src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c
201
DWORD ms_code = ms_exc->
ExceptionCode
;
360
ms_exc.
ExceptionCode
= STATUS_GCC_THROW;
/src/sys/external/bsd/acpica/dist/compiler/
aslerror.c
952
UINT16
ExceptionCode
;
955
ExceptionCode
= AeBuildFullExceptionCode (Level, MessageId);
959
if (
ExceptionCode
== AslGbl_ElevatedMessages[i])
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h
233
support::ulittle32_t
ExceptionCode
;
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win.cpp
887
bool IsHandledDeadlyException(DWORD
exceptionCode
) {
888
switch (
exceptionCode
) {
958
if (exception_record->
ExceptionCode
== EXCEPTION_ACCESS_VIOLATION)
964
return ((EXCEPTION_RECORD *)siginfo)->
ExceptionCode
==
974
if (exception_record->
ExceptionCode
!= EXCEPTION_ACCESS_VIOLATION)
997
return static_cast<const EXCEPTION_RECORD *>(siginfo)->
ExceptionCode
;
/src/external/gpl2/gmake/dist/
main.c
679
prg, exrec->
ExceptionCode
, (DWORD)exrec->ExceptionAddress);
686
prg, exrec->
ExceptionCode
, exrec->ExceptionFlags,
689
if (exrec->
ExceptionCode
== EXCEPTION_ACCESS_VIOLATION
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win.cc
846
bool IsHandledDeadlyException(DWORD
exceptionCode
) {
847
switch (
exceptionCode
) {
946
return static_cast<const EXCEPTION_RECORD *>(siginfo)->
ExceptionCode
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp
382
mapRequiredHex(IO, "Exception Code", Exception.
ExceptionCode
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d
2269
DWORD
ExceptionCode
;
Completed in 54 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026