Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c_bionic.cpp25 #define SCUDO_PREFIX(name) CONCATENATE(scudo_, name)
H A Dinternal_defs.h27 #define CONCATENATE(S, C) CONCATENATE_(S, C) macro