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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h27 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
29 #undef COMMON_FLAG macro
H A Dsanitizer_flags.cpp25 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; macro
27 #undef COMMON_FLAG macro

Completed in 100 milliseconds