Home
last modified time | relevance | path

Searched refs:__has_attribute (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/include/linux/
H A Dcompiler_attributes.h91 #if __has_attribute(__copy__)
104 #if __has_attribute(__counted_by__)
139 #if __has_attribute(__designated_init__)
150 #if __has_attribute(__error__)
161 #if __has_attribute(__externally_visible__)
209 #if __has_attribute(__noclone__)
226 #if __has_attribute(__fallthrough__)
252 #if __has_attribute(__nonstring__)
294 #if __has_attribute(__overloadable__)
318 #if __has_attribute(__pass_object_size__)
[all …]
H A Dcompiler_types.h12 __has_attribute(btf_type_tag) && !defined(__BINDGEN__)
131 #if __has_attribute(__preserve_most__) && (defined(CONFIG_X86_64) || defined(CONFIG_ARM64))
H A Dcompiler-gcc.h118 #if defined(CONFIG_KCOV) && __has_attribute(__no_sanitize_coverage__)
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h108 #ifndef __has_attribute
109 #define __has_attribute(x) 0 /* compatibility with older GCC */ macro
125 #if __has_attribute(flatten) || !defined(__clang__)
136 #if __has_attribute(error)
151 #if __has_attribute(nonstring)
173 #if __has_attribute(fallthrough)
203 #if __has_attribute(annotate)
209 #if __has_attribute(used)
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h108 #ifndef __has_attribute
109 #define __has_attribute(x) 0 /* compatibility with older GCC */ macro
125 #if __has_attribute(flatten) || !defined(__clang__)
136 #if __has_attribute(error)
151 #if __has_attribute(nonstring)
173 #if __has_attribute(fallthrough)
203 #if __has_attribute(annotate)
209 #if __has_attribute(used)
/openbmc/qemu/include/qemu/
H A Dcompiler.h108 #ifndef __has_attribute
109 #define __has_attribute(x) 0 /* compatibility with older GCC */ macro
125 #if __has_attribute(flatten) || !defined(__clang__)
136 #if __has_attribute(error)
151 #if __has_attribute(nonstring)
173 #if __has_attribute(fallthrough)
203 #if __has_attribute(annotate)
209 #if __has_attribute(used)
/openbmc/linux/lib/zstd/common/
H A Dportability_macros.h25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
56 #if ((defined(__clang__) && __has_attribute(__target__)) \
/openbmc/linux/include/acpi/platform/
H A Dacgcc.h51 #ifndef __has_attribute
52 #define __has_attribute(x) 0 macro
60 #if __has_attribute(__fallthrough__)
/openbmc/linux/tools/include/nolibc/
H A Dcompiler.h15 #if defined(__has_attribute)
16 # if __has_attribute(no_stack_protector)
/openbmc/linux/tools/include/linux/
H A Dcompiler-gcc.h15 #if __has_attribute(__fallthrough__)
21 #if __has_attribute(__error__)
/openbmc/linux/tools/perf/util/
H A Dmutex.h13 #ifdef __has_attribute
14 #define HAVE_ATTRIBUTE(x) __has_attribute(x)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch24 +#ifndef __has_attribute
25 + #define __has_attribute(x) 0
28 +#if __has_attribute(pure)
82 +#ifndef __has_attribute
86 +#if __has_attribute(pure)
107 +#ifndef __has_attribute
111 +#if __has_attribute(pure)
335 +#ifndef __has_attribute
339 +#if __has_attribute(pure)
391 +#ifndef __has_attribute
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_type_tag.c7 #if __has_attribute(btf_type_tag)
H A Dtest_btf_decl_tag.c7 #if __has_attribute(btf_decl_tag)
/openbmc/linux/tools/perf/tests/
H A Ddwarf-unwind.c29 #ifdef __has_attribute
30 #if __has_attribute(disable_tail_calls)
/openbmc/qemu/tests/unit/
H A Dtest-int128.c16 #if defined(__has_attribute)
17 #if !__has_attribute(__noclone__)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch91 + * __GNUC_PREREQ is deprecated in favour of __has_attribute() and
123 +#ifndef __has_attribute
124 + #define __has_attribute(x) 0
135 +# if (__has_attribute(alloc_size) && __has_attribute(warn_unused_result)) || __GNUC_PREREQ (4, 3)
143 +# if (__has_attribute(alloc_size) && __has_attribute(warn_unused_result)) || __GNUC_PREREQ (4, 3)
150 +#if __has_attribute(returns_nonnull) || __GNUC_PREREQ (4, 9)
440 +#if __has_feature(address_sanitizer) && __has_attribute(no_sanitize_memory) && __has_attribute(no_…
/openbmc/linux/arch/loongarch/include/asm/
H A Dpercpu.h17 # if __has_attribute(model)
/openbmc/linux/drivers/misc/lkdtm/
H A Dbugs.c391 if (!__has_attribute(__counted_by__)) in lkdtm_FAM_BOUNDS()
/openbmc/linux/init/
H A Dmain.c1080 #if !__has_attribute(__no_stack_protector__) in start_kernel()