Searched full:gcc (Results 1 – 25 of 8783) sorted by relevance
12345678910>>...352
| /external/curl/CMake/ |
| D | PickyWarnings.cmake | 31 …NOT CMAKE_VERSION VERSION_LESS 3.23.0) OR # check_symbol_exists() incompatible with GCC -pedantic… 40 # https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html 62 # Assume these options always exist with both clang and gcc. 63 # Require clang 3.0 / gcc 2.95 or later. 65 -Wbad-function-cast # clang 2.7 gcc 2.95 66 -Wconversion # clang 2.7 gcc 2.95 67 -Winline # clang 1.0 gcc 1.0 68 -Wmissing-declarations # clang 1.0 gcc 2.7 69 -Wmissing-prototypes # clang 1.0 gcc 1.0 70 -Wnested-externs # clang 1.0 gcc 2.7 [all …]
|
| /external/libvpx/ |
| D | README | 64 arm64-android-gcc 65 arm64-darwin-gcc 66 arm64-darwin20-gcc 67 arm64-darwin21-gcc 68 arm64-darwin22-gcc 69 arm64-darwin23-gcc 70 arm64-linux-gcc 71 arm64-win64-gcc 77 armv7-android-gcc 78 armv7-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-darwin23-gcc" 106 all_platforms="${all_platforms} arm64-linux-gcc" 107 all_platforms="${all_platforms} arm64-win64-gcc" 113 all_platforms="${all_platforms} armv7-android-gcc" #neon Cortex-A8 114 all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8 [all …]
|
| /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/sdv/vsomeip/third_party/boost/tti/test/ |
| D | Jamfile.v2 | 13 <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 …]
|
| /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/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/sdv/vsomeip/third_party/boost/date_time/ |
| D | .travis.yml | 68 # gcc 4.8.2 5.3.1 7.3.0 96 …gcc-48: &gcc-48 { apt: { packages: [ "g++-4.8" ] … 97 …gcc-49: &gcc-49 { apt: { packages: [ "g++-4.9" ], sources: [ "ubuntu-toolchain-r-test"… 98 …gcc-5: &gcc-5 { apt: { packages: [ "g++-5" ] … 99 …gcc-6: &gcc-6 { apt: { packages: [ "g++-6" ], sources: [ "ubuntu-toolchain-r-test"… 100 …gcc-7: &gcc-7 { apt: { packages: [ "g++-7" ], sources: [ "ubuntu-toolchain-r-test"… 101 …gcc-8: &gcc-8 { apt: { packages: [ "g++-8" ], sources: [ "ubuntu-toolchain-r-test"… 102 …gcc-9: &gcc-9 { apt: { packages: [ "g++-9" ], sources: [ "ubuntu-toolchain-r-test"… 110 - B2_TOOLSET=gcc-8 120 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI [all …]
|
| /external/sdv/vsomeip/third_party/boost/format/ |
| D | .travis.yml | 68 # gcc 4.8.2 5.3.1 7.3.0 96 …gcc-48: &gcc-48 { apt: { packages: [ "g++-4.8" ] … 97 …gcc-49: &gcc-49 { apt: { packages: [ "g++-4.9" ], sources: [ "ubuntu-toolchain-r-test"… 98 …gcc-5: &gcc-5 { apt: { packages: [ "g++-5" ] … 99 …gcc-6: &gcc-6 { apt: { packages: [ "g++-6" ], sources: [ "ubuntu-toolchain-r-test"… 100 …gcc-7: &gcc-7 { apt: { packages: [ "g++-7" ], sources: [ "ubuntu-toolchain-r-test"… 101 …gcc-8: &gcc-8 { apt: { packages: [ "g++-8" ], sources: [ "ubuntu-toolchain-r-test"… 102 …gcc-9: &gcc-9 { apt: { packages: [ "g++-9" ], sources: [ "ubuntu-toolchain-r-test"… 111 - { os: "linux", dist: "trusty", # xenial has libstdc++ from gcc 5.4.0 with newer ABI 112 env: [ "B2_TOOLSET=gcc-4.8", "B2_CXXSTD=03,11" ], addons: *gcc-48 } [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/sdv/vsomeip/third_party/boost/mpl/ |
| D | .travis.yml | 66 # gcc 4.8.2 5.3.1 7.3.0 85 …gcc-44: &gcc-44 { apt: { packages: [ "g++-4.4" ], sources: [ "ubuntu-toolchain-r-test"… 86 …gcc-46: &gcc-46 { apt: { packages: [ "g++-4.6" ], sources: [ "ubuntu-toolchain-r-test"… 87 …gcc-48: &gcc-48 { apt: { packages: [ "g++-4.8" ], sources: [ "ubuntu-toolchain-r-test"… 88 …gcc-5: &gcc-5 { apt: { packages: [ "g++-5" ], sources: [ "ubuntu-toolchain-r-test"… 89 …gcc-6: &gcc-6 { apt: { packages: [ "g++-6" ], sources: [ "ubuntu-toolchain-r-test"… 90 …gcc-7: &gcc-7 { apt: { packages: [ "g++-7" ], sources: [ "ubuntu-toolchain-r-test"… 91 …gcc-8: &gcc-8 { apt: { packages: [ "g++-8" ], sources: [ "ubuntu-toolchain-r-test"… 100 - { os: "linux", env: [ "TOOLSET=gcc-4.4", "CXXSTD=98,0x" ], addons: *gcc-44 } 101 - { os: "linux", env: [ "TOOLSET=gcc-4.6", "CXXSTD=03,0x" ], addons: *gcc-46 } [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/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/sdv/vsomeip/third_party/boost/spirit/ |
| D | .travis.yml | 24 gcc-10: &gcc-10 44 - { env: 'STD=14 JOB=test/x3', compiler: gcc-10, addons: *gcc-10 } 59 ## GCC 61 - { env: 'STD=11 JOB=test/qi', compiler: gcc-10, addons: *gcc-10 } 62 - { env: 'STD=11 JOB=test/karma', compiler: gcc-10, addons: *gcc-10 } 63 - { env: 'STD=11 JOB=test/lex', compiler: gcc-10, addons: *gcc-10 } 64 - { env: 'STD=11 JOB=test/support', compiler: gcc-10, addons: *gcc-10 } 65 - { env: 'STD=11 JOB=repository/test', compiler: gcc-10, addons: *gcc-10 } 67 - { env: 'STD=03 JOB=test/qi', compiler: gcc-10, addons: *gcc-10 } 68 - { env: 'STD=03 JOB=test/karma', compiler: gcc-10, addons: *gcc-10 } [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 …]
|
12345678910>>...352