HomeSort by: relevance | last modified time | path
    Searched refs:SANCOV_FLAG (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sancov_flags.h 22 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Type Name;
24 #undef SANCOV_FLAG
sancov_flags.cc 29 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
31 #undef SANCOV_FLAG
35 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \
38 #undef SANCOV_FLAG

Completed in 11 milliseconds