Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dosptr_compat.cpp14 #define CONCAT_PRIM(x, y) x ## y macro
15 #define CONCAT(x, y) CONCAT_PRIM(x, y)