Home
last modified time | relevance | path

Searched refs:BASE_OPTIONAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.def16 #ifndef BASE_OPTIONAL
17 #define BASE_OPTIONAL(...)
52 // BASE_OPTIONAL(TYPE, NAME, DEFAULT)
55 BASE_OPTIONAL(const bool, MaySupportMemoryTagging, false)
143 #undef BASE_OPTIONAL
H A Dallocator_config_wrapper.h47 #define BASE_OPTIONAL(TYPE, NAME, DEFAULT) \ macro