Home
last modified time | relevance | path

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

12345678910>>...54

/freebsd/contrib/libpcap/
H A Ddiag-control.h177 PCAP_DO_PRAGMA(GCC diagnostic push) \
178 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wsign-compare") \
179 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wunused-parameter") \
180 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wunreachable-code")
182 PCAP_DO_PRAGMA(GCC diagnostic pop)
194 PCAP_DO_PRAGMA(GCC diagnostic push) \
197 PCAP_DO_PRAGMA(GCC diagnostic pop)
206 PCAP_DO_PRAGMA(GCC diagnostic push) \
209 PCAP_DO_PRAGMA(GCC diagnostic pop)
269 PCAP_DO_PRAGMA(GCC diagnostic ignored "-Wshadow") \
[all …]
/freebsd/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()
384 case GCC: return true; in hasWeakClassImport()
[all …]
H A DAttr.td355 class GCC<string name, bit allowInC = 1> : Spelling<name, "GCC"> {
740 let Spellings = [GCC<"alias">];
1200 let Spellings = [GCC<"cold">];
1213 let Spellings = [GCC<"const">, GCC<"__const">];
1659 let Spellings = [GCC<"hot">];
1710 let Spellings = [GCC<"leaf">];
1805 let Spellings = [GCC<"long_call">, GCC<"far">];
1812 let Spellings = [GCC<"short_call">, GCC<"near">];
1830 let Spellings = [GCC<"mode">];
2517 let Spellings = [GCC<"pcs">];
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.solaris.md12 * GCC 11.2.0 and Clang 14.0.3 work.
18 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
37 * Clang 11.0 works, GCC 11.2 works.
45 * Sun C 5.13, Sun C 5.14 and Sun C 5.15 work; GCC 5.5.0 and GCC 7.3.0 work.
52 * Sun C 5.13 works, GCC 5.5.0 works.
58 * Neither Sun C 5.8 nor Sun C 5.9 work, GCC 4.6.4 works.
/freebsd/contrib/tcpdump/
H A Ddiag-control.h137 DIAG_DO_PRAGMA(GCC diagnostic push) \
138 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wcast-qual")
140 DIAG_DO_PRAGMA(GCC diagnostic pop)
146 DIAG_DO_PRAGMA(GCC diagnostic push) \
147 DIAG_DO_PRAGMA(GCC diagnostic ignored "-Wdeprecated-declarations")
149 DIAG_DO_PRAGMA(GCC diagnostic pop)
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,msm8996-mss-pil.yaml216 - description: GCC MSS IFACE clock
217 - description: GCC MSS BUS clock
218 - description: GCC MSS MEM clock
220 - description: GCC MSS GPLL0 clock
253 - description: GCC MSS IFACE clock
254 - description: GCC MSS BUS clock
255 - description: GCC MSS MEM clock
256 - description: GCC MSS GPLL0 clock
291 - description: GCC MSS BUS clock
292 - description: GCC MSS MEM clock
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,qdu1000-ecpricc.yaml30 - description: GPLL0 source from GCC
31 - description: GPLL1 source from GCC
32 - description: GPLL2 source from GCC
33 - description: GPLL3 source from GCC
34 - description: GPLL4 source from GCC
35 - description: GPLL5 source from GCC
H A Dqcom,sc7180-mss.yaml23 - description: gcc_mss_mfab_axi clock from GCC
24 - description: gcc_mss_nav_axi clock from GCC
25 - description: gcc_mss_cfg_ahb clock from GCC
/freebsd/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")
/freebsd/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),
H A Dgcc4 # gcc: file(1) magic for GCC special files
6 0 string gpch GCC precompiled header
/freebsd/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")
/freebsd/contrib/tcpdump/doc/
H A DREADME.solaris.md9 * GCC 11.2.0 and Clang 14.0.3 work.
15 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
31 * GCC 11.2 and Clang 11.0 work.
H A DREADME.aix.md9 * GCC 8.3.0 and XL C 12.1.0.0 work.
15 * GCC 7.2.0 and XL C 13.1.3.6 work.
/freebsd/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");
/freebsd/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
/freebsd/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")
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpidump.h33 #pragma GCC diagnostic push
34 #pragma GCC diagnostic ignored "-Wunused-parameter"
38 #pragma GCC diagnostic pop
/freebsd/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")
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h67 # define JEMALLOC_DIAGNOSTIC_PUSH JEMALLOC_PRAGMA__(GCC diagnostic push)
68 # define JEMALLOC_DIAGNOSTIC_POP JEMALLOC_PRAGMA__(GCC diagnostic pop)
70 JEMALLOC_PRAGMA__(GCC diagnostic ignored W)
/freebsd/contrib/xz/src/xz/
H A Dsignals.c53 # pragma GCC diagnostic push
54 # pragma GCC diagnostic ignored "-Wsign-conversion"
135 # pragma GCC diagnostic pop
/freebsd/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")
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdio.h13 # pragma GCC system_header
104 # pragma GCC system_header

12345678910>>...54