Searched refs:SCUDO_FLAG (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.h19 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
21 #undef SCUDO_FLAG macro
H A Dscudo_flags.cpp25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; macro
27 #undef SCUDO_FLAG macro
31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ macro
34 #undef SCUDO_FLAG macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.h17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
19 #undef SCUDO_FLAG macro
H A Dflags.cpp22 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; macro
24 #undef SCUDO_FLAG macro
35 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ macro
39 #undef SCUDO_FLAG macro

Completed in 345 milliseconds