Home
last modified time | relevance | path

Searched full:gcc (Results 1 – 25 of 5034) sorted by relevance

12345678910>>...202

/third_party/elfio/tests/elf_examples/
Dhello_arm_stripped ... .1 GCC: (GNU) 4.1.1 GCC: (GNU) 4.1.1 GCC: ( ...
Dhello_arm ... .1 GCC: (GNU) 4.1.1 GCC: (GNU) 4.1.1 GCC: ( ...
/third_party/boost/tools/build/src/tools/
Dgcc.py44 feature.extend('toolset', ['gcc'])
47 toolset.inherit_generators('gcc', [], 'unix', ['unix.link', 'unix.link.dll'])
48 toolset.inherit_flags('gcc', 'unix')
49 toolset.inherit_rules('gcc', 'unix')
51 generators.override('gcc.prebuilt', 'builtin.prebuilt')
52 generators.override('gcc.searched-lib-generator', 'searched-lib-generator')
76 # Make the "o" suffix used for gcc toolset on all
78 type.set_generated_target_suffix('OBJ', ['<toolset>gcc'], 'o')
79 type.set_generated_target_suffix('STATIC_LIB', ['<toolset>gcc', '<target-os>cygwin'], 'a')
81 type.set_generated_target_suffix('IMPORT_LIB', ['<toolset>gcc', '<target-os>cygwin'], 'dll.a')
[all …]
Dgcc.jam15 [[bbv2.reference.tools.compiler.gcc]]
18 The `gcc` module supports the http://gcc.gnu.org[GNU C++ compiler] on
22 The `gcc` module is initialized using the following syntax:
25 using gcc : [version] : [c++-compile-command] : [compiler options] ;
61 libraries. Normally, it is autodetected using gcc `-print-prog-name`
64 one included with gcc.
68 for static libraries. Normally, it is autodetected using gcc
71 version instead of one included with gcc.
75 version of gcc that is being configured. This setting makes sense only
118 feature.extend toolset : gcc ;
[all …]
/third_party/boost/libs/tti/test/
DJamfile.v213 <toolset>gcc:<warnings>all
15 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
16 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
17 <toolset>gcc-4.4.7:<cxxflags>-Wno-variadic-macros
18 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
19 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
20 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
21 <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros
22 <toolset>gcc-4.6.1:<cxxflags>-Wno-variadic-macros
23 <toolset>gcc-4.6.2:<cxxflags>-Wno-variadic-macros
[all …]
/third_party/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
51 #pragma GCC diagnostic warning "-Wall"
52 #pragma GCC diagnostic warning "-Wextra"
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
60 //#pragma GCC diagnostic warning "-Weverything"
65 #pragma GCC diagnostic error "-Wcast-align"
66 #pragma GCC diagnostic error "-Wcast-function-type"
67 #pragma GCC diagnostic error "-Wdelete-non-virtual-dtor"
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
51 #pragma GCC diagnostic warning "-Wall"
52 #pragma GCC diagnostic warning "-Wextra"
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
60 //#pragma GCC diagnostic warning "-Weverything"
65 #pragma GCC diagnostic error "-Wbitwise-instead-of-logical"
66 #pragma GCC diagnostic error "-Wcast-align"
67 #pragma GCC diagnostic error "-Wcast-function-type"
[all …]
/third_party/libuv/.github/workflows/
DCI.yml77 …- {target: arm, toolchain: gcc-arm-linux-gnueabi, cc: arm-linux-gnueabi-gcc, qemu: qe…
78 …- {target: armhf, toolchain: gcc-arm-linux-gnueabihf, cc: arm-linux-gnueabihf-gcc, qemu: qe…
79 …- {target: aarch64, toolchain: gcc-aarch64-linux-gnu, cc: aarch64-linux-gnu-gcc, qemu: qe…
80 …- {target: riscv64, toolchain: gcc-riscv64-linux-gnu, cc: riscv64-linux-gnu-gcc, qemu: qe…
81 …- {target: ppc, toolchain: gcc-powerpc-linux-gnu, cc: powerpc-linux-gnu-gcc, qemu: qe…
82 …- {target: ppc64, toolchain: gcc-powerpc64-linux-gnu, cc: powerpc64-linux-gnu-gcc, qemu: qe…
83 …- {target: ppc64le, toolchain: gcc-powerpc64le-linux-gnu, cc: powerpc64le-linux-gnu-gcc, qemu: qe…
84 …- {target: s390x, toolchain: gcc-s390x-linux-gnu, cc: s390x-linux-gnu-gcc, qemu: qe…
85 …- {target: mips, toolchain: gcc-mips-linux-gnu, cc: mips-linux-gnu-gcc, qemu: …
86 …- {target: mips64, toolchain: gcc-mips64-linux-gnuabi64, cc: mips64-linux-gnuabi64-gcc, qemu: …
[all …]
/third_party/libffi/
DREADME.md48 | AArch64 | Linux | GCC |
50 | Alpha | Linux | GCC |
51 | Alpha | Tru64 | GCC |
52 | ARC | Linux | GCC |
53 | ARM | Linux | GCC |
54 | ARM | iOS | GCC |
56 | AVR32 | Linux | GCC |
57 | Blackfin | uClinux | GCC |
58 | HPPA | HPUX | GCC |
59 | IA-64 | Linux | GCC |
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_features.hpp10 // Rvalue references - GCC 4.3
14 // Rvalue references for *this - GCC not supported
18 // Initialization of class objects by rvalues - GCC any
22 // Non-static data member initializers - GCC 4.7
26 // Variadic templates - GCC 4.3
30 // Extending variadic template template parameters - GCC 4.4
34 // Initializer lists - GCC 4.4
38 // Static assertions - GCC 4.3
42 // auto-typed variables - GCC 4.4
46 // Multi-declarator auto - GCC 4.4
[all …]
/third_party/boost/tools/build/test/toolset-mock/src/
Dgcc-4.8.3-linux.py15 …-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("bin/gcc-gnu-4.8.3/debug/lib…
16 …-o", output_file("bin/gcc-gnu-4.8.3/debug/libl1.so"), "-Wl,-h", "-Wl,libl1.so", "-shared", "-Wl,--…
17 …-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("bin/gcc-gnu-4.8.3/debug/mai…
18gcc-gnu-4.8.3/debug/libl1.so")), "-Wl,-rpath-link", arg("-Wl,", target_path("bin/gcc-gnu-4.8.3/deb…
21 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-gnu-4.8.3/release/l…
22 …o', output_file('bin/gcc-gnu-4.8.3/release/libl1.so'), '-Wl,-h', '-Wl,libl1.so', '-shared', '-Wl,-…
23 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-gnu-4.8.3/release/m…
24gcc-gnu-4.8.3/release/libl1.so')), '-Wl,-rpath-link', arg('-Wl,', target_path('bin/gcc-gnu-4.8.3/r…
27 …inline', '-Wall', '-g', '-pthread', '-fPIC'), '-c', '-o', output_file('bin/gcc-gnu-4.8.3/debug/thr…
28 …put_file('bin/gcc-gnu-4.8.3/debug/threading-multi/libl1.so'), '-Wl,-h', '-Wl,libl1.so', '-shared',…
[all …]
Dgcc-4.2.1-darwin.py16 …-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/debug/…
17 …and('g++', '-o', output_file('bin/gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib'), '-shared'…
18 …-O0', '-fno-inline', '-Wall', '-g', '-fPIC'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/debug/…
19gcc-darwin-4.2.1/debug/target-os-darwin/libl1.dylib')), '-o', output_file('bin/gcc-darwin-4.2.1/de…
22 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/releas…
23 …nd('g++', '-o', output_file('bin/gcc-darwin-4.2.1/release/target-os-darwin/libl1.dylib'), '-shared…
24 …'-Wno-inline', '-Wall', '-fPIC', '-DNDEBUG'), '-c', '-o', output_file('bin/gcc-darwin-4.2.1/releas…
25gcc-darwin-4.2.1/release/target-os-darwin/libl1.dylib')), '-o', output_file('bin/gcc-darwin-4.2.1/…
28 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g'), '-c', '-o', output_file('bin/gcc-da…
29 …command('g++', unordered('-O0', '-fno-inline', '-Wall', '-g'), '-c', '-o', output_file('bin/gcc-da…
[all …]
/third_party/boost/libs/beast/meta/
Dexplicit-failures-markup.xml9 <toolset name="gcc-3.*"/>
10 <toolset name="gcc-4.0*"/>
11 <toolset name="gcc-4.1*"/>
12 <toolset name="gcc-4.2*"/>
13 <toolset name="gcc-4.3*"/>
14 <toolset name="gcc-4.4*"/>
15 <toolset name="gcc-4.5*"/>
16 <toolset name="gcc-4.6*"/>
17 <toolset name="gcc-4.7*"/>
18 <toolset name="gcc-mngw-3.*"/>
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh40 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC
51 #pragma GCC diagnostic warning "-Wall"
52 #pragma GCC diagnostic warning "-Wextra"
55 #pragma GCC diagnostic ignored "-Wpragmas"
56 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
57 #pragma GCC diagnostic ignored "-Wunknown-warning-option"
60 //#pragma GCC diagnostic warning "-Weverything"
65 #pragma GCC diagnostic error "-Wc++11-narrowing"
66 #pragma GCC diagnostic error "-Wcast-align"
67 #pragma GCC diagnostic error "-Wcast-function-type"
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Dbenchmarks.md12 - gcc 7.2.0
31 gcc -O3 zlib.c
62 wuffs bench -ccompilers=gcc -reps=3 -focus=Benchmarkwuffs_gif_lzw std/gif
93 wuffs_adler32_10k/gcc 3.22GB/s ± 1%
94 wuffs_adler32_100k/gcc 3.23GB/s ± 0%
95 wuffs_flate_decode_1k/gcc 152MB/s ± 1%
96 wuffs_flate_decode_10k/gcc 250MB/s ± 1%
97 wuffs_flate_decode_100k/gcc 298MB/s ± 1%
98 wuffs_zlib_decode_10k/gcc 238MB/s ± 2%
99 wuffs_zlib_decode_100k/gcc 270MB/s ± 2%
[all …]
/third_party/python/Lib/distutils/
Dcygwinccompiler.py5 the Mingw32CCompiler class which handles the mingw32 port of GCC (same as
28 # * cygwin gcc 2.91.57/ld 2.9.4/dllwrap 0.2.4 works
31 # * mingw32 gcc 2.95.2/ld 2.9.4/dllwrap 0.2.4 works
33 # * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
36 # - using gcc -mdll instead dllwrap doesn't work without -static because
43 # * cygwin gcc 3.2/ld 2.13.90 works
45 # * mingw gcc 3.2/ld 2.13 works
103 self.debug_print("Python's GCC status: %s (details: %s)" %
114 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
120 # gcc -mdll instead of dllwrap
[all …]
/third_party/libwebsockets/
D.sai.json8 "linux-debian-11/x86_64-amd/gcc": {
11 "linux-debian-buster/x86-amd/gcc": {
14 "linux-debian-sid/x86_64-amd/gcc": {
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
20 "linux-debian-sid/x86-amd/gcc": {
23 "linux-debian-sid/x86_64-amd/gcc": {
27 "linux-ubuntu-1804/x86_64-amd/gcc": {
30 "linux-ubuntu-2004/x86_64-amd/gcc": {
33 "linux-fedora-32/x86_64-amd/gcc": {
36 "linux-gentoo/x86_64-amd/gcc": {
[all …]
/third_party/boost/libs/asio/example/cpp11/local/
DJamfile.v224 <target-os>windows,<toolset>gcc:<library>ws2_32
25 <target-os>windows,<toolset>gcc:<library>mswsock
26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
40 <target-os>windows,<toolset>gcc:<library>ws2_32
41 <target-os>windows,<toolset>gcc:<library>mswsock
42 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
43 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
56 <target-os>windows,<toolset>gcc:<library>ws2_32
57 <target-os>windows,<toolset>gcc:<library>mswsock
[all …]
/third_party/boost/libs/asio/example/cpp03/local/
DJamfile.v225 <target-os>windows,<toolset>gcc:<library>ws2_32
26 <target-os>windows,<toolset>gcc:<library>mswsock
27 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
28 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
42 <target-os>windows,<toolset>gcc:<library>ws2_32
43 <target-os>windows,<toolset>gcc:<library>mswsock
44 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
45 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
59 <target-os>windows,<toolset>gcc:<library>ws2_32
60 <target-os>windows,<toolset>gcc:<library>mswsock
[all …]
/third_party/boost/libs/chrono/build/
DJamfile.v229 #<toolset>gcc-3.4.4:<linkflags>--enable-auto-import
30 #<toolset>gcc-4.3.4:<linkflags>--enable-auto-import
31 #<toolset>gcc-mingw-4.4.0:<linkflags>--enable-auto-import
32 #<toolset>gcc-mingw-4.5.0:<linkflags>--enable-auto-import
34 <toolset>gcc:<cxxflags>-Wextra
35 #<toolset>gcc:<cxxflags>-pedantic
37 <toolset>gcc:<cxxflags>-Wno-long-long
38 #<toolset>gcc:<cxxflags>-Wno-variadic-macros
39 <toolset>gcc-4:<cxxflags>-Wno-variadic-macros
40 <toolset>gcc-5:<cxxflags>-Wno-variadic-macros
[all …]
/third_party/boost/libs/preprocessor/test/
DJamfile.v29 <toolset>gcc-4.3.0:<warnings>all
10 <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
11 <toolset>gcc-4.4.0:<warnings>all
12 <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
13 <toolset>gcc-4.5.0:<warnings>all
14 <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
15 <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
16 <toolset>gcc-4.5.2:<warnings>all
17 <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
22 <toolset>gcc
[all …]
/third_party/python/Lib/test/
Dtest__osx_support.py74 'CC': 'gcc-test -pthreads',
88 'CC': 'gcc-test -pthreads',
101 'CC': 'gcc-test -pthreads',
105 newvalue = 'gcc-test -pthreads'
118 ('gcc-test', 'i686-apple-darwin11-llvm-gcc-4.2'),
122 'CC': 'gcc-test -pthreads',
127 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g',
128 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 '
160 'BLDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 -g',
161 'LDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 '
[all …]
/third_party/boost/boost/config/stdlib/
Dlibstdcpp3.hpp29 // GCC 3 on Tru64 forces the definition of _REENTRANT when any std lib header
34 #ifdef __GLIBCXX__ // gcc 3.4 and greater:
43 // as well. We do this because some gcc-3.4 std lib headers define _REENTANT
81 #ifndef __VXWORKS__ // VxWorks uses Dinkum, not GNU STL with GCC
82 #if defined(__GLIBCXX__) || (defined(__GLIBCPP__) && __GLIBCPP__>=20020514) // GCC >= 3.1.0
111 // GCC 4.2.4 it is set to 20080519 but in GCC 4.3.0 it is set to 20080305.
116 // http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#manual.intro.status.standard.200x
118 // However, using the GCC version number fails when the compiler is clang since this
119 // only ever claims to emulate GCC-4.2, see https://svn.boost.org/trac/boost/ticket/7473
121 // to detect the presence of a C++11 header that was introduced with a specific GCC release.
[all …]
/third_party/boost/libs/
Dplatform_maintainers.txt20 Sandia-gcc gcc-4.2.1 Noel Belcourt <kbelco -at- sandia.gov>
21 Sandia-gcc gcc-3.4.3 Noel Belcourt <kbelco -at- sandia.gov>
22 Sandia-gcc gcc-4.0.1 Noel Belcourt <kbelco -at- sandia.gov>
23 Sandia-gcc-64 gcc-4.2.1 Noel Belcourt <kbelco -at- sandia.gov>
24 Sandia-gcc-64 gcc-4.1.1 Noel Belcourt <kbelco -at- sandia.gov>
25 Sandia-sun gcc-3.4.6 Noel Belcourt <kbelco -at- sandia.gov>
29 "Martin Wille x86_64" gcc-4.2.1_linux_x86_64 Martin Wille <mw8329 -at- yahoo.com.au>
30 "Martin Wille x86_64" gcc-3.4.6_linux_x86_64 Martin Wille <mw8329 -at- yahoo.com.au>
/third_party/boost/libs/numeric/odeint/performance/
DMakefile19 bin/gcc:
20 mkdir -p bin/gcc
28 bin/gcc/odeint_rk4_array: odeint_rk4_array.cpp bin/gcc
29 g++ ${GCCFLAGS} ${INCLUDES} -o bin/gcc/odeint_rk4_array odeint_rk4_array.cpp
31 bin/gcc/c_lorenz: c_lorenz.c bin/gcc
32 gcc -std=c99 -Ofast -mtune=corei7-avx c_lorenz.c -o bin/gcc/c_lorenz
43 all: bin/gcc/odeint_rk4_array bin/intel/odeint_rk4_array bin/gcc/c_lorenz bin/intel/c_lorenz bin/gf…

12345678910>>...202