Home
last modified time | relevance | path

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

/xnu-11215.1.10/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h266 #define __OS_CONCAT(x, y) x ## y macro
267 #define OS_CONCAT(x, y) __OS_CONCAT(x, y)
/xnu-11215.1.10/libkern/os/
H A Dbase.h271 #define __OS_CONCAT(x, y) x ## y macro
272 #define OS_CONCAT(x, y) __OS_CONCAT(x, y)