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 - 7
of
7
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/TestCases/
default_options.cc
8
const char *
__asan_default_options
() {
function
9
// CHECK: Using the defaults from
__asan_default_options
: {{.*}} foo=bar
/external/chromium_org/chrome/app/
chrome_exe_main_gtk.cc
30
//
__asan_default_options
should not be instrumented, because it is called
34
const char *
__asan_default_options
() {
function
chrome_exe_main_mac.cc
16
// ASAN_OPTIONS. This is done by injecting
__asan_default_options
into the
25
//
__asan_default_options
() is called at ASan initialization, so it must
32
const char*
__asan_default_options
() {
function
/external/compiler-rt/include/sanitizer/
asan_interface.h
124
const char*
__asan_default_options
();
/external/compiler-rt/lib/asan/
asan_interface_internal.h
132
/* OPTIONAL */ const char*
__asan_default_options
()
asan_rtl.cc
73
return (&
__asan_default_options
) ?
__asan_default_options
() : "";
184
Report("Using the defaults from
__asan_default_options
: %s\n",
399
const char*
__asan_default_options
() { return ""; }
function
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
335
//
__asan_default_options
should not be instrumented, because it is called
339
const char*
__asan_default_options
() {
function
Completed in 50 milliseconds