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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name;
24 #undef COMMON_FLAG
sanitizer_flags.cc 39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
41 #undef COMMON_FLAG
94 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
97 #undef COMMON_FLAG

Completed in 74 milliseconds