HomeSort by: relevance | last modified time | path
    Searched refs:__has_attribute (Results 1 - 25 of 111) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
attributes.h 27 #ifdef __has_attribute
28 # if !__has_attribute (noclone)
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
attributes.h 27 #ifdef __has_attribute
28 # if !__has_attribute (noclone)
  /src/external/mit/expat/dist/lib/
fallthrough.h 44 # if defined(__has_attribute)
45 # if __has_attribute(fallthrough)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
AvailabilityInternal.h 13 #if defined(__has_attribute)
14 #if __has_attribute(availability)
22 #if defined(__has_attribute)
23 #if __has_attribute(availability)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/os/
base.h 13 #define __has_attribute(x) 0 macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
AvailabilityInternal.h 13 #if defined(__has_attribute)
14 #if __has_attribute(availability)
22 #if defined(__has_attribute)
23 #if __has_attribute(availability)
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/os/
base.h 13 #define __has_attribute(x) 0 macro
  /src/external/bsd/libfido2/dist/src/
fallthrough.h 12 #if __has_attribute(fallthrough)
  /src/external/bsd/tcpdump/dist/
varattrs.h 45 #if __has_attribute(unused) \
funcattrs.h 51 #if __has_attribute(noreturn) \
96 #if __has_attribute(warn_unused_result) \
110 #if __has_attribute(__format__) \
compiler-tests.h 45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
  /src/external/bsd/libpcap/dist/
varattrs.h 45 #if __has_attribute(unused) \
  /src/lib/csu/common/
csu-common.h 31 #if __has_attribute(__common__)
  /src/sys/external/bsd/acpica/dist/include/platform/
acgcc.h 95 /* GCC did not support __has_attribute until 5.1. */
97 #ifndef __has_attribute
98 #define __has_attribute(x) 0 macro
106 #if __has_attribute(__fallthrough__)
125 #if __has_attribute(__nonstring__)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
DemangleConfig.h 26 #ifndef __has_attribute
27 #define __has_attribute(x) 0 macro
47 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0)
61 #if __has_attribute(noinline) || DEMANGLE_GNUC_PREREQ(3, 4, 0)
  /src/external/bsd/nsd/dist/simdzone/include/zone/
attributes.h 19 #if defined __has_attribute
20 # define zone_has_attribute(params) __has_attribute(params)
  /src/external/bsd/zstd/dist/lib/common/
portability_macros.h 25 #ifndef __has_attribute
26 #define __has_attribute(x) 0 macro
94 # if ((defined(__clang__) && __has_attribute(__target__)) \
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Compiler.h 37 #ifndef __has_attribute
38 # define __has_attribute(x) 0 macro
126 #if (__has_attribute(visibility) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
141 #if __has_attribute(used) || LLVM_GNUC_PREREQ(3, 1, 0)
185 #if __has_attribute(unused) || LLVM_GNUC_PREREQ(3, 1, 0)
192 #if (__has_attribute(weak) || LLVM_GNUC_PREREQ(4, 0, 0)) && \
200 // __has_attribute(const), so assume it is supported.
208 #if __has_attribute(pure) || defined(__GNUC__)
225 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0)
237 #if __has_attribute(always_inline) || LLVM_GNUC_PREREQ(4, 0, 0
    [all...]
  /src/external/bsd/libpcap/dist/pcap/
compiler-tests.h 45 #ifndef __has_attribute
53 #define __has_attribute(x) 0 macro
funcattrs.h 262 #if __has_attribute(noreturn) \
294 #if __has_attribute(__format__) \
316 #if __has_attribute(deprecated) \
320 * Compiler that supports __has_attribute and __attribute__((deprecated)),
324 * incorrectly, that anything that supports __has_attribute() is
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h 85 #ifndef __has_attribute
86 # define __has_attribute(x) 0 macro
94 # if __has_attribute(target)
105 # if __has_attribute(no_sanitize)
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_dispatch_defs.h 53 #if __has_attribute(noescape)
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_dispatch_defs.h 53 #if __has_attribute(noescape)
  /src/external/mit/expat/dist/tests/
minicheck.h 122 #if defined(__has_attribute)
123 # if __has_attribute(noreturn)
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
general.h 122 #if !defined(__has_attribute)
123 #define __has_attribute(X) 0 macro
370 #if __has_attribute(enum_extensibility)
413 #if __has_attribute(flag_enum)

Completed in 28 milliseconds

1 2 3 4 5