Home
last modified time | relevance | path

Searched refs:__nonnull (Results 1 – 5 of 5) sorted by relevance

/external/clang/docs/analyzer/
Dnullability.rst37 __nonnull id takesNonnull(__nonnull id x) {
41 …rn nil; <- Should the analyzer cover this piece of code? Should we require the cast (__nonnull)nil?
80 int * __nonnull * __nullable p;
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py44 def __nonnull(x): return __attribute__((__nonnull__(x))) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py44 def __nonnull(x): return __attribute__((__nonnull__(x))) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py44 def __nonnull(x): return __attribute__((__nonnull__(x))) function
/external/elfutils/tests/
Drun-dwarf-getmacros.sh615 __nonnull(params) __attribute__ ((__nonnull__ params))