Searched refs:__attribute_nonnull__ (Results 1 – 1 of 1) sorted by relevance
381 #ifndef __attribute_nonnull__383 # define __attribute_nonnull__(params) __attribute__ ((__nonnull__ params)) macro385 # define __attribute_nonnull__(params) macro389 # define __nonnull(params) __attribute_nonnull__ (params)
Completed in 5 milliseconds