Home
last modified time | relevance | path

Searched refs:__nonnull__ (Results 1 – 18 of 18) sorted by relevance

/external/ImageMagick/MagickCore/
Dstring_.h79 magick_attribute((__nonnull__)),
81 magick_attribute((__nonnull__)),
104 magick_attribute((__nonnull__)),
Dmemory_.h45 magick_attribute((__nonnull__)),
/external/clang/test/Sema/
Dnonnull.c89 __attribute__((__nonnull__)) // expected-note 2{{declared 'nonnull' here}}
130 __attribute__((__nonnull__)) // expected-note {{declared 'nonnull' here}}
/external/openssh/
Dxmalloc.h26 __attribute__((__nonnull__ (2)));
Ddefines.h522 #if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__)
523 # define __nonnull__(x) macro
Dauth.h154 __attribute__((__nonnull__ (2)));
/external/libaom/libaom/av1/common/
Dodintrin.h69 #define OD_ARG_NONNULL(x) __attribute__((__nonnull__(x)))
/external/libopus/include/
Dopus_defines.h122 # define OPUS_ARG_NONNULL(_x) __attribute__ ((__nonnull__(_x)))
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m27 extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow…
/external/elfutils/libelf/
Dlibelf.h68 # define __nonnull_attribute__(...) __attribute__ ((__nonnull__ (__VA_ARGS__)))
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py44 def __nonnull(x): return __attribute__((__nonnull__(x)))
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py44 def __nonnull(x): return __attribute__((__nonnull__(x)))
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py44 def __nonnull(x): return __attribute__((__nonnull__(x)))
/external/elfutils/tests/
Drun-dwarf-getmacros.sh615 __nonnull(params) __attribute__ ((__nonnull__ params))
/external/clang/test/Analysis/
Dmisc-ps-region-store.m1202 __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__))
Dplist-output.m177 void RDar13295437_f(void *i) __attribute__((__nonnull__));
Dedges-new.mm389 void RDar13295437_f(void *i) __attribute__((__nonnull__));
/external/elfutils/libdw/
DChangeLog3455 * libdw.h: Use __nonnull__ attribute only for gcc >= 3.3.