Searched defs:__nonnull (Results 1 – 5 of 5) sorted by relevance
286 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro288 # define __nonnull(params) macro
44 def __nonnull(x): return __attribute__((__nonnull__(x))) function