HomeSort by relevance Sort by last modified time
    Searched refs:__msan_default_options (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/include/sanitizer/
msan_interface.h 88 const char* __msan_default_options();
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 92 /* OPTIONAL */ const char* __msan_default_options();
msan.cc 157 if (__msan_default_options)
158 ParseFlagsFromString(f, __msan_default_options());
505 const char* __msan_default_options() { return ""; } function

Completed in 27 milliseconds