reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

projects/compiler-rt/lib/scudo/scudo_flags.cpp
   25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
   31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \
projects/compiler-rt/lib/scudo/scudo_flags.h
   19 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name;