Searched refs:GCC (Results 76 - 100 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp36 #pragma GCC diagnostic push
37 #pragma GCC diagnostic ignored "-Wswitch"
64 #pragma GCC diagnostic pop
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp88 // Disable silly GCC -Wformat warning that complains about length
92 #pragma GCC diagnostic push
93 #pragma GCC diagnostic ignored "-Wformat"
102 #pragma GCC diagnostic pop
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dunwind-cxx.h4 // This file is part of GCC.
6 // GCC is free software; you can redistribute it and/or modify
11 // GCC is distributed in the hope that it will be useful,
17 // along with GCC; see the file COPYING. If not, write to
43 #pragma GCC visibility push(default)
251 #pragma GCC visibility pop
/freebsd-11-stable/contrib/gcc/
H A Dunwind-generic.h4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify it
11 GCC is distributed in the hope that it will be useful, but WITHOUT
17 along with GCC; see the file COPYING. If not, write to the Free
22 files compiled by GCC, this header file does not by itself cause
35 #pragma GCC visibility push(default)
238 #pragma GCC visibility pop
H A Dunwind.inc4 This file is part of GCC.
6 GCC is free software; you can redistribute it and/or modify it
20 GCC is distributed in the hope that it will be useful, but WITHOUT
26 along with GCC; see the file COPYING. If not, write to the Free
/freebsd-11-stable/usr.bin/mail/
H A Ddef.h156 #define GCC 4 /* And the Cc: line */ macro
160 #define GMASK (GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO)
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dc_locale.h45 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dpostypes.h44 #pragma GCC system_header
67 * Note: In versions of GCC up to and including GCC 3.3, streamoff
H A Dstl_iterator_base_types.h67 #pragma GCC system_header
H A Dgslice.h41 #pragma GCC system_header
H A Dstl_iterator_base_funcs.h68 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h37 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwctype.h48 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dnumeric_traits.h38 #pragma GCC system_header
H A Dtype_traits.h38 #pragma GCC system_header
H A Dvstring_fwd.h39 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h41 #pragma GCC system_header
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h8 GCC is free software; you can redistribute it and/or modify it under
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
19 along with GCC; see the file COPYING. If not, write to the Free
177 rely on (and therefore test) GCC's string builtins. */
358 /* Be conservative and only use enum bitfields with GCC.
404 #pragma GCC poison calloc strdup
405 #pragma GCC poison malloc realloc
407 /* Libiberty macros that are no longer used in GCC. */
416 #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE VPARAMS VA_OPEN \
425 #pragma GCC poiso
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_cc.h84 #pragma GCC poison malloc free
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h32 # pragma GCC visibility push(default)
34 # pragma GCC visibility pop
52 #pragma GCC visibility push(default)
150 * aligned". GCC has interpreted this to mean "use the maximum useful
318 #pragma GCC visibility pop
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_defaults.h18 #pragma GCC system_header
H A Dwchar.h13 #pragma GCC system_header
111 #pragma GCC system_header
/freebsd-11-stable/contrib/binutils/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
56 if test "$GCC" = yes; then
116 if test "$GCC" != yes; then
195 if test "$GCC" = yes; then
222 if test "$GCC" = yes; then
373 if test "$GCC" = yes; then
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.rpath32 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
56 if test "$GCC" = yes; then
116 if test "$GCC" != yes; then
195 if test "$GCC" = yes; then
222 if test "$GCC" = yes; then
373 if test "$GCC" = yes; then
/freebsd-11-stable/share/mk/
H A Dlocal.init.mk20 # XXX: May be needed for GCC to build with libc++ rather than libstdc++. See Makefile.inc1

Completed in 443 milliseconds

1234567891011