Home
last modified time | relevance | path

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

12

/external/ImageMagick/MagickCore/
Dstring_.h79 const size_t) magick_attribute((__nonnull__)),
81 const size_t) magick_attribute((__nonnull__)),
103 magick_attribute((__nonnull__)),
Dmemory_.h54 const size_t) magick_attribute((__nonnull__)),
/external/openssh/
Dxmalloc.h26 __attribute__((__nonnull__ (2)));
28 __attribute__((__nonnull__ (2)));
Dsshbuf.h299 __attribute__((__nonnull__ (2)));
301 __attribute__((__nonnull__ (2)));
308 __attribute__((__nonnull__ (2)));
Dmisc.h73 __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));
Dauth.h147 __attribute__((__nonnull__ (2)));
Ddefines.h551 #if !defined(HAVE_ATTRIBUTE__NONNULL__) && !defined(__nonnull__)
552 # define __nonnull__(x) macro
/external/llvm-project/clang/test/Sema/
Dnonnull.c93 __attribute__((__nonnull__)) // expected-note 2{{declared 'nonnull' here}}
134 __attribute__((__nonnull__)) // expected-note {{declared 'nonnull' here}}
/external/clang/test/Sema/
Dnonnull.c89 __attribute__((__nonnull__)) // expected-note 2{{declared 'nonnull' here}}
130 __attribute__((__nonnull__)) // expected-note {{declared 'nonnull' here}}
/external/llvm-project/clang/test/Analysis/
Dunix-fns.c45 __attribute__((__nonnull__))
55 __attribute__((__nonnull__))
Dplist-output.m177 void RDar13295437_f(void *i) __attribute__((__nonnull__));
Dedges-new.mm389 void RDar13295437_f(void *i) __attribute__((__nonnull__));
Dmisc-ps-region-store.m1202 __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__))
/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/llvm-project/clang/test/Analysis/inlining/
Dinline-defensive-checks.m27 extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow…
/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__));
/external/elfutils/libdw/
DChangeLog3651 * libdw.h: Use __nonnull__ attribute only for gcc >= 3.3.

12