/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | configure.yml | 11 - name: Ubuntu GCC 13 compiler: gcc 16 - name: Ubuntu 16.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 16.04 GCC 13 compiler: gcc 15 - name: Ubuntu GCC 17 compiler: gcc 21 - name: Ubuntu GCC OSB -O1 No Unaligned64 23 compiler: gcc 30 - name: Ubuntu GCC -O3 No Unaligned 32 compiler: gcc 37 - name: Ubuntu GCC Link Zlib 39 compiler: gcc [all …]
|
/external/libvpx/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-linux-gcc" 104 all_platforms="${all_platforms} arm64-win64-gcc" 106 all_platforms="${all_platforms} armv7-android-gcc" #neon Cortex-A8 107 all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8 109 all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8 111 all_platforms="${all_platforms} armv7-win32-gcc" 114 all_platforms="${all_platforms} armv7s-darwin-gcc" [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 | 40 * - 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 …]
|
/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/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/clang/test/Lexer/ |
D | pragma-message.c | 14 #pragma message ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this!… 18 // GCC supports a similar pragma, #pragma GCC warning (which generates a warning 19 // message) and #pragma GCC error (which generates an error message). 21 #pragma GCC warning(":O I'm a message! " STRING(__LINE__)) // expected-warning {{:O I'm a message! … 22 #pragma GCC warning ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts t… 24 #pragma GCC error(":O I'm a message! " STRING(__LINE__)) // expected-error {{:O I'm a message! 24}} 25 #pragma GCC error ":O gcc accepts this! " STRING(__LINE__) // expected-error {{:O gcc accepts this!… 27 #define COMPILE_ERROR(x) _Pragma(STRING2(GCC error(x))) 31 #pragma GCC warning("" // expected-error {{pragma warning requires parenthesized string}} 32 #pragma GCC error(1) // expected-error {{expected string literal in pragma error}}
|
/external/eigen/doc/ |
D | WrongStackAlignment.dox | 5 <h4>It appears that this was a GCC bug that has been fixed in GCC 4.5. 6 If you hit this issue, please upgrade to GCC 4.5 and report to us, so we can update this page.</h4> 8 This is an issue that, so far, we met only with GCC on Windows: for instance, MinGW and TDM-GCC. 20 GCC assumes that the stack is already 16-byte-aligned so that the object \a q will be created at a … 22 …the stack is only guaranteed to have 4-byte alignment. Indeed, even though GCC takes care of align… 35 …gcc.gnu.org/onlinedocs/gcc-4.4.0/gcc/Function-Attributes.html#Function-Attributes">this GCC docume… 40 …on is to edit your project so that when compiling with GCC on Windows, you pass this option to GCC: 44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that G… 46 Another global solution is to pass this option to gcc:
|
/external/python/cpython2/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 97 self.debug_print("Python's GCC status: %s (details: %s)" % 108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" % 114 # gcc -mdll instead of dllwrap [all …]
|