HomeSort by: relevance | last modified time | path
    Searched defs:__nonnull (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
cdefs.h 381 must not be NULL. This has the name __nonnull in glibc,
383 collision with a different __nonnull in DragonFlyBSD 5.9. */
391 #ifndef __nonnull
392 # define __nonnull(params) __attribute_nonnull__ (params) macro
  /src/external/gpl3/gdb.old/dist/gnulib/import/
cdefs.h 381 must not be NULL. This has the name __nonnull in glibc,
383 collision with a different __nonnull in DragonFlyBSD 5.9. */
391 #ifndef __nonnull
392 # define __nonnull(params) __attribute_nonnull__ (params) macro
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iotrace.c 32 // Our 'create' should not have the __nonnull attribute
33 #undef __nonnull macro
34 #define __nonnull(x) macro
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iotrace.c 32 // Our 'create' should not have the __nonnull attribute
33 #undef __nonnull macro
34 #define __nonnull(x) macro

Completed in 32 milliseconds