Searched defs:__asan_default_options (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Ddefault_options.cc8 const char *__asan_default_options() { function
9 // CHECK: Using the defaults from __asan_default_options: {{.*}} foo=bar
/external/chromium_org/chrome/app/
H A Dchrome_exe_main_gtk.cc29 // __asan_default_options should not be instrumented, because it is called
33 const char *__asan_default_options() { function
/external/chromium_org/chrome/nacl/
H A Dnacl_helper_linux.cc215 // __asan_default_options should not be instrumented, because it is called
219 const char* __asan_default_options() { function
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc73 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

Completed in 632 milliseconds