Searched refs:__OS_ENUM_C_FALLBACK (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/EXTERNAL_HEADERS/image4/shim/ ! |
| H A D | base.h | 221 #define __OS_ENUM_C_FALLBACK(_name, _type, ...) \ macro 227 __OS_ENUM_C_FALLBACK(_name, _type, ## __VA_ARGS__) \ 230 __OS_ENUM_C_FALLBACK(_name, _type, ## __VA_ARGS__) \ 233 __OS_ENUM_C_FALLBACK(_name, _type, ## __VA_ARGS__) \
|
| /xnu-11215.1.10/libkern/os/ ! |
| H A D | base.h | 222 #define __OS_ENUM_C_FALLBACK(_name, _type, ...) \ macro 228 __OS_ENUM_C_FALLBACK(_name, _type, ## __VA_ARGS__) \ 231 __OS_ENUM_C_FALLBACK(_name, _type, ## __VA_ARGS__) \ 234 __OS_ENUM_C_FALLBACK(_name, _type, ## __VA_ARGS__) \
|