OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disable_core
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
90
bool
disable_core
;
member in struct:__asan::Flags
asan_rtl.cc
120
ParseFlag(str, &f->
disable_core
, "
disable_core
");
162
f->
disable_core
= (SANITIZER_WORDSIZE == 64);
475
if (flags()->
disable_core
) {
Completed in 204 milliseconds