Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cpp26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
116 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() macro
Dsanitizer_flags.h27 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.h22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
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