Home
last modified time | relevance | path

Searched defs:COMMON_FLAG (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
121 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() macro
H A Dsanitizer_flags.h22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; macro