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

  /external/compiler-rt/lib/scudo/
scudo_flags.h 20 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name;
22 #undef SCUDO_FLAG
scudo_flags.cpp 25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
27 #undef SCUDO_FLAG
31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \
34 #undef SCUDO_FLAG

Completed in 77 milliseconds