Home
last modified time | relevance | path

Searched defs:SCUDO_FLAG (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_flags.cpp25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in RegisterScudoFlags() macro
Dscudo_flags.h20 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_flags.cpp25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in RegisterScudoFlags() macro
Dscudo_flags.h19 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
/external/scudo/standalone/
Dflags.cpp23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() macro
Dflags.h17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags.cpp23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() macro
36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() macro
Dflags.h17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; macro