HomeSort by relevance Sort by last modified time
    Searched defs:__nonnull (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 290 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
292 # define __nonnull(params) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 290 # define __nonnull(params) __attribute__ ((__nonnull__ params)) macro
292 # define __nonnull(params) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 293 #define __nonnull(x) __attribute__((__nonnull__(x))) macro
295 #define __nonnull(x) macro
  /external/syslinux/gpxe/src/include/
compiler.h 484 #define __nonnull __attribute__ (( nonnull )) macro
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 44 def __nonnull(x): return __attribute__((__nonnull__(x))) function
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 44 def __nonnull(x): return __attribute__((__nonnull__(x))) function
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 44 def __nonnull(x): return __attribute__((__nonnull__(x))) function

Completed in 847 milliseconds