OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:halt_on_error_
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_report.cc
126
:
halt_on_error_
(fatal || flags()->halt_on_error) {
137
if (
halt_on_error_
&& !__sanitizer_acquire_crash_state()) {
172
if (
halt_on_error_
&& common_flags()->abort_on_error) {
182
if (!
halt_on_error_
)
185
if (
halt_on_error_
) {
206
bool
halt_on_error_
;
member in class:__asan::ScopedInErrorReport
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc
114
bool *
halt_on_error_
;
member in class:__msan::FlagHandlerKeepGoing
118
:
halt_on_error_
(halt_on_error) {}
123
*
halt_on_error_
= !tmp;
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_report.cpp
125
:
halt_on_error_
(fatal || flags()->halt_on_error) {
136
if (
halt_on_error_
&& !__sanitizer_acquire_crash_state()) {
175
if (
halt_on_error_
&& common_flags()->abort_on_error) {
185
if (!
halt_on_error_
)
188
if (
halt_on_error_
) {
209
bool
halt_on_error_
;
member in class:__asan::ScopedInErrorReport
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_report.cpp
127
:
halt_on_error_
(fatal || flags()->halt_on_error) {
138
if (
halt_on_error_
&& !__sanitizer_acquire_crash_state()) {
177
if (
halt_on_error_
&& common_flags()->abort_on_error) {
187
if (!
halt_on_error_
)
190
if (
halt_on_error_
) {
211
bool
halt_on_error_
;
member in class:__asan::ScopedInErrorReport
Completed in 17 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026