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

12

/external/bison/build-aux/snippet/
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
/external/bison/darwin-lib/
H A Darg-nonnull.h0 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
4 #ifndef _GL_ARG_NONNULL
6 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
8 # define _GL_ARG_NONNULL(params) macro
H A Dgetopt.h126 /* The definition of _GL_ARG_NONNULL is copied here. */
127 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
130 #ifndef _GL_ARG_NONNULL
132 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
134 # define _GL_ARG_NONNULL(params) macro
242 __THROW _GL_ARG_NONNULL ((2, 3));
248 __THROW _GL_ARG_NONNULL ((2, 3));
252 __THROW _GL_ARG_NONNULL ((2, 3));
H A Dtime.h120 _GL_ARG_NONNULL ((1)));
132 _GL_ARG_NONNULL ((1)));
301 /* The definition of _GL_ARG_NONNULL is copied here. */
302 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
305 #ifndef _GL_ARG_NONNULL
307 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
309 # define _GL_ARG_NONNULL(params) macro
423 _GL_ARG_NONNULL ((1)));
430 _GL_ARG_NONNULL ((1)));
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((
[all...]
H A Dfcntl.h153 _GL_ARG_NONNULL ((1)));
165 _GL_ARG_NONNULL ((1)));
334 /* The definition of _GL_ARG_NONNULL is copied here. */
335 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
338 #ifndef _GL_ARG_NONNULL
340 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
342 # define _GL_ARG_NONNULL(params) macro
427 _GL_ARG_NONNULL ((1)));
452 _GL_ARG_NONNULL ((2)));
459 _GL_ARG_NONNULL ((
[all...]
H A Dspawn.h151 _GL_ARG_NONNULL ((1)));
163 _GL_ARG_NONNULL ((1)));
332 /* The definition of _GL_ARG_NONNULL is copied here. */
333 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
336 #ifndef _GL_ARG_NONNULL
338 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
340 # define _GL_ARG_NONNULL(params) macro
496 _GL_ARG_NONNULL ((2, 5, 6)));
513 _GL_ARG_NONNULL ((2, 5, 6)));
546 _GL_ARG_NONNULL ((
[all...]
H A Dstdlib.h194 _GL_ARG_NONNULL ((1)));
206 _GL_ARG_NONNULL ((1)));
375 /* The definition of _GL_ARG_NONNULL is copied here. */
376 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
379 #ifndef _GL_ARG_NONNULL
381 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
383 # define _GL_ARG_NONNULL(params) macro
473 _GL_ARG_NONNULL ((1)));
510 _GL_ARG_NONNULL ((1)));
515 _GL_ARG_NONNULL ((
[all...]
H A Dstring.h131 _GL_ARG_NONNULL ((1)));
143 _GL_ARG_NONNULL ((1)));
312 /* The definition of _GL_ARG_NONNULL is copied here. */
313 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
316 #ifndef _GL_ARG_NONNULL
318 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
320 # define _GL_ARG_NONNULL(params) macro
411 _GL_ARG_NONNULL ((1)));
417 _GL_ARG_NONNULL ((1)));
451 _GL_ARG_NONNULL ((
[all...]
H A Dsignal.h144 _GL_ARG_NONNULL ((1)));
156 _GL_ARG_NONNULL ((1)));
325 /* The definition of _GL_ARG_NONNULL is copied here. */
326 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
329 #ifndef _GL_ARG_NONNULL
331 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
333 # define _GL_ARG_NONNULL(params) macro
518 _GL_ARG_NONNULL ((1)));
530 _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
543 _GL_ARG_NONNULL ((
[all...]
H A Dunistd.h212 _GL_ARG_NONNULL ((1)));
224 _GL_ARG_NONNULL ((1)));
393 /* The definition of _GL_ARG_NONNULL is copied here. */
394 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
397 #ifndef _GL_ARG_NONNULL
399 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
401 # define _GL_ARG_NONNULL(params)
561 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
584 _GL_ARG_NONNULL ((1)));
589 _GL_ARG_NONNULL ((
[all...]
H A Dwchar.h171 _GL_ARG_NONNULL ((1)));
183 _GL_ARG_NONNULL ((1)));
352 /* The definition of _GL_ARG_NONNULL is copied here. */
353 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
356 #ifndef _GL_ARG_NONNULL
358 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
360 # define _GL_ARG_NONNULL(params) macro
590 _GL_ARG_NONNULL ((2)));
598 _GL_ARG_NONNULL ((2)));
624 _GL_ARG_NONNULL ((
[all...]
H A Dstdio.h199 _GL_ARG_NONNULL ((1)));
211 _GL_ARG_NONNULL ((1)));
380 /* The definition of _GL_ARG_NONNULL is copied here. */
381 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
384 #ifndef _GL_ARG_NONNULL
386 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
388 # define _GL_ARG_NONNULL(params)
452 _GL_ARG_NONNULL ((2)));
458 _GL_ARG_NONNULL ((2)));
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((
[all...]
/external/bison/linux-lib/
H A Darg-nonnull.h0 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
4 #ifndef _GL_ARG_NONNULL
6 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
8 # define _GL_ARG_NONNULL(params) macro
H A Dtime.h120 _GL_ARG_NONNULL ((1)));
132 _GL_ARG_NONNULL ((1)));
301 /* The definition of _GL_ARG_NONNULL is copied here. */
302 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
305 #ifndef _GL_ARG_NONNULL
307 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
309 # define _GL_ARG_NONNULL(params) macro
423 _GL_ARG_NONNULL ((1)));
430 _GL_ARG_NONNULL ((1)));
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((
[all...]
H A Dfcntl.h153 _GL_ARG_NONNULL ((1)));
165 _GL_ARG_NONNULL ((1)));
334 /* The definition of _GL_ARG_NONNULL is copied here. */
335 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
338 #ifndef _GL_ARG_NONNULL
340 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
342 # define _GL_ARG_NONNULL(params) macro
427 _GL_ARG_NONNULL ((1)));
452 _GL_ARG_NONNULL ((2)));
459 _GL_ARG_NONNULL ((
[all...]
H A Dspawn.h151 _GL_ARG_NONNULL ((1)));
163 _GL_ARG_NONNULL ((1)));
332 /* The definition of _GL_ARG_NONNULL is copied here. */
333 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
336 #ifndef _GL_ARG_NONNULL
338 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
340 # define _GL_ARG_NONNULL(params) macro
496 _GL_ARG_NONNULL ((2, 5, 6)));
513 _GL_ARG_NONNULL ((2, 5, 6)));
546 _GL_ARG_NONNULL ((
[all...]
H A Dstdlib.h194 _GL_ARG_NONNULL ((1)));
206 _GL_ARG_NONNULL ((1)));
375 /* The definition of _GL_ARG_NONNULL is copied here. */
376 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
379 #ifndef _GL_ARG_NONNULL
381 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
383 # define _GL_ARG_NONNULL(params) macro
473 _GL_ARG_NONNULL ((1)));
510 _GL_ARG_NONNULL ((1)));
515 _GL_ARG_NONNULL ((
[all...]
H A Dstring.h131 _GL_ARG_NONNULL ((1)));
143 _GL_ARG_NONNULL ((1)));
312 /* The definition of _GL_ARG_NONNULL is copied here. */
313 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
316 #ifndef _GL_ARG_NONNULL
318 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
320 # define _GL_ARG_NONNULL(params) macro
411 _GL_ARG_NONNULL ((1)));
417 _GL_ARG_NONNULL ((1)));
451 _GL_ARG_NONNULL ((
[all...]
H A Dsignal.h144 _GL_ARG_NONNULL ((1)));
156 _GL_ARG_NONNULL ((1)));
325 /* The definition of _GL_ARG_NONNULL is copied here. */
326 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
329 #ifndef _GL_ARG_NONNULL
331 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
333 # define _GL_ARG_NONNULL(params) macro
518 _GL_ARG_NONNULL ((1)));
530 _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
543 _GL_ARG_NONNULL ((
[all...]
H A Dunistd.h212 _GL_ARG_NONNULL ((1)));
224 _GL_ARG_NONNULL ((1)));
393 /* The definition of _GL_ARG_NONNULL is copied here. */
394 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
397 #ifndef _GL_ARG_NONNULL
399 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
401 # define _GL_ARG_NONNULL(params)
561 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
584 _GL_ARG_NONNULL ((1)));
589 _GL_ARG_NONNULL ((
[all...]
H A Dwchar.h171 _GL_ARG_NONNULL ((1)));
183 _GL_ARG_NONNULL ((1)));
352 /* The definition of _GL_ARG_NONNULL is copied here. */
353 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
356 #ifndef _GL_ARG_NONNULL
358 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
360 # define _GL_ARG_NONNULL(params) macro
590 _GL_ARG_NONNULL ((2)));
598 _GL_ARG_NONNULL ((2)));
624 _GL_ARG_NONNULL ((
[all...]
/external/bison/lib/
H A Dunsetenv.c21 #define _GL_ARG_NONNULL(params) macro
H A Dgetdelim.c24 #define _GL_ARG_NONNULL(params) macro
/external/bison/linux-lib/sys/
H A Dstat.h128 _GL_ARG_NONNULL ((1)));
140 _GL_ARG_NONNULL ((1)));
309 /* The definition of _GL_ARG_NONNULL is copied here. */
310 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
313 #ifndef _GL_ARG_NONNULL
315 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
317 # define _GL_ARG_NONNULL(params) macro
630 _GL_ARG_NONNULL ((2)));
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
676 _GL_ARG_NONNULL ((
[all...]
/external/bison/darwin-lib/sys/
H A Dstat.h128 _GL_ARG_NONNULL ((1)));
140 _GL_ARG_NONNULL ((1)));
309 /* The definition of _GL_ARG_NONNULL is copied here. */
310 /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools
313 #ifndef _GL_ARG_NONNULL
315 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) macro
317 # define _GL_ARG_NONNULL(params) macro
630 _GL_ARG_NONNULL ((2)));
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
676 _GL_ARG_NONNULL ((
[all...]

Completed in 422 milliseconds

12