OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionCode
(Results
1 - 4
of
4
) sorted by relevancy
/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/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilWindows.cpp
34
switch (ExceptionInfo->ExceptionRecord->
ExceptionCode
) {
/src/sys/external/bsd/acpica/dist/compiler/
aslerror.c
1060
UINT16
ExceptionCode
;
1063
ExceptionCode
= AeBuildFullExceptionCode (Level, MessageId);
1067
if (
ExceptionCode
== AslGbl_ElevatedMessages[i])
/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
;
Completed in 36 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025