Searched refs:__STC_OBJ_TO_OBJ_CNV_IMPL (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | strict_type_cnv_private.h | 172 #define __STC_OBJ_TO_OBJ_CNV_IMPL(CV, STAG, STYPE, DTAG, DTYPE, CNV_F) \ macro 213 __STC_OBJ_TO_OBJ_CNV_IMPL(, STAG, STYPE, DTAG, DTYPE, __STC_TY_TY_CNV_F(STYPE, DTYPE)) \ 216 __STC_OBJ_TO_OBJ_CNV_IMPL(, DTAG, DTYPE, STAG, STYPE, __STC_TY_TY_CNV_F(DTYPE, STYPE)) \ 219 __STC_OBJ_TO_OBJ_CNV_IMPL(const, STAG, STYPE, DTAG, DTYPE, __STC_CTY_CTY_CNV_F(STYPE, DTYPE)) \ 222 __STC_OBJ_TO_OBJ_CNV_IMPL(const, DTAG, DTYPE, STAG, STYPE, __STC_CTY_CTY_CNV_F(DTYPE, STYPE)) \
|