Home
last modified time | relevance | path

Searched refs:nonnull (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbuiltin-attrs.def100 DEF_ATTR_IDENT (ATTR_NONNULL, "nonnull")
197 /* Functions whose pointer parameter(s) are all nonnull. */
199 /* Functions whose first parameter is a nonnull pointer. */
201 /* Functions whose second parameter is a nonnull pointer. */
203 /* Functions whose third parameter is a nonnull pointer. */
208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
215 /* Nothrow functions whose first parameter is a nonnull pointer. */
218 /* Nothrow functions whose second parameter is a nonnull pointer. */
221 /* Nothrow functions whose third parameter is a nonnull pointer. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbuiltin-attrs.def100 DEF_ATTR_IDENT (ATTR_NONNULL, "nonnull")
197 /* Functions whose pointer parameter(s) are all nonnull. */
199 /* Functions whose first parameter is a nonnull pointer. */
201 /* Functions whose second parameter is a nonnull pointer. */
203 /* Functions whose third parameter is a nonnull pointer. */
208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
215 /* Nothrow functions whose first parameter is a nonnull pointer. */
218 /* Nothrow functions whose second parameter is a nonnull pointer. */
221 /* Nothrow functions whose third parameter is a nonnull pointer. */
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dlist_sort.c10 typedef int __attribute__((nonnull(2,3))) (*cmp_func)(void *,
18 __attribute__((nonnull(2,3,4)))
54 __attribute__((nonnull(2,3,4,5)))
187 __attribute__((nonnull(2,3)))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/
H A D0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch4 Subject: [PATCH] cmake: Disable nonnull-compare warning on gcc
32 + add_compile_options(-Wno-error=nonnull-compare)
/OK3568_Linux_fs/kernel/include/linux/
H A Dlist_sort.h9 __attribute__((nonnull(2,3)))
H A Dxarray.h356 unsigned long max, xa_mark_t) __attribute__((nonnull(2)));
358 unsigned long max, xa_mark_t) __attribute__((nonnull(2)));
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c321 int nonnull; member
475 static char *make_string(char **inp, int *nonnull);
897 o->nonnull = 0; in b_reset()
2104 if (dest->nonnull) {
2463 if (dest->length == 0 && !dest->nonnull) {
2506 child->argv_nonnull[argc-1] = dest->nonnull;
3021 dest->nonnull = 1;
3034 dest->nonnull = 1;
3118 dest->nonnull = 1;
3240 temp.nonnull = 0;
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/exec/
H A DMakefile3 CFLAGS += -Wno-nonnull
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h96 __attribute__((nonnull))
104 __attribute__((nonnull))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch26 * Normal qsort requires base to be nonnull. Here were require
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/openthread/
H A Dot-br-posix_git.bb19 file://0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch121 +# nonnull
241 + [nonnull], [
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_gem.h366 __attribute__((nonnull))
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A DMakefile25 CFLAGS_smp.o := -Wno-nonnull
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-pwm.c58 __attribute__((nonnull))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0006-adb-Musl-fixes.patch66 +__attribute__((__format__(printf, 2, 3))) __attribute__((nonnull((2))))
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh5713 static const char *nonnull (const char *s);
5959 lt_argv_zero, nonnull (strerror (errno)));
6115 nonnull (strerror (errno)));
6141 nonnull (strerror (errno)));
6193 tmp_pathspec, nonnull (strerror (errno)));
6269 nonnull (const char *s)
6277 return (s && !*s) ? "(empty)" : nonnull (s);
6285 nonnull (name), nonnull (value));
6335 nonnull (name), nonnull (value));
6356 nonnull (name), nonnull (value));
H A Dmeson.build35 '-Werror=nonnull',
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_request.h369 __attribute__((nonnull(1)));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp879 void nonnull() {} in nonnull() function
886 { return (this->empty())? 0 : &dummy::nonnull; } in operator safe_bool()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c262 __attribute__((warn_unused_result, nonnull));
264 __attribute__((warn_unused_result, nonnull));
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/
H A D0001-gnulib-Update.patch12 gnulib/lib/arg-nonnull.h | 8 +-
1276 --- a/gnulib/lib/arg-nonnull.h
1277 +++ b/gnulib/lib/arg-nonnull.h
1654 /* The nonnull function attribute marks pointer parameters that
8033 +nonnull (void *p)
8051 + return nonnull (malloc (s));
8057 + return nonnull (imalloc (s));
8083 + return nonnull (irealloc (p, s));
8107 + return nonnull (ireallocarray (p, n, s));
8310 + return nonnull (calloc (n, s));
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch18775 +static const char *nonnull (const char *s);
18952 + nonnull (lt_argv_zero));
18957 + i, nonnull (newargz[i]));
18968 + lt_argv_zero, nonnull (strerror (errno)));
19020 + nonnull (strerror (errno)));
19030 + nonnull (strerror (errno)));
19054 + tmp_pathspec, nonnull (strerror (errno)));
19111 +nonnull (const char *s)
19119 + return (s && !*s) ? "(empty)" : nonnull (s);
19130 + nonnull (name), nonnull (value));
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dcpp.info3118 # if __has_attribute (nonnull)
3119 # define ATTR_NONNULL __attribute__ ((nonnull))
3130 #if defined __has_attribute && __has_attribute (nonnull) /* not portable */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dcpp.info3118 # if __has_attribute (nonnull)
3119 # define ATTR_NONNULL __attribute__ ((nonnull))
3130 #if defined __has_attribute && __has_attribute (nonnull) /* not portable */

12