Home
last modified time | relevance | path

Searched refs:COMMON_FLAG (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc23 COMMON_FLAG(
27 COMMON_FLAG(
31 COMMON_FLAG(
50 COMMON_FLAG(
54 COMMON_FLAG(
58 COMMON_FLAG(
62 COMMON_FLAG(
69 COMMON_FLAG(
108 COMMON_FLAG(
114 COMMON_FLAG(
[all …]
H A Dsanitizer_flags.cc26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
28 #undef COMMON_FLAG in SetDefaults()
108 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() macro
111 #undef COMMON_FLAG in RegisterCommonFlags()
H A Dsanitizer_flags.h28 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
30 #undef COMMON_FLAG
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc22 // See COMMON_FLAG in sanitizer_flags.inc for more details.
H A Dasan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/freebsd-12.1/contrib/compiler-rt/lib/ubsan/
H A Dubsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_flags.inc19 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc18 // See COMMON_FLAG in sanitizer_flags.inc for more details.