Home
last modified time | relevance | path

Searched refs:warn_unused_result (Results 1 – 25 of 30) 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/include/
H A Darm_cmse.h167 __attribute__ ((warn_unused_result)) in __cmse_TT_fptr()
188 __attribute__ ((warn_unused_result))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A DUniquePtr.h82 T* release() __attribute__((warn_unused_result)) {
141 T* release() __attribute__((warn_unused_result)) {
H A D__config1076 # define _LIBCPP_NODISCARD_ATTRIBUTE [[clang::warn_unused_result]]
1078 // We can't use GCC's [[gnu::warn_unused_result]] and
1079 // __attribute__((warn_unused_result)), because GCC does not silence them via
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A DUniquePtr.h82 T* release() __attribute__((warn_unused_result)) {
141 T* release() __attribute__((warn_unused_result)) {
H A D__config1076 # define _LIBCPP_NODISCARD_ATTRIBUTE [[clang::warn_unused_result]]
1078 // We can't use GCC's [[gnu::warn_unused_result]] and
1079 // __attribute__((warn_unused_result)), because GCC does not silence them via
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_sysdeps.h57 #define AVB_ATTR_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dcompiler.h48 #define __must_check __attribute__((warn_unused_result))
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dcompiler.h48 #define __must_check __attribute__((warn_unused_result))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/relayd/relayd/
H A D0001-rtnl_flush-Error-on-failed-write.patch7 route.c:45:2: error: ignoring return value of 'write', declared with attribute warn_unused_result […
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A D0001-tools.cc-fixed-unused-result-warning.patch8 …ing return value of 'int setuid(__uid_t)', declared with attribute warn_unused_result [-Werror=unu…
/OK3568_Linux_fs/buildroot/package/libpam-tacplus/
H A D0001-Add-an-option-to-disable-Werror.patch9 …3: error: ignoring return value of 'read', declared with attribute warn_unused_result [-Werror=unu…
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch135 +# if (__has_attribute(alloc_size) && __has_attribute(warn_unused_result)) || __GNUC_PREREQ (4, 3)
136 +# define __ul_alloc_size(s) __attribute__((alloc_size(s), warn_unused_result))
143 +# if (__has_attribute(alloc_size) && __has_attribute(warn_unused_result)) || __GNUC_PREREQ (4, 3)
144 +# define __ul_calloc_size(n, s) __attribute__((alloc_size(n, s), warn_unused_result))
1061 +static inline char __attribute__((warn_unused_result)) __ul_returns_nonnull
1076 +static inline char * __attribute__((warn_unused_result)) __ul_returns_nonnull
1115 +static inline char * __attribute__((warn_unused_result)) xgethostname(void)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch132 +# warn_unused_result
280 + [warn_unused_result], [
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h145 #define __must_check __attribute__((warn_unused_result))
/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 Dansidecl.h323 # define ATTRIBUTE_WARN_UNUSED_RESULT __attribute__ ((warn_unused_result))
H A Dbuiltin-attrs.def121 DEF_ATTR_IDENT (ATTR_WARN_UNUSED_RESULT, "warn_unused_result")
H A Doptions.h3476 extern int warn_unused_result;
3479 #define warn_unused_result global_options.x_warn_unused_result macro
/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 Dansidecl.h323 # define ATTRIBUTE_WARN_UNUSED_RESULT __attribute__ ((warn_unused_result))
H A Dbuiltin-attrs.def121 DEF_ATTR_IDENT (ATTR_WARN_UNUSED_RESULT, "warn_unused_result")
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dcompiler.h38 #define __must_check __attribute__((warn_unused_result))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dcompiler.h38 #define __must_check __attribute__((warn_unused_result))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dcompiler.h38 #define __must_check __attribute__((warn_unused_result))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dcompiler.h38 #define __must_check __attribute__((warn_unused_result))
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch191 +#define __must_check __attribute__((warn_unused_result))
368 -#define __must_check __attribute__((warn_unused_result))
394 -#define __must_check __attribute__((warn_unused_result))
481 -#define __must_check __attribute__((warn_unused_result))
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c262 __attribute__((warn_unused_result, nonnull));
264 __attribute__((warn_unused_result, nonnull));

12