/third_party/curl/CMake/ |
D | PickyWarnings.cmake | 36 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html 58 # Assume these options always exist with both clang and gcc. 59 # Require clang 3.0 / gcc 2.95 or later. 61 -Wbad-function-cast # clang 2.7 gcc 2.95 62 -Wconversion # clang 2.7 gcc 2.95 63 -Winline # clang 1.0 gcc 1.0 64 -Wmissing-declarations # clang 1.0 gcc 2.7 65 -Wmissing-prototypes # clang 1.0 gcc 1.0 66 -Wnested-externs # clang 1.0 gcc 2.7 67 -Wno-long-long # clang 1.0 gcc 2.95 [all …]
|
/third_party/nghttp2/cmake/ |
D | PickyWarningsC.cmake | 31 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html 53 # Assume these options always exist with both clang and gcc. 54 # Require clang 3.0 / gcc 2.95 or later. 56 -Wconversion # clang 3.0 gcc 2.95 57 -Winline # clang 1.0 gcc 1.0 58 -Wmissing-declarations # clang 1.0 gcc 2.7 59 -Wmissing-prototypes # clang 1.0 gcc 1.0 60 -Wnested-externs # clang 1.0 gcc 2.7 61 -Wpointer-arith # clang 1.0 gcc 1.4 62 -Wshadow # clang 1.0 gcc 2.95 [all …]
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generate.sh | 20 i686-linux-gnu-gcc -Iinclude -c list.c $cflags 21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags 23 x86_64-linux-gnu-gcc -Iinclude -c list.c $cflags 24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags 26 aarch64-linux-gnu-gcc -Iinclude -c list.c $cflags 27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags 29 arm-linux-gnueabihf-gcc -Iinclude -c list.c $cflags 30 arm-linux-gnueabihf-gcc main.c list.o -o main.exe $cflags 32 powerpc64le-linux-gnu-gcc -Iinclude -c list.c $cflags 33 powerpc64le-linux-gnu-gcc main.c list.o -o main.exe $cflags [all …]
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/ |
D | openssl-fips.gypi | 6 'openssl/crypto/bn/asm/x86_64-gcc.c', 273 'openssl_sources_solaris64-x86_64-gcc': [ 274 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/aes-x86_64.s', 275 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/aesni-mb-x86_64.s', 276 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/aesni-sha1-x86_64.s', 277 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/aesni-sha256-x86_64.s', 278 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/aesni-x86_64.s', 279 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/bsaes-x86_64.s', 280 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/vpaes-x86_64.s', 281 './config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/bn/rsaz-avx2.s', [all …]
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/ |
D | openssl-fips.gypi | 6 'openssl/crypto/bn/asm/x86_64-gcc.c', 273 'openssl_sources_solaris64-x86_64-gcc': [ 274 './config/archs/solaris64-x86_64-gcc/asm/crypto/aes/aes-x86_64.s', 275 './config/archs/solaris64-x86_64-gcc/asm/crypto/aes/aesni-mb-x86_64.s', 276 './config/archs/solaris64-x86_64-gcc/asm/crypto/aes/aesni-sha1-x86_64.s', 277 './config/archs/solaris64-x86_64-gcc/asm/crypto/aes/aesni-sha256-x86_64.s', 278 './config/archs/solaris64-x86_64-gcc/asm/crypto/aes/aesni-x86_64.s', 279 './config/archs/solaris64-x86_64-gcc/asm/crypto/aes/bsaes-x86_64.s', 280 './config/archs/solaris64-x86_64-gcc/asm/crypto/aes/vpaes-x86_64.s', 281 './config/archs/solaris64-x86_64-gcc/asm/crypto/bn/rsaz-avx2.s', [all …]
|
/third_party/skia/infra/gcc/ |
D | Makefile | 3 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/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/ |
D | openssl-fips.gypi | 269 'openssl_sources_solaris-x86-gcc': [ 270 './config/archs/solaris-x86-gcc/asm_avx2/crypto/aes/aes-586.S', 271 './config/archs/solaris-x86-gcc/asm_avx2/crypto/aes/aesni-x86.S', 272 './config/archs/solaris-x86-gcc/asm_avx2/crypto/aes/vpaes-x86.S', 273 './config/archs/solaris-x86-gcc/asm_avx2/crypto/bf/bf-586.S', 274 './config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/bn-586.S', 275 './config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/co-586.S', 276 './config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/x86-gf2m.S', 277 './config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/x86-mont.S', 278 './config/archs/solaris-x86-gcc/asm_avx2/crypto/camellia/cmll-x86.S', [all …]
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/ |
D | openssl-fips.gypi | 269 'openssl_sources_solaris-x86-gcc': [ 270 './config/archs/solaris-x86-gcc/asm/crypto/aes/aes-586.S', 271 './config/archs/solaris-x86-gcc/asm/crypto/aes/aesni-x86.S', 272 './config/archs/solaris-x86-gcc/asm/crypto/aes/vpaes-x86.S', 273 './config/archs/solaris-x86-gcc/asm/crypto/bf/bf-586.S', 274 './config/archs/solaris-x86-gcc/asm/crypto/bn/bn-586.S', 275 './config/archs/solaris-x86-gcc/asm/crypto/bn/co-586.S', 276 './config/archs/solaris-x86-gcc/asm/crypto/bn/x86-gf2m.S', 277 './config/archs/solaris-x86-gcc/asm/crypto/bn/x86-mont.S', 278 './config/archs/solaris-x86-gcc/asm/crypto/camellia/cmll-x86.S', [all …]
|
/third_party/elfutils/tests/ |
D | testfile-dwarf-45.source | 75 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c 76 $ gcc -gdwarf-4 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c 77 $ gcc -o testfile-dwarf-4 hello.o world.o 79 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c world.c 80 $ gcc -gdwarf-5 -gno-as-loc-support -gno-variable-location-views -O2 -c hello.c 81 $ gcc -o testfile-dwarf-5 hello.o world.o 83 $ gcc -gdwarf-4 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-worl… 84 $ gcc -gdwarf-4 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-hell… 85 $ gcc -o testfile-splitdwarf-4 testfile-hello4.o testfile-world4.o 87 $ gcc -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2 -o testfile-worl… [all …]
|
D | run-varlocs-vars.sh | 39 testfiles testfile-vars-gcc-dwarf4-32.o 40 testfiles testfile-vars-gcc-dwarf4-64.o 41 testfiles testfile-vars-gcc-dwarf5-32.o 42 testfiles testfile-vars-gcc-dwarf5-64.o 69 testrun ${abs_top_builddir}/tests/varlocs --debug --exprlocs -e testfile-vars-gcc-dwarf4-32.o | gre… 75 testrun ${abs_top_builddir}/tests/varlocs --debug --exprlocs -e testfile-vars-gcc-dwarf4-64.o | gre… 81 testrun ${abs_top_builddir}/tests/varlocs --debug --exprlocs -e testfile-vars-gcc-dwarf5-32.o | gre… 87 testrun ${abs_top_builddir}/tests/varlocs --debug --exprlocs -e testfile-vars-gcc-dwarf5-64.o | gre…
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/ |
D | openssl-fips.gypi | 276 'openssl_sources_aix64-gcc-as': [ 277 './config/archs/aix64-gcc-as/asm_avx2/crypto/aes/aes-ppc.s', 278 './config/archs/aix64-gcc-as/asm_avx2/crypto/aes/aesp8-ppc.s', 279 './config/archs/aix64-gcc-as/asm_avx2/crypto/aes/vpaes-ppc.s', 280 './config/archs/aix64-gcc-as/asm_avx2/crypto/bn/bn-ppc.s', 281 './config/archs/aix64-gcc-as/asm_avx2/crypto/bn/ppc-mont.s', 282 './config/archs/aix64-gcc-as/asm_avx2/crypto/chacha/chacha-ppc.s', 283 './config/archs/aix64-gcc-as/asm_avx2/crypto/ec/ecp_nistz256-ppc64.s', 284 './config/archs/aix64-gcc-as/asm_avx2/crypto/ec/x25519-ppc64.s', 285 './config/archs/aix64-gcc-as/asm_avx2/crypto/ppccpuid.s', [all …]
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/ |
D | openssl-fips.gypi | 276 'openssl_sources_aix64-gcc-as': [ 277 './config/archs/aix64-gcc-as/asm/crypto/aes/aes-ppc.s', 278 './config/archs/aix64-gcc-as/asm/crypto/aes/aesp8-ppc.s', 279 './config/archs/aix64-gcc-as/asm/crypto/aes/vpaes-ppc.s', 280 './config/archs/aix64-gcc-as/asm/crypto/bn/bn-ppc.s', 281 './config/archs/aix64-gcc-as/asm/crypto/bn/ppc-mont.s', 282 './config/archs/aix64-gcc-as/asm/crypto/chacha/chacha-ppc.s', 283 './config/archs/aix64-gcc-as/asm/crypto/ec/ecp_nistz256-ppc64.s', 284 './config/archs/aix64-gcc-as/asm/crypto/ec/x25519-ppc64.s', 285 './config/archs/aix64-gcc-as/asm/crypto/ppccpuid.s', [all …]
|
/third_party/ltp/testcases/misc/math/float/trigo/ |
D | README | 12 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/skia/third_party/externals/icu/source/ |
D | runConfigureICU | 40 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/icu/icu4c/source/ |
D | runConfigureICU | 40 AIX/GCC Use the GNU gcc/g++ compilers on AIX 42 Cygwin Use the GNU gcc/g++ compilers on Cygwin 46 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD 49 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux 50 Linux/gcc Use the GNU gcc/g++ compilers on Linux 55 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin) 56 MinGW Use the GNU gcc/g++ compilers on MinGW 60 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris 153 CC=gcc; export CC 183 CC=gcc; export CC [all …]
|
/third_party/lz4/.circleci/images/primary/ |
D | Dockerfile | 10 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/skia/third_party/externals/libpng/scripts/ |
D | README.txt | 6 (gcc, creates shared libpng16.so.16.1.6.*) 8 (gcc, creates shared libpng16.so.16.1.6.*) 9 makefile.gcc => Generic makefile (gcc, creates static libpng.a) 11 makefile.aix => AIX/gcc makefile 21 makefile.gcc => Generic gcc makefile 22 makefile.hpgcc => HPUX makefile using gcc 32 (gcc, creates shared libpng16.so.16.1.6.*) 35 (gcc, creates shared libpng16.so.16.1.6.*) 37 (gcc, creates shared libpng16.so.16.1.6.*)
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 3673 …_type_info.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknow… 3676 …isibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/… 3679 …'__array_type_info' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/… 3709 …atexit_arm.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknow… 3711 …/bad_alloc.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknow… 3754 …+/bad_cast.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknow… 3759 …isibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/… 3762 …<function-decl name='bad_cast' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/li… 3797 …bad_typeid.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/x86_64-unknow… 3802 …isibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-wfh0ig/gcc-4.7.4/libstdc++-v3/… [all …]
|
D | test12-pr18844.so.abi | 1885 …<typedef-decl name='_Atomic_word' type-id='type-id-40' filepath='/usr/bin/../lib/gcc/x86_64-linux-… 1888 …<typedef-decl name='__bucket_type' type-id='type-id-64' filepath='/usr/bin/../lib/gcc/x86_64-linux… 1891 …<typedef-decl name='__gthread_cond_t' type-id='type-id-69' filepath='/usr/bin/../lib/gcc/x86_64-li… 1892 …<typedef-decl name='__gthread_mutex_t' type-id='type-id-71' filepath='/usr/bin/../lib/gcc/x86_64-l… 1893 …<typedef-decl name='__gthread_t' type-id='type-id-73' filepath='/usr/bin/../lib/gcc/x86_64-linux-g… 1894 …<typedef-decl name='__hash_code' type-id='type-id-75' filepath='/usr/bin/../lib/gcc/x86_64-linux-g… 1897 …<typedef-decl name='__node_base' type-id='type-id-78' filepath='/usr/bin/../lib/gcc/x86_64-linux-g… 1916 …<typedef-decl name='size_type' type-id='type-id-75' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu… 4071 …andle>' size-in-bits='8' visibility='default' filepath='/usr/bin/../lib/gcc/x86_64-linux-gnu/4.… 4073 …<typedef-decl name='const_pointer' type-id='type-id-423' filepath='/usr/bin/../lib/gcc/x86_64-linu… [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
D | Makefile | 183 gcc -Wall -pedantic-errors -std=c99 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE) 184 gcc -Wall -pedantic-errors -std=c11 -c -I$(INCLUDE) -I$(TESTS) $(TESTFILE) 195 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODECS_COMMON 196 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD 197 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_DECODE 198 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD_ENCODE 199 …gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H264STD -D VULKAN_VIDEO_… 200 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD 201 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_DECODE 202 gcc -Wall -std=c99 -c -I$(INCLUDE) $(TESTS)/vtest.c -D VULKAN_VIDEO_CODEC_H265STD_ENCODE [all …]
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | detect.mk | 91 CONFIG_FILE := w32-gcc.mk 93 CC := gcc 103 $(info $(empty) make setup gcc (with Mingw)) 165 CC := gcc 190 ifneq ($(findstring devel-gcc,$(MAKECMDGOALS)),) # development target 192 CC := gcc 194 .PHONY: devel-gcc 195 devel-gcc: setup
|
/third_party/skia/third_party/externals/expat/expat/ |
D | qa.sh | 72 gcc) 73 : ${CC:=gcc} 108 if [[ ${QA_COMPILER} = gcc ]]; then 182 if [[ ${QA_COMPILER} != gcc ]]; then 253 echo gcc 259 clang|gcc) ;; 264 if [[ ${QA_COMPILER} != gcc && -n ${QA_PROCESSOR:-} ]]; then 291 QA_COMPILER=(clang|gcc) # default: auto-detected
|
/third_party/openh264/build/ |
D | Dockerfile | 12 RUN apt-get install -y bison flex g++ gcc git libgmp3-dev libmpc-dev libmpfr-dev libz-dev make wget 15 RUN wget http://ftp.gnu.org/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.gz 16 RUN tar xvfz gcc-4.9.2.tar.gz 17 WORKDIR /tmp/gcc-4.9.2/ 19 WORKDIR /tmp/gcc-4.9.2/build 41 RUN gcc -v 2>> log
|
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/ |
D | openssl-cl.gypi | 3 'openssl_defines_aix64-gcc-as': [ 9 'openssl_cflags_aix64-gcc-as': [ 14 'openssl_ex_libs_aix64-gcc-as': [ 17 'openssl_cli_srcs_aix64-gcc-as': [ 54 './config/archs/aix64-gcc-as/no-asm/apps/progs.c', 92 'defines': ['<@(openssl_defines_aix64-gcc-as)'], 96 'cflags' : ['<@(openssl_cflags_aix64-gcc-as)'], 97 'libraries': ['<@(openssl_ex_libs_aix64-gcc-as)'], 98 'sources': ['<@(openssl_cli_srcs_aix64-gcc-as)'],
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/ |
D | openssl-cl.gypi | 3 'openssl_defines_solaris-x86-gcc': [ 10 'openssl_cflags_solaris-x86-gcc': [ 15 'openssl_ex_libs_solaris-x86-gcc': [ 18 'openssl_cli_srcs_solaris-x86-gcc': [ 55 './config/archs/solaris-x86-gcc/no-asm/apps/progs.c', 93 'defines': ['<@(openssl_defines_solaris-x86-gcc)'], 97 'cflags' : ['<@(openssl_cflags_solaris-x86-gcc)'], 98 'libraries': ['<@(openssl_ex_libs_solaris-x86-gcc)'], 99 'sources': ['<@(openssl_cli_srcs_solaris-x86-gcc)'],
|