Searched refs:type_ut (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | vm_sanitize.c | 1307 #define TEST_UT_TYPE_ABI_UT_CALLEE(type_t, type_ut, equal, t_arg) \ argument 1308 static_assert(sizeof(type_ut) == sizeof(type_t)); \ 1309 static_assert(__alignof__(type_ut) == __alignof__(type_t)); \ 1312 static type_ut \ 1313 vm_sanitize_test_##type_ut##_callee( \ 1314 type_ut u0, type_ut u1, type_ut u2, type_ut u3, \ 1315 type_ut u4, type_ut u5, type_ut u6, type_ut u7, \ 1316 type_ut u8, type_ut u9, type_ut u10, type_ut u11, \ 1317 type_ut u12, type_ut u13, type_ut u14, type_ut u15, \ 1318 type_ut ret, \ [all …]
|