Home
last modified time | relevance | path

Searched refs:gcc (Results 1 – 25 of 1777) sorted by relevance

12345678910>>...72

/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/boost/tools/build/src/tools/
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/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…
/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/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/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/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/skia/infra/gcc/
DMakefile3 docker build -t gcc-debian10 ./Debian10/
4 docker tag gcc-debian10 gcr.io/skia-public/gcc-debian10
5 docker push gcr.io/skia-public/gcc-debian10
8 docker build -t gcc-debian10-x86 ./Debian10-x86/
9 docker tag gcc-debian10-x86 gcr.io/skia-public/gcc-debian10-x86
10 docker push gcr.io/skia-public/gcc-debian10-x86
/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/boost/boost/compute/detail/
Ddiagnostic.hpp93 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) BOOST_COMPUTE_MSVC_DIAG_OFF(msvc) argument
94 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) BOOST_COMPUTE_MSVC_DIAG_ON(msvc) argument
96 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) BOOST_COMPUTE_CLANG_DIAG_OFF(clang) argument
97 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) BOOST_COMPUTE_CLANG_DIAG_ON(clang) argument
99 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) BOOST_COMPUTE_GCC_DIAG_OFF(gcc) argument
100 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) BOOST_COMPUTE_GCC_DIAG_ON(gcc) argument
102 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) argument
103 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) argument
/third_party/boost/libs/compute/include/boost/compute/detail/
Ddiagnostic.hpp93 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) BOOST_COMPUTE_MSVC_DIAG_OFF(msvc) argument
94 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) BOOST_COMPUTE_MSVC_DIAG_ON(msvc) argument
96 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) BOOST_COMPUTE_CLANG_DIAG_OFF(clang) argument
97 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) BOOST_COMPUTE_CLANG_DIAG_ON(clang) argument
99 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) BOOST_COMPUTE_GCC_DIAG_OFF(gcc) argument
100 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) BOOST_COMPUTE_GCC_DIAG_ON(gcc) argument
102 # define BOOST_COMPUTE_DIAG_OFF(gcc, clang, msvc) argument
103 # define BOOST_COMPUTE_DIAG_ON(gcc, clang, msvc) argument
/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/serialization/performance/xml/
DJamfile.v214 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
17 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
20 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
23 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
26 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
29 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
32 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
35 : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ;
/third_party/boost/libs/geometry/doc/
Dcompiling.qbk46 * gcc
47 * gcc 5.0.0 [/reported by develop report on March, 2015]
48 * gcc 4.9.2 [/reported by develop report on March, 2015]
49 * gcc 4.9.0 [/reported by develop report on March, 2015]
50 * gcc 4.8.4 [/reported by develop report on March, 2015]
51 * gcc 4.8.1 [/reported by develop report on March, 2015]
52 * gcc 4.8.0 [/reported by develop report on March, 2015]
53 * gcc 4.7.3 [/reported by develop report on March, 2015]
54 * gcc 4.7.2 [/reported by develop report on March, 2015]
55 * gcc 4.7.0 [/reported by Trunk report February 12, 2012]
[all …]
/third_party/ltp/testcases/misc/math/float/trigo/
DREADME12 gcc -lm -lpthread gensin.c -o gensin
13 gcc -lm -lpthread gencos.c -o gencos
14 gcc -lm -lpthread gentan.c -o gentan
15 gcc -lm -lpthread genatan.c -o genatan
16 gcc -lm -lpthread genatan2.c -o genatan2
17 gcc -lm -lpthread genasin.c -o genasin
18 gcc -lm -lpthread genacos.c -o genacos
19 gcc -lm -lpthread gentrigo.c -o gentrigo
/third_party/boost/libs/asio/example/cpp11/fork/
DJamfile.v223 <target-os>windows,<toolset>gcc:<library>ws2_32
24 <target-os>windows,<toolset>gcc:<library>mswsock
25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
39 <target-os>windows,<toolset>gcc:<library>ws2_32
40 <target-os>windows,<toolset>gcc:<library>mswsock
41 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
42 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
/third_party/lz4/.circleci/images/primary/
DDockerfile10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
12 RUN sudo apt-get -y install gcc-multilib-powerpc-linux-gnu gcc-powerpc-linux-gnu gcc-arm-linux-gnue…
/third_party/boost/libs/format/benchmark/
Dresults.txt13 bjam -sTOOLS="gcc intel-linux-7.1" -sBUILD="release"
22 for comp in gcc ; do
35 …me/data/zStore/BBoost/bin/boost//libs/format/benchmark/bench_format_normal/gcc/release/bench_forma…
45 ------------------- Compiler gcc : ----------------
48 …e/sam/progs/Boost/bin/BBoost//libs/format/benchmark/bench_format_overloads/gcc/release/bench_forma…
56 …me/sam/progs/Boost/bin/BBoost//libs/format/benchmark/bench_format_basicfmt/gcc/release/bench_forma…
64 …home/sam/progs/Boost/bin/BBoost//libs/format/benchmark/bench_format_normal/gcc/release/bench_forma…
115 ------------------- Compiler gcc : ----------------
118 …e/sam/progs/Boost/bin/BBoost//libs/format/benchmark/bench_format_overloads/gcc/release/bench_forma…
133 …me/sam/progs/Boost/bin/BBoost//libs/format/benchmark/bench_format_basicfmt/gcc/release/bench_forma…
[all …]
/third_party/boost/libs/asio/example/cpp03/fork/
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
/third_party/boost/libs/asio/example/cpp03/spawn/
DJamfile.v226 <target-os>windows,<toolset>gcc:<library>ws2_32
27 <target-os>windows,<toolset>gcc:<library>mswsock
28 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
29 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
44 <target-os>windows,<toolset>gcc:<library>ws2_32
45 <target-os>windows,<toolset>gcc:<library>mswsock
46 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
47 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED
/third_party/boost/libs/regex/test/regress/
Dgcc.mak10 CXX= g++ $(INCLUDES) -L../../../../stage/lib -I../../../../ -I./ $(CXXFLAGS) -L../../build/gcc $(LD…
17 export LD_LIBRARY_PATH="../../build/gcc:$LD_LIBRARY_PATH" && ./gcc_regress tests.txt
20 $(CXX) -O2 -o gcc_regress $(SOURCES) ../../build/gcc/libboost_regex-gcc*.a $(LIBS)
23 $(CXX) -g -o gcc_regress $(SOURCES) ../../build/gcc/libboost_regex-gcc-d*.a $(LIBS)
/third_party/boost/tools/build/src/build/
Dbuild-request.jam303 feature toolset : gcc msvc borland : implicit ;
304 subfeature toolset gcc : version : 2.95.2 2.95.3 2.95.4
320 <toolset>gcc/<toolset-gcc:version>3.0.1/<stdlib>stlport/<variant>debug
323 : build-request.expand-no-defaults gcc-3.0.1/stlport msvc/stlport msvc debug ;
326 <toolset>gcc/<toolset-gcc:version>3.0.1/<stdlib>stlport/<variant>debug
329 : build-request.expand-no-defaults gcc-3.0.1/stlport msvc debug msvc/stlport ;
332 <toolset>gcc/<toolset-gcc:version>3.0.1/<stdlib>stlport/<variant>debug/<inlining>off
333 <toolset>gcc/<toolset-gcc:version>3.0.1/<stdlib>stlport/<variant>release/<inlining>off
334 : build-request.expand-no-defaults gcc-3.0.1/stlport debug release <inlining>off ;
337 …<include>a/b/c/<toolset>gcc/<toolset-gcc:version>3.0.1/<stdlib>stlport/<variant>debug/<include>x/y…
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh243 --arm-none-eabi-gcc-prefix=<string>
246 --arm-linux-gnueabi-gcc-prefix=<string>
420 --arm-none-eabi-gcc-prefix) shift; ARM_NONE_EABI_GCC_PREFIX="$1";;
421 --arm-linux-gnueabi-gcc-prefix) shift; ARM_LINUX_GNUEABI_GCC_PREFIX="$1";;
901 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
923 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
947 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
972 make CC=gcc CFLAGS='-Werror -Wall -Wextra -I../tests/include/spe' lib
1011 CC=gcc cmake -D GEN_FILES=Off -D CMAKE_BUILD_TYPE:String=Asan .
1018 CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
[all …]
/third_party/icu/icu4c/source/
DrunConfigureICU40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
49 Linux/gcc Use the GNU gcc/g++ compilers on Linux
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
55 MinGW Use the GNU gcc/g++ compilers on MinGW
59 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
152 CC=gcc; export CC
168 CC=gcc; export CC
[all …]
/third_party/skia/third_party/externals/icu/source/
DrunConfigureICU40 AIX/GCC Use the GNU gcc/g++ compilers on AIX
41 Cygwin Use the GNU gcc/g++ compilers on Cygwin
45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD
48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
49 Linux/gcc Use the GNU gcc/g++ compilers on Linux
54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin)
55 MinGW Use the GNU gcc/g++ compilers on MinGW
59 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
152 CC=gcc; export CC
168 CC=gcc; export CC
[all …]

12345678910>>...72