Home
last modified time | relevance | path

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

/xnu-8796.141.3/libkern/os/
H A Dbase.h267 #define __OS_CONCAT(x, y) x ## y macro
268 #define OS_CONCAT(x, y) __OS_CONCAT(x, y)