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 90 const char* __msan_default_options();
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 113 /* OPTIONAL */ const char* __msan_default_options();
msan.cc 185 if (__msan_default_options)
186 ParseFlagsFromString(f, __msan_default_options());
672 const char* __msan_default_options() { return ""; } function

Completed in 215 milliseconds