| /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 D | builtin-attrs.def | 100 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 D | builtin-attrs.def | 100 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 D | list_sort.c | 10 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 D | 0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch | 4 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 D | list_sort.h | 9 __attribute__((nonnull(2,3)))
|
| H A D | xarray.h | 356 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 D | cli_hush.c | 321 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 D | Makefile | 3 CFLAGS += -Wno-nonnull
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_object.h | 96 __attribute__((nonnull)) 104 __attribute__((nonnull))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/ |
| H A D | 0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch | 26 * Normal qsort requires base to be nonnull. Here were require
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/openthread/ |
| H A D | ot-br-posix_git.bb | 19 file://0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/ |
| H A D | 0001-Fix-implicit-fallthrough-warning.patch | 121 +# nonnull 241 + [nonnull], [
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_gem.h | 366 __attribute__((nonnull))
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | Makefile | 25 CFLAGS_smp.o := -Wno-nonnull
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | leds-pwm.c | 58 __attribute__((nonnull))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0006-adb-Musl-fixes.patch | 66 +__attribute__((__format__(printf, 2, 3))) __attribute__((nonnull((2))))
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ltmain.sh | 5713 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 D | meson.build | 35 '-Werror=nonnull',
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_request.h | 369 __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 D | function_template.hpp | 879 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 D | f_fs.c | 262 __attribute__((warn_unused_result, nonnull)); 264 __attribute__((warn_unused_result, nonnull));
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/ |
| H A D | 0001-gnulib-Update.patch | 12 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 D | 0009-Use-libtool-2.4.patch | 18775 +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 D | cpp.info | 3118 # 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 D | cpp.info | 3118 # if __has_attribute (nonnull) 3119 # define ATTR_NONNULL __attribute__ ((nonnull)) 3130 #if defined __has_attribute && __has_attribute (nonnull) /* not portable */
|