Searched refs:GCC (Results 101 - 125 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h37 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h48 #pragma GCC system_header
H A Dstd_cstdio.h48 #pragma GCC system_header
H A Dstd_cstdlib.h48 #pragma GCC system_header
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dstring.h57 #pragma GCC system_header
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h6 This file is part of GCC.
8 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
191 rely on (and therefore test) GCC's string builtins. */
542 /* Be conservative and only use enum bitfields with GCC.
651 #pragma GCC poison calloc strdup
656 #pragma GCC poison malloc realloc
660 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
692 #pragma GCC poiso
[all...]
H A Dgcov-io.h7 This file is part of GCC.
9 GCC is free software; you can redistribute it and/or modify it under
14 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
20 along with GCC; see the file COPYING. If not, write to the Free
25 some of which are compiled with GCC, to produce an executable,
253 #pragma GCC poison gcov_write_string gcov_write_tag gcov_write_length
254 #pragma GCC poison gcov_read_string gcov_sync gcov_time gcov_magic
H A Dgccbug.in192 gccbug (GCC) $DEFAULT_RELEASE
285 SEND-PR: Please consult the GCC manual if you are not sure how to
321 SEND-PR: Leave "Confidential" as "no"; all GCC PRs are public.
324 SEND-PR: critical GCC is completely not operational; no work-around known.
325 SEND-PR: serious GCC is not working properly; a work-around is possible.
333 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
334 SEND-PR: rejects-legal GCC gives an error message for correct code.
336 SEND-PR: ice-on-legal-code GCC gives an Internal Compiler Error (ICE)
338 SEND-PR: ice-on-illegal-code GCC gives an ICE instead of reporting an error
339 SEND-PR: pessimizes-code GCC misse
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm4 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
22 some of which are compiled with GCC, to produce an executable,
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dostream_insert.h38 #pragma GCC system_header
H A Dbasic_ios.h39 #pragma GCC system_header
222 * following under GCC 3.1 or later:
H A Dcpp_type_traits.h41 #pragma GCC system_header
H A Dlocalefwd.h43 #pragma GCC system_header
H A Dmask_array.h41 #pragma GCC system_header
H A Dstream_iterator.h38 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h37 #pragma GCC system_header
H A Dvstring_util.h39 #pragma GCC system_header
/freebsd-11-stable/usr.bin/mail/
H A Dsend.c307 grabh(hp, GCC);
440 else if ((np->n_type & GMASK) == GCC)
475 GTO|GSUBJECT|GCC|GBCC|GREPLYTO|GINREPLYTO|GNL|GCOMMA);
514 if (hp->h_cc != NULL && w & GCC)
H A Dcollect.c119 t = GTO|GSUBJECT|GCC|GNL;
238 grabh(hp, GTO|GSUBJECT|GCC|GBCC);
268 hp->h_cc = cat(hp->h_cc, extract(&linebuf[2], GCC));
447 puthead(hp, stdout, GTO|GSUBJECT|GCC|GBCC|GNL);
H A Dtty.c124 if (gflags & GCC) {
130 extract(readtty("Cc: ", detract(hp->h_cc, 0)), GCC);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dwrapped_sasl.c32 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk242 # If the compiler is not C++11 capable, disable Clang and use GCC instead.
243 # This means that architectures that have GCC 4.2 as default can not
252 __DEFAULT_NO_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
255 # supports the target, then Clang is enabled but GCC is installed as the
257 __DEFAULT_YES_OPTIONS+=CLANG CLANG_FULL GCC GCC_BOOTSTRAP GNUCXX
262 # Everything else disables Clang, and uses GCC instead.
263 __DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX
271 BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GCC_BOOTSTRAP GDB
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure1708 /* Override any GCC internal prototype to avoid an error.
1709 Use char because int might match the return type of a GCC
3149 GCC=yes
3151 GCC=
3221 if test "$GCC" = yes; then
3227 if test "$GCC" = yes; then
3859 GCC=yes
3861 GCC=
3931 if test "$GCC" = yes; then
3937 if test "$GCC"
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure1780 /* Override any GCC internal prototype to avoid an error.
1781 Use char because int might match the return type of a GCC
3589 GCC=yes
3591 GCC=
3661 if test "$GCC" = yes; then
3667 if test "$GCC" = yes; then
3970 if test "$GCC" != yes; then
4518 GCC=yes
4520 GCC=
4590 if test "$GCC"
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h42 #pragma GCC system_header

Completed in 139 milliseconds

1234567891011