HomeSort by relevance Sort by last modified time
    Searched defs:_GL_ARG_NONNULL (Results 1 - 25 of 30) sorted by null

1 2

  /external/bison/build-aux/snippet/
arg-nonnull.h 17 /* _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))
24 # define _GL_ARG_NONNULL(params)
  /external/bison/darwin-lib/
arg-nonnull.h 0 /* _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))
8 # define _GL_ARG_NONNULL(params)
getopt.h 126 /* 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))
134 # define _GL_ARG_NONNULL(params)
242 __THROW _GL_ARG_NONNULL ((2, 3));
248 __THROW _GL_ARG_NONNULL ((2, 3));
252 __THROW _GL_ARG_NONNULL ((2, 3));
time.h 120 _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))
309 # define _GL_ARG_NONNULL(params)
423 _GL_ARG_NONNULL ((1)));
430 _GL_ARG_NONNULL ((1)));
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)))
    [all...]
fcntl.h 153 _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))
342 # define _GL_ARG_NONNULL(params)
427 _GL_ARG_NONNULL ((1)));
452 _GL_ARG_NONNULL ((2)));
459 _GL_ARG_NONNULL ((2)))
    [all...]
spawn.h 151 _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))
340 # define _GL_ARG_NONNULL(params)
496 _GL_ARG_NONNULL ((2, 5, 6)));
513 _GL_ARG_NONNULL ((2, 5, 6)));
546 _GL_ARG_NONNULL ((2, 5, 6)))
    [all...]
stdlib.h 194 _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))
383 # define _GL_ARG_NONNULL(params)
473 _GL_ARG_NONNULL ((1)));
510 _GL_ARG_NONNULL ((1)));
515 _GL_ARG_NONNULL ((1)))
    [all...]
string.h 131 _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))
320 # define _GL_ARG_NONNULL(params)
411 _GL_ARG_NONNULL ((1)));
417 _GL_ARG_NONNULL ((1)));
451 _GL_ARG_NONNULL ((1, 3)))
    [all...]
signal.h 144 _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))
333 # define _GL_ARG_NONNULL(params)
518 _GL_ARG_NONNULL ((1)));
530 _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
543 _GL_ARG_NONNULL ((1)))
    [all...]
stdio.h 199 _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))
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 ((1)))
    [all...]
unistd.h 212 _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))
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 ((1)))
    [all...]
wchar.h 171 _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))
360 # define _GL_ARG_NONNULL(params)
590 _GL_ARG_NONNULL ((2)));
598 _GL_ARG_NONNULL ((2)));
624 _GL_ARG_NONNULL ((2)))
    [all...]
  /external/bison/linux-lib/
arg-nonnull.h 0 /* _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))
8 # define _GL_ARG_NONNULL(params)
time.h 120 _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))
309 # define _GL_ARG_NONNULL(params)
423 _GL_ARG_NONNULL ((1)));
430 _GL_ARG_NONNULL ((1)));
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)))
    [all...]
fcntl.h 153 _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))
342 # define _GL_ARG_NONNULL(params)
427 _GL_ARG_NONNULL ((1)));
452 _GL_ARG_NONNULL ((2)));
459 _GL_ARG_NONNULL ((2)))
    [all...]
spawn.h 151 _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))
340 # define _GL_ARG_NONNULL(params)
496 _GL_ARG_NONNULL ((2, 5, 6)));
513 _GL_ARG_NONNULL ((2, 5, 6)));
546 _GL_ARG_NONNULL ((2, 5, 6)))
    [all...]
stdlib.h 194 _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))
383 # define _GL_ARG_NONNULL(params)
473 _GL_ARG_NONNULL ((1)));
510 _GL_ARG_NONNULL ((1)));
515 _GL_ARG_NONNULL ((1)))
    [all...]
string.h 131 _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))
320 # define _GL_ARG_NONNULL(params)
411 _GL_ARG_NONNULL ((1)));
417 _GL_ARG_NONNULL ((1)));
451 _GL_ARG_NONNULL ((1, 3)))
    [all...]
signal.h 144 _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))
333 # define _GL_ARG_NONNULL(params)
518 _GL_ARG_NONNULL ((1)));
530 _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
543 _GL_ARG_NONNULL ((1)))
    [all...]
stdio.h 199 _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))
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 ((1)))
    [all...]
unistd.h 212 _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))
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 ((1)))
    [all...]
wchar.h 171 _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))
360 # define _GL_ARG_NONNULL(params)
590 _GL_ARG_NONNULL ((2)));
598 _GL_ARG_NONNULL ((2)));
624 _GL_ARG_NONNULL ((2)))
    [all...]
  /external/bison/lib/
unsetenv.c 21 #define _GL_ARG_NONNULL(params)
getdelim.c 24 #define _GL_ARG_NONNULL(params)
  /external/bison/linux-lib/sys/
stat.h 128 _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))
317 # define _GL_ARG_NONNULL(params)
630 _GL_ARG_NONNULL ((2)));
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
676 _GL_ARG_NONNULL ((2, 3)))
    [all...]

Completed in 206 milliseconds

1 2