OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__asan_default_options
(Results
1 - 5
of
5
) sorted by null
/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/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/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
/external/compiler-rt/lib/asan/
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
Completed in 58 milliseconds