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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 30 struct CommonFlags {
62 inline CommonFlags *common_flags() {
63 extern CommonFlags common_flags_dont_use;
67 void SetCommonFlagsDefaults(CommonFlags *f);
68 void ParseCommonFlagsFromString(CommonFlags *f, const char *str);
sanitizer_flags.cc 22 CommonFlags common_flags_dont_use;
37 void SetCommonFlagsDefaults(CommonFlags *f) {
68 void ParseCommonFlagsFromString(CommonFlags *f, const char *str) {
223 // TODO(glider): put the descriptions inside CommonFlags.
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 22 struct Flags : CommonFlags, DDFlags {
  /external/compiler-rt/lib/lsan/
lsan.cc 29 CommonFlags *cf = common_flags();
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.h 21 struct Flags : CommonFlags, DDFlags {
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 34 CommonFlags *cf = common_flags();
  /external/compiler-rt/lib/asan/
asan_rtl.cc 95 CommonFlags *cf = common_flags();
234 CommonFlags *cf = common_flags();
  /external/compiler-rt/lib/msan/
msan.cc 111 CommonFlags *cf = common_flags();
160 CommonFlags *cf = common_flags();

Completed in 215 milliseconds