Searched refs:__xnu_struct_size (Results 1 – 1 of 1) sorted by relevance
194 # define __xnu_struct_size(ptr) __builtin_dynamic_object_size(ptr, 0) macro199 # define __xnu_struct_size(ptr) __builtin_object_size(ptr, 0)208 __attribute__((__diagnose_if__(__xnu_struct_size(ptr) < (size), message, "error")))248 if (__xnu_struct_size(ptr) < (size)) { \