Home
last modified time | relevance | path

Searched refs:GCC (Results 1 – 25 of 1364) sorted by relevance

12345678910>>...55

/src/contrib/libpcap/
H A Ddiag-control.h194 PCAP_DO_PRAGMA(GCC diagnostic push) \
195 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wsign-compare") \
196 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wunused-parameter") \
197 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wunreachable-code")
199 PCAP_DO_PRAGMA(GCC diagnostic pop)
209 PCAP_DO_PRAGMA(GCC diagnostic push) \
210 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wdeprecated-declarations")
212 PCAP_DO_PRAGMA(GCC diagnostic pop)
221 PCAP_DO_PRAGMA(GCC diagnostic push) \
222 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wformat-truncation=")
[all …]
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h53 GCC, enumerator
85 case GCC: return false; in isNonFragile()
134 case GCC: in isGNUFamily()
158 case GCC: return false; in allowsARC()
177 case GCC: return false; in hasNativeARC()
211 case GCC: in shouldUseARCFunctionsForRetainRelease()
254 case GCC: in shouldUseRuntimeFunctionsForAlloc()
324 case GCC: return true; in hasSubscripting()
343 case GCC: in allowsPointerArithmetic()
370 case GCC: return false; in hasTerminate()
[all …]
H A DAttr.td362 // The GCC spelling implies GNU<name>, CXX11<"gnu", name>, and optionally,
363 // C23<"gnu", name>. This spelling should be used for any GCC-compatible
365 class GCC<string name, bit allowInC = 1> : Spelling<name, "GCC"> {
780 let Spellings = [GCC<"abi_tag", /*AllowInC*/0>];
794 let Spellings = [GCC<"alias">];
817 let Spellings = [GCC<"aligned">, Declspec<"align">, CustomKeyword<"alignas">,
820 let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>,
863 let Spellings = [GCC<"always_inline">, CXX11<"clang", "always_inline">,
873 let Spellings = [GCC<"artificial">];
909 let Spellings = [GCC<"patchable_function_entry">];
[all …]
/src/contrib/tcpdump/
H A Ddiag-control.h143 DIAG_DO_PRAGMA(GCC diagnostic push) \
144 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wcast-qual")
146 DIAG_DO_PRAGMA(GCC diagnostic pop)
157 DIAG_DO_PRAGMA(GCC diagnostic push) \
158 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wunused-result")
160 DIAG_DO_PRAGMA(GCC diagnostic pop)
166 DIAG_DO_PRAGMA(GCC diagnostic push) \
167 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wdeprecated-declarations")
169 DIAG_DO_PRAGMA(GCC diagnostic pop)
/src/contrib/libpcap/doc/
H A DREADME.solaris.md12 * GCC 14.2.0 and Clang 19.1.7 work.
18 * GCC 11.2.0 and Clang 14.0.3 work.
24 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
42 * Clang 19.1.7 works, GCC 14.2.0 works.
48 * Clang 11.0 works, GCC 11.2 works.
54 * Sun C 5.13, Sun C 5.14 and Sun C 5.15 work; GCC 5.5.0 and GCC 7.3.0 work.
61 * Sun C 5.13 works, GCC 5.5.0 works.
/src/contrib/llvm-project/lld/docs/ELF/
H A Dstart-stop-gc.rst40 (GCC 11 with modern binutils, Clang 13).
44 #pragma GCC diagnostic push
45 #pragma GCC diagnostic ignored "-Wattributes"
48 #pragma GCC diagnostic pop
50 GCC before 11 and Clang before 13 do not recognize ``__attribute__((retain))``,
59 _Pragma("GCC diagnostic push")
60 _Pragma("GCC diagnostic ignored \"-Wattributes\"")
62 _Pragma("GCC diagnostic pop")
/src/contrib/file/magic/Magdir/
H A Dcoverage10 # - GCC gcno - written by GCC at compile time when compiling with
12 # - GCC gcda - written by a program that was compiled with
19 # - LCOV trace files, i.e. aggregated GCC profiles
21 # GCC coverage tracefiles
29 0 lelong 0x67636e6f GCC gcno coverage (-ftest-coverage),
34 0 belong 0x67636e6f GCC gcno coverage (-ftest-coverage),
41 0 lelong 0x67636461 GCC gcda coverage (-fprofile-arcs),
46 0 belong 0x67636461 GCC gcda coverage (-fprofile-arcs),
/src/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.c17 # pragma GCC target("sse2")
18 # pragma GCC target("ssse3")
19 # pragma GCC target("sse4.1")
20 # pragma GCC target("avx2")
H A Dblake2b-compress-sse41.c16 # pragma GCC target("sse2")
17 # pragma GCC target("ssse3")
18 # pragma GCC target("sse4.1")
/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_compare_impl.inc11 // GCC uses long (at least for x86_64) as the return type of the comparison
13 // same way as GCC expects (since otherwise GCC-generated __builtin_isinf
16 // AArch64 GCC overrides libgcc_cmp_return to use int instead of long.
30 // GCC uses a special __libgcc_cmp_return__ mode to define the return type, so
31 // check that we are ABI-compatible when compiling the builtins with GCC.
34 "SOFTFP ABI not compatible with GCC");
/src/usr.sbin/bhyve/
H A Dacpi_device.h10 #pragma GCC diagnostic push
11 #pragma GCC diagnostic ignored "-Wunused-parameter"
13 #pragma GCC diagnostic pop
H A Dbasl.h9 #pragma GCC diagnostic push
10 #pragma GCC diagnostic ignored "-Wunused-parameter"
12 #pragma GCC diagnostic pop
/src/sys/contrib/dev/acpica/components/utilities/
H A Dutdebug.c188 #pragma GCC diagnostic push in AcpiUtInitStackPtrTrace()
190 #pragma GCC diagnostic ignored "-Wdangling-pointer=" in AcpiUtInitStackPtrTrace()
193 #pragma GCC diagnostic pop in AcpiUtInitStackPtrTrace()
218 #pragma GCC diagnostic push in AcpiUtTrackStackPtr()
220 #pragma GCC diagnostic ignored "-Wdangling-pointer=" in AcpiUtTrackStackPtr()
223 #pragma GCC diagnostic pop in AcpiUtTrackStackPtr()
/src/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-avx2.c15 # pragma GCC target("sse2")
16 # pragma GCC target("ssse3")
17 # pragma GCC target("sse4.1")
18 # pragma GCC target("avx2")
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dbrcms_trace_brcmsmac_msg.h27 #pragma GCC diagnostic push
29 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
80 #pragma GCC diagnostic pop
/src/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-avx2.c16 # pragma GCC target("sse2")
17 # pragma GCC target("ssse3")
18 # pragma GCC target("sse4.1")
19 # pragma GCC target("avx2")
/src/crypto/krb5/src/lib/krb5/krb/
H A Dx-deltat.y45 #pragma GCC diagnostic push
46 #pragma GCC diagnostic ignored "-Wuninitialized"
47 #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
176 #pragma GCC diagnostic pop
/src/usr.sbin/acpi/acpidump/
H A Dacpidump.h33 #pragma GCC diagnostic push
34 #pragma GCC diagnostic ignored "-Wunused-parameter"
38 #pragma GCC diagnostic pop
/src/sys/contrib/dev/acpica/components/tables/
H A Dtbprint.c257 #pragma GCC diagnostic push in AcpiTbPrintTableHeader()
259 #pragma GCC diagnostic ignored "-Wstringop-overread" in AcpiTbPrintTableHeader()
308 #pragma GCC diagnostic pop in AcpiTbPrintTableHeader()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h64 # define JEMALLOC_DIAGNOSTIC_PUSH JEMALLOC_PRAGMA__(GCC diagnostic push)
65 # define JEMALLOC_DIAGNOSTIC_POP JEMALLOC_PRAGMA__(GCC diagnostic pop)
67 JEMALLOC_PRAGMA__(GCC diagnostic ignored W)
/src/crypto/krb5/src/util/verto/
H A Dverto-k5ev.c43 #pragma GCC diagnostic ignored "-Wunused-value"
44 #pragma GCC diagnostic ignored "-Wcomment"
45 #pragma GCC diagnostic ignored "-Wunused-result"
47 #pragma GCC diagnostic ignored "-Wbitwise-op-parentheses"
/src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-fill-block-avx512f.c27 # pragma GCC target("sse2")
28 # pragma GCC target("ssse3")
29 # pragma GCC target("sse4.1")
30 # pragma GCC target("avx2")
31 # pragma GCC target("avx512f")
/src/contrib/xz/src/xz/
H A Dsignals.c50 # pragma GCC diagnostic push
51 # pragma GCC diagnostic ignored "-Wsign-conversion"
132 # pragma GCC diagnostic pop
/src/contrib/pam-krb5/pam-util/
H A Dargs.h69 #pragma GCC visibility push(hidden)
80 #pragma GCC visibility pop
/src/contrib/llvm-project/libcxx/include/
H A Dstdio.h13 # pragma GCC system_header
104 # pragma GCC system_header

12345678910>>...55