OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__asan_default_options
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/
default_options.cc
8
const char *
__asan_default_options
() {
function
9
// CHECK: Using the defaults from
__asan_default_options
: {{.*}} foo=bar
/external/compiler-rt/include/sanitizer/
asan_interface.h
124
const char*
__asan_default_options
();
/external/compiler-rt/lib/asan/
asan_interface_internal.h
127
/* OPTIONAL */ const char*
__asan_default_options
()
asan_rtl.cc
76
return (&
__asan_default_options
) ?
__asan_default_options
() : "";
182
Report("Using the defaults from
__asan_default_options
: %s\n",
392
const char*
__asan_default_options
() { return ""; }
function
Completed in 133 milliseconds