| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | configure.yml | 11 - name: Ubuntu GCC 13 compiler: gcc 16 - name: Ubuntu 18.04 GCC 18 compiler: gcc 21 - name: Ubuntu GCC OSB 23 compiler: gcc 28 - name: Ubuntu GCC Compat No Opt 30 compiler: gcc 33 - name: Ubuntu GCC ARM SF 35 compiler: arm-linux-gnueabi-gcc [all …]
|
| D | cmake.yml | 11 - name: Ubuntu 18.04 GCC 13 compiler: gcc 16 - name: Ubuntu GCC ASAN 18 compiler: gcc 23 - name: Ubuntu GCC Benchmark 25 compiler: gcc 30 - name: Ubuntu GCC Symbol Prefix 32 compiler: gcc 37 - name: Ubuntu GCC Compat Symbol Prefix 39 compiler: gcc [all …]
|
| /external/libvpx/ |
| D | README | 64 arm64-android-gcc 65 arm64-darwin-gcc 66 arm64-darwin20-gcc 67 arm64-linux-gcc 68 arm64-win64-gcc 70 armv7-android-gcc 71 armv7-darwin-gcc 73 armv7-linux-gcc 75 armv7-win32-gcc 78 armv7s-darwin-gcc [all …]
|
| D | configure | 100 all_platforms="${all_platforms} arm64-android-gcc" 101 all_platforms="${all_platforms} arm64-darwin-gcc" 102 all_platforms="${all_platforms} arm64-darwin20-gcc" 103 all_platforms="${all_platforms} arm64-darwin21-gcc" 104 all_platforms="${all_platforms} arm64-darwin22-gcc" 105 all_platforms="${all_platforms} arm64-linux-gcc" 106 all_platforms="${all_platforms} arm64-win64-gcc" 110 all_platforms="${all_platforms} armv7-android-gcc" #neon Cortex-A8 111 all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8 113 all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8 [all …]
|
| /external/eigen/ci/ |
| D | test.gitlab-ci.yml | 31 # GCC-4.8 32 .test:x86-64:linux:gcc-4.8:cxx11-off: 36 EIGEN_CI_CC_COMPILER: gcc-4.8 37 needs: [ "build:x86-64:linux:gcc-4.8:cxx11-off" ] 43 test:x86-64:linux:gcc-4.8:cxx11-off:official: 44 extends: .test:x86-64:linux:gcc-4.8:cxx11-off 48 test:x86-64:linux:gcc-4.8:cxx11-off:unsupported: 49 extends: .test:x86-64:linux:gcc-4.8:cxx11-off 53 .test:x86-64:linux:gcc-4.8:cxx11-on: 57 EIGEN_CI_CC_COMPILER: gcc-4.8 [all …]
|
| D | README.md | 12 | `build:x86-64:linux:gcc-4.8:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `Off` | 13 | `build:x86-64:linux:gcc-4.8:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `On` | 14 | `build:x86-64:linux:gcc-9:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `Off` | 15 | `build:x86-64:linux:gcc-9:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-9` | `On` | 16 | `build:x86-64:linux:gcc-10:cxx11-off` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `Off` | 17 | `build:x86-64:linux:gcc-10:cxx11-on` | `x86-64` | `Ubuntu 18.04` | `GCC-10` | `On` | 20 | `build:aarch64:linux:gcc-10:cxx11-off` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `Off` | 21 | `build:aarch64:linux:gcc-10:cxx11-on` | `AArch64` | `Ubuntu 18.04` | `GCC-10` | `On` | 33 | `test:x86-64:linux:gcc-4.8:cxx11-off:official` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `… 34 | `test:x86-64:linux:gcc-4.8:cxx11-off:unsupported` | `x86-64` | `Ubuntu 18.04` | `GCC-4.8` | `… [all …]
|
| D | build.gitlab-ci.yml | 26 # GCC-4.8 (the oldest compiler we support) 27 build:x86-64:linux:gcc-4.8:cxx11-off: 31 EIGEN_CI_CC_COMPILER: "gcc-4.8" 38 build:x86-64:linux:gcc-4.8:cxx11-on: 42 EIGEN_CI_CC_COMPILER: "gcc-4.8" 49 # GCC-9 50 build:x86-64:linux:gcc-9:cxx11-off: 54 EIGEN_CI_CC_COMPILER: "gcc-9" 61 build:x86-64:linux:gcc-9:cxx11-on: 65 EIGEN_CI_CC_COMPILER: "gcc-9" [all …]
|
| /external/jemalloc_new/ |
| D | .travis.yml | 7 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 9 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 13 …env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-boun… 17 - gcc-multilib 19 …env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-… 21 …env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-a… 23 …env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno… 25 …env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLA… 27 …env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAG… 29 …env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXT… [all …]
|
| /external/harfbuzz_ng/src/ |
| D | hb.hh | 39 * - All pragmas are declared GCC even if they are clang ones. Otherwise GCC 50 #pragma GCC diagnostic warning "-Wall" 51 #pragma GCC diagnostic warning "-Wextra" 54 #pragma GCC diagnostic ignored "-Wpragmas" 55 #pragma GCC diagnostic ignored "-Wunknown-pragmas" 56 #pragma GCC diagnostic ignored "-Wunknown-warning-option" 59 //#pragma GCC diagnostic warning "-Weverything" 64 #pragma GCC diagnostic error "-Wbitwise-instead-of-logical" 65 #pragma GCC diagnostic error "-Wcast-align" 66 #pragma GCC diagnostic error "-Wcast-function-type" [all …]
|
| /external/libcxx/utils/docker/debian9/ |
| D | Dockerfile | 10 # Setup the base builder image with the packages we'll need to build GCC and Clang from source. 28 gcc-multilib \ 41 # Build GCC 4.9 for testing our C++11 against 42 FROM builder-base as gcc-49-builder 47 RUN git clone --depth=1 --branch gcc-4_9_4-release git://gcc.gnu.org/git/gcc.git /tmp/gcc-4.9.4 48 RUN cd /tmp/gcc-4.9.4/ && ./contrib/download_prerequisites 49 RUN /tmp/build_gcc.sh --source /tmp/gcc-4.9.4 --to /opt/gcc-4.9.4 51 # Build GCC ToT for testing in all dialects. 52 FROM builder-base as gcc-tot-builder 57 RUN git clone --depth=1 git://gcc.gnu.org/git/gcc.git /tmp/gcc-tot [all …]
|
| /external/google-fruit/ |
| D | .travis.yml | 12 - compiler: gcc 13 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=ReleasePlain 14 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c… 16 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi… 18 - compiler: gcc 19 env: COMPILER=gcc-10 UBUNTU=20.10 TEST=DebugPlain 20 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c… 22 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi… 66 - compiler: gcc 72 - compiler: gcc [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| D | README | 55 | AArch64 | Linux | GCC | 56 | Alpha | Linux | GCC | 57 | Alpha | Tru64 | GCC | 58 | ARC | Linux | GCC | 59 | ARM | Linux | GCC | 60 | ARM | iOS | GCC | 61 | AVR32 | Linux | GCC | 62 | Blackfin | uClinux | GCC | 63 | HPPA | HPUX | GCC | 64 | IA-64 | Linux | GCC | [all …]
|
| /external/libffi/ |
| D | README | 55 | AArch64 | Linux | GCC | 56 | Alpha | Linux | GCC | 57 | Alpha | Tru64 | GCC | 58 | ARC | Linux | GCC | 59 | ARM | Linux | GCC | 60 | ARM | iOS | GCC | 61 | AVR32 | Linux | GCC | 62 | Blackfin | uClinux | GCC | 63 | HPPA | HPUX | GCC | 64 | IA-64 | Linux | GCC | [all …]
|
| D | README.md | 53 | AArch64 | Linux | GCC | 55 | Alpha | Linux | GCC | 56 | Alpha | Tru64 | GCC | 57 | ARC | Linux | GCC | 58 | ARM | Linux | GCC | 59 | ARM | iOS | GCC | 61 | AVR32 | Linux | GCC | 62 | Blackfin | uClinux | GCC | 63 | HPPA | HPUX | GCC | 64 | IA-64 | Linux | GCC | [all …]
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | _features.hpp | 10 // 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 …]
|
| /external/mesa3d/prebuilt-intermediates/util/ |
| D | vk_enum_to_str.c | 37 #pragma GCC diagnostic push in vk_AccelerationStructureBuildTypeKHR_to_str() 38 #pragma GCC diagnostic ignored "-Wswitch" in vk_AccelerationStructureBuildTypeKHR_to_str() 47 #pragma GCC diagnostic pop in vk_AccelerationStructureBuildTypeKHR_to_str() 57 #pragma GCC diagnostic push in vk_AccelerationStructureMemoryRequirementsTypeKHR_to_str() 58 #pragma GCC diagnostic ignored "-Wswitch" in vk_AccelerationStructureMemoryRequirementsTypeKHR_to_str() 67 #pragma GCC diagnostic pop in vk_AccelerationStructureMemoryRequirementsTypeKHR_to_str() 77 #pragma GCC diagnostic push in vk_AccelerationStructureTypeKHR_to_str() 78 #pragma GCC diagnostic ignored "-Wswitch" in vk_AccelerationStructureTypeKHR_to_str() 85 #pragma GCC diagnostic pop in vk_AccelerationStructureTypeKHR_to_str() 94 #pragma GCC diagnostic push in vk_AttachmentLoadOp_to_str() [all …]
|
| /external/clang/test/Driver/ |
| D | linux-ld.c | 6 // RUN: --gcc-toolchain="" \ 11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o" 12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0" 13 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/… 14 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../.." 20 // RUN: --gcc-toolchain="" \ 28 // CHECK-LD-64: "{{.*}}/usr/lib/gcc/x86_64-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o" 29 // CHECK-LD-64: "-L[[SYSROOT]]/usr/lib/gcc/x86_64-unknown-linux/4.6.0" 30 // CHECK-LD-64: "-L[[SYSROOT]]/usr/lib/gcc/x86_64-unknown-linux/4.6.0/../../../../x86_64-unknown-li… 31 // CHECK-LD-64: "-L[[SYSROOT]]/usr/lib/gcc/x86_64-unknown-linux/4.6.0/../../.." [all …]
|
| /external/fec/ |
| D | makefile.in | 54 gcc -g -o $@ $^ 57 gcc -g -o $@ $^ 60 gcc -g -o $@ $^ -lm 63 gcc -g -o $@ $^ -lm 66 gcc -g -o $@ $^ -lm 69 gcc -g -o $@ $^ -lm 72 gcc -g -o $@ $^ -lm 75 gcc -g -o $@ $^ 78 gcc -g -o $@ $^ 82 gcc -g -c $< [all …]
|
| /external/clang/test/CodeGenCXX/ |
| D | pragma-visibility.cpp | 3 #pragma GCC visibility push(hidden) 7 #pragma GCC visibility pop 11 #pragma GCC visibility push(hidden) 17 #pragma GCC visibility pop 19 #pragma GCC visibility push(hidden) 23 #pragma GCC visibility pop 27 #pragma GCC visibility push(hidden) 30 #pragma GCC visibility pop 34 #pragma GCC visibility push(hidden) 38 #pragma GCC visibility pop [all …]
|
| /external/liburing/.github/workflows/ |
| D | build.yml | 16 # x86-64 gcc 18 cc_pkg: gcc-x86-64-linux-gnu 20 cc: x86_64-linux-gnu-gcc 30 # x86 (32-bit) gcc 32 cc_pkg: gcc-i686-linux-gnu 34 cc: i686-linux-gnu-gcc 37 # aarch64 gcc 39 cc_pkg: gcc-aarch64-linux-gnu 41 cc: aarch64-linux-gnu-gcc 44 # arm (32-bit) gcc [all …]
|
| /external/AFLplusplus/instrumentation/ |
| D | README.gcc_plugin.md | 1 # GCC-based instrumentation for afl-fuzz 7 This document describes how to build and use `afl-gcc-fast` and `afl-g++-fast`, 8 which instrument the target with the help of gcc plugins. 11 * Check the version of your gcc compiler: `gcc --version` 12 * `apt-get install gcc-VERSION-plugin-dev` or similar to install headers for gcc 14 * `gcc` and `g++` must match the gcc-VERSION you installed headers for. You can 17 * Just use `afl-gcc-fast`/`afl-g++-fast` normally like you would do with 24 rewriting approach taken by afl-gcc and afl-clang. This has several interesting 39 - Because the feature relies on the internals of GCC, it is gcc-specific and 44 will probably replace afl-gcc. For now, it can be built separately and co-exists [all …]
|
| /external/clang/test/CodeGen/ |
| D | 3dnow-builtins.c | 1 …target-feature +3dnowa -emit-llvm -o - -Werror | FileCheck %s -check-prefix=GCC -check-prefix=CHECK 11 // GCC-LABEL: define double @test_m_pavgusb in test_m_pavgusb() 18 // GCC-LABEL: define double @test_m_pf2id in test_m_pf2id() 25 // GCC-LABEL: define double @test_m_pfacc in test_m_pfacc() 32 // GCC-LABEL: define double @test_m_pfadd in test_m_pfadd() 39 // GCC-LABEL: define double @test_m_pfcmpeq in test_m_pfcmpeq() 46 // GCC-LABEL: define double @test_m_pfcmpge in test_m_pfcmpge() 53 // GCC-LABEL: define double @test_m_pfcmpgt in test_m_pfcmpgt() 60 // GCC-LABEL: define double @test_m_pfmax in test_m_pfmax() 67 // GCC-LABEL: define double @test_m_pfmin in test_m_pfmin() [all …]
|
| /external/libwebsockets/ |
| D | .sai.json | 8 "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 …]
|
| /external/python/cpython3/Lib/distutils/ |
| D | cygwinccompiler.py | 5 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 …]
|
| /external/speex/ |
| D | config.log | 92 configure:4088: checking for gcc 93 configure:4109: found /usr/bin/gcc 94 configure:4120: result: gcc 96 configure:4482: gcc --version >&5 97 gcc (Debian 12.2.0-10) 12.2.0 103 configure:4482: gcc -v >&5 105 COLLECT_GCC=gcc 106 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper 110 …gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-… 113 gcc version 12.2.0 (Debian 12.2.0-10) [all …]
|