Lines Matching refs:nonnull
100 DEF_ATTR_IDENT (ATTR_NONNULL, "nonnull")
197 /* Functions whose pointer parameter(s) are all nonnull. */
199 /* Functions whose first parameter is a nonnull pointer. */
201 /* Functions whose second parameter is a nonnull pointer. */
203 /* Functions whose third parameter is a nonnull pointer. */
208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
215 /* Nothrow functions whose first parameter is a nonnull pointer. */
218 /* Nothrow functions whose second parameter is a nonnull pointer. */
221 /* Nothrow functions whose third parameter is a nonnull pointer. */
224 /* Nothrow functions whose fourth parameter is a nonnull pointer. */
227 /* Nothrow functions whose fifth parameter is a nonnull pointer. */
234 nonnull pointers. As cancellation points the functions are not
248 are nonnull pointers. */
252 are nonnull pointers. */
256 are nonnull pointers. */
260 are nonnull pointers. */
267 /* Nothrow nonnull leaf functions that are type-generic. */
271 /* Nothrow const functions whose pointer parameter(s) are all nonnull. */
274 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull,
278 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull,
279 and return value is also nonnull. */
282 /* Nothrow const leaf functions whose pointer parameter(s) are all nonnull. */
291 /* Nothrow pure functions whose pointer parameter(s) are all nonnull. */
294 /* Nothrow pure leaf functions whose pointer parameter(s) are all nonnull. */
297 /* Nothrow malloc functions whose pointer parameter(s) are all nonnull. */
302 /* Nothrow malloc leaf functions whose pointer parameter(s) are all nonnull. */
308 /* Construct a tree for the format attribute (and implicitly nonnull). */
316 implies nonnull). */
324 and nothrow attributes (in both cases format implies nonnull). */
333 /* Construct a pair of trees for the nonnull attribute for the first
334 argument, plus format printf attribute (format implies nonnull):