Lines Matching refs:os_error_if
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")
219 os_error_if(init_bits >= (1U << b), "Bits out of range");