Searched refs:GCC (Results 51 - 75 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_deque.h63 #pragma GCC system_header
H A Dstd_iterator.h63 #pragma GCC system_header
H A Dstd_list.h63 #pragma GCC system_header
H A Dstd_vector.h63 #pragma GCC system_header
H A Dstd_iostream.h42 #pragma GCC system_header
H A Dstd_queue.h63 #pragma GCC system_header
H A Dstd_string.h43 #pragma GCC system_header
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dinttypes.h241 #pragma GCC system_header
H A Dctype.h35 #pragma GCC system_header
H A Dfenv.h56 #pragma GCC system_header
H A Dwctype.h50 #pragma GCC system_header
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h50 /// 'gcc' is the Objective-C runtime shipped with GCC, implementing a
52 GCC, enumerator in enum:clang::ObjCRuntime::Kind
84 case GCC: return false;
125 case GCC:
149 case GCC: return false;
168 case GCC: return false;
202 case GCC:
239 case GCC:
307 case GCC: return true;
326 case GCC
[all...]
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Dsem.h22 of which are compiled with GCC, to produce an executable, this library
40 # pragma GCC visibility push(default)
46 # pragma GCC visibility pop
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstringfwd.h42 #pragma GCC system_header
H A Dconcept_check.h38 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_ctime.h48 #pragma GCC system_header
H A Dstd_cctype.h48 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h43 #pragma GCC system_header
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dc_locale.h45 #pragma GCC system_header
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde.h6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
22 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
28 along with GCC; see the file COPYING. If not, write to the Free
36 #pragma GCC visibility push(default)
186 #pragma GCC visibility pop
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dlibgomp.h22 of which are compiled with GCC, to produce an executable, this library
47 # pragma GCC visibility push(hidden)
268 GCC's builtin alloca(). */
321 # pragma GCC visibility pop
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp39 case ObjCRuntime::GCC: out << "gcc"; break;
78 kind = ObjCRuntime::GCC;
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi2 @c This is part of the GCC manual.
82 The toplevel tree from which you start GCC compilation is not
83 the GCC directory, but rather a complex Makefile that coordinates
87 When GCC is configured for a native configuration, the default action
89 that GCC is built three times---once with the native compiler, once with
94 due to ABI incompatibilities between the native compiler and GCC.
103 code is syntactically correct (e.g. that you did not use GCC extensions
142 @ref{Building,,Building with profile feedback,gccinstall,Installing GCC}.
150 for example, @file{gcc} points to the stage@var{N} GCC, compiled
151 with the stage@var{N-1} GCC
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.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/tcsh/
H A Dconfig.rpath17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
43 if test "$GCC" = yes; then
119 if test "$GCC" != yes; then
205 if test "$GCC" = yes; then
232 if test "$GCC" = yes; then
291 if test "$GCC" = yes ; then
392 if test "$GCC" = yes; then

Completed in 226 milliseconds

1234567891011