Searched refs:os_error_if (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/libkern/os/ |
| H A D | refcnt.h | 90 # define os_error_if(cond, msg) __attribute__((diagnose_if((cond), (msg), "error"))) macro 92 # define os_error_if(...) macro 103 os_error_if(count == 0, "Reference count must be non-zero initialized"); 171 os_error_if(count == 0, "Reference count must be non-zero initialized"); 173 os_error_if(!__builtin_constant_p(f) || f == 0, "refcount floor must be >= 1"); 176 os_error_if(!__builtin_constant_p(f) || f == 0, "refcount floor must be >= 1"); 182 os_error_if(!__builtin_constant_p(f) || f == 0, "refcount floor must be >= 1"); 185 os_error_if(!__builtin_constant_p(f) || f == 0, "refcount floor must be >= 1"); 217 os_error_if(init_count == 0, "Reference count must be non-zero initialized") 218 os_error_if(b > 26, "Bitwise reference count limited to 26 bits") [all …]
|