Searched defs:_GL_ARG_NONNULL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/build-aux/
H A Darg-nonnull.h17 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
20 #ifndef _GL_ARG_NONNULL
22 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
24 # define _GL_ARG_NONNULL(params) macro
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetdelim.c26 #define _GL_ARG_NONNULL(params) macro

Completed in 21 milliseconds