Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/os/
H A Dbase.h260 #define __OS_CONCAT(x, y) x ## y macro
261 #define OS_CONCAT(x, y) __OS_CONCAT(x, y)