| /external/google-fruit/extras/scripts/ |
| D | ci_install_osx.sh | 1 #!/bin/bash -x 3 set -e 30 gcc-4.9) install_brew_package gcc@4.9 ;; 31 gcc-5) install_brew_package gcc@5 ;; 32 gcc-6) install_brew_package gcc@6 ;; 33 gcc-7) install_brew_package gcc@7 ;; 34 gcc-8) install_brew_package gcc@8 ;; 35 gcc-9) install_brew_package gcc@9 ;; 36 gcc-10) install_brew_package gcc@10 ;; 37 gcc-11) install_brew_package gcc@11 ;; [all …]
|
| D | postsubmit-helper.sh | 1 #!/bin/bash -x 3 set -e 10 gcc-4.9) 11 export CC=gcc-4.9 12 export CXX=g++-4.9 15 gcc-5) 16 export CC=gcc-5 17 export CXX=g++-5 20 gcc-6) 21 export CC=gcc-6 [all …]
|
| /external/sandboxed-api/.github/workflows/ |
| D | ubuntu-cmake.yml | 1 name: ubuntu-cmake 11 fail-fast: false 15 - os: ubuntu-22.04 17 compiler-version: 14 18 libclang-version: 14 19 pip-clang-version: "14.0" 20 ignore-errors: false 21 - os: ubuntu-22.04 23 compiler-version: 13 24 libclang-version: 13 [all …]
|
| /external/AFLplusplus/.github/workflows/ |
| D | ci.yml | 6 - stable 7 - dev 10 - dev # No need for stable-pull-request, as that equals dev-push 14 runs-on: "${{ matrix.os }}" 17 os: [ubuntu-22.04, ubuntu-20.04] 22 - uses: actions/checkout@v3 23 - name: update 24 run: sudo apt-get update && sudo apt-get upgrade -y 25 - name: debug 26 …run: apt-cache search plugin-dev | grep gcc-; echo; apt-cache search clang-format- | grep clang-fo… [all …]
|
| /external/google-fruit/.github/workflows/ |
| D | test-on-linux.yml | 5 - master 10 …e tests with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' 15 - cron: '13 8 1 * *' 17 Ubuntu-22-10: 18 runs-on: ubuntu-latest 19 container: polettimarco/fruit-basesystem:ubuntu-22.10 27 - uses: actions/checkout@v3 28 - name: test 29 run: extras/scripts/postsubmit-helper.sh ${{ matrix.config.test }} 30 - name: Setup tmate session [all …]
|
| D | test-on-osx.yml | 5 - master 10 …e tests with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' 15 - cron: '13 8 1 * *' 17 macOS-12: 18 runs-on: macos-12 24 - uses: actions/checkout@v3 25 - name: install 27 - name: test 29 - name: Setup tmate session 30 uses: mxschmitt/action-tmate@v3 [all …]
|
| /external/sdv/vsomeip/third_party/boost/format/benchmark/ |
| D | results.txt | 2 // krempp@crans.ens-cachan.fr 3 // Distributed under the Boost Software License, Version 1.0. (See accompany- 7 // It might not even compile as-is, 13 bjam -sTOOLS="gcc intel-linux-7.1" -sBUILD="release" 15 ( -sBUILD="profile" for profiling..) 20 intel-linux-7.1 22 for comp in gcc ; do 23 echo "\n------------------- Compiler $comp : ---------------- " 25 echo "\n-- Variant **" $var "**" : 27 ls -l $texe; [all …]
|
| /external/webrtc/third_party/crc32c/src/ |
| D | .travis.yml | 2 # http://about.travis-ci.org/docs/user/build-configuration/ 3 # This file can be validated on: http://lint.travis-ci.org/ 10 - gcc 11 - clang 13 - linux 14 - osx 17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug 18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo 19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug 20 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo [all …]
|
| /external/mesa3d/bin/ |
| D | gen_vs_module_defs.py | 2 # Copyright © 2021-2021 Yonggang Luo 28 For gcc/x64,gcc/arm64,visual studio 30 `DrvCopyContext@12` => `DrvCopyContext` 32 For gcc/x86,gcc/arm 34 `DrvCopyContext@12` => `DrvCopyContext@12 == DrvCopyContext` 38 …ule_def(in_file: str, out_file: str, compiler_abi: str, compiler_id: str, cpu_family: str) -> None: 40 with open(in_file, 'r', encoding='utf-8') as f: 60 … (compiler_abi == 'gcc' and compiler_id != 'clang') and (cpu_family not in {'x86_64', 'aarch64'}): 72 f.write(out_file_content.encode('utf-8')) 74 …le_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file src/gallium/targets/… [all …]
|
| /external/AFLplusplus/instrumentation/ |
| D | README.lto.md | 1 # afl-clang-lto - collision free instrumentation at link time 5 This version requires a LLVM 12 or newer. 7 1. Use afl-clang-lto/afl-clang-lto++ because the resulting binaries run 13 3. It only works with LLVM 12 or newer. 17 5. If any problems arise, be sure to set `AR=llvm-ar RANLIB=llvm-ranlib AS=llvm-as`. 18 Some targets might need `LD=afl-clang-lto` and others `LD=afl-ld-lto`. 23 set during compilation are random - and hence naturally the larger the number 31 the real collisions are between 750-18.000! 37 * We instrument at link time when we have all files pre-compiled. 39 * Our compiler (afl-clang-lto/afl-clang-lto++) takes care of setting the correct [all …]
|
| /external/libffi/ |
| D | README | 4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web 21 told at run-time about the number and types of arguments used to call 51 |-----------------+------------------+-------------------------| 53 |-----------------+------------------+-------------------------| 55 | AArch64 | Linux | GCC | 56 | Alpha | Linux | GCC | 57 | Alpha | Tru64 | GCC | 58 | ARC | Linux | GCC | 59 | ARM | Linux | GCC | 60 | ARM | iOS | GCC | [all …]
|
| D | README.md | 4 [](https://travis-ci.org/libf… 7 libffi-3.3 was released on November 23, 2019. Check the libffi web 24 told at run-time about the number and types of arguments used to call 51 | --------------- | ---------------- | ----------------------- | 53 | AArch64 | Linux | GCC | 55 | Alpha | Linux | GCC | 56 | Alpha | Tru64 | GCC | 57 | ARC | Linux | GCC | 58 | ARM | Linux | GCC | 59 | ARM | iOS | GCC | [all …]
|
| /external/lz4/.github/workflows/ |
| D | ci.yml | 6 # - gcc 7 # - clang 10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'. 11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <… 12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion… 20 lz4-c-compilers: 23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed. 28 …# pkgs : apt-get package names. It can include multiple package names which are delimit… 33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'. 37 # Usually, it requires Linux, x86_64 and gcc/g++. [all …]
|
| /external/openthread/.github/workflows/ |
| D | build.yml | 33 branches-ignore: 34 - 'dependabot/**' 37 - 'main' 40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent… 41 cancel-in-progress: true 49 runs-on: ubuntu-22.04 51 - name: Harden Runner 52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs 56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 [all …]
|
| /external/AFLplusplus/ |
| D | Dockerfile | 3 # installs LLVM 14 for afl-clang-lto support. 5 # GCC 11 is used instead of 12 because genhtml for afl-cov doesn't like it. 21 # GCC 12 is producing compile errors for some targets so we stay at GCC 11 31 RUN apt-get update && apt-get full-upgrade -y && \ 32 apt-get install -y --no-install-recommends wget ca-certificates apt-utils && \ 33 rm -rf /var/lib/apt/lists/* 35 RUN echo "deb [signed-by=/etc/apt/keyrings/llvm-snapshot.gpg.key] http://apt.llvm.org/jammy/ llvm-t… 36 wget -qO /etc/apt/keyrings/llvm-snapshot.gpg.key https://apt.llvm.org/llvm-snapshot.gpg.key 38 RUN apt-get update && \ 39 apt-get -y install --no-install-recommends \ [all …]
|
| /external/speex/ |
| D | config.log | 9 ## --------- ## 11 ## --------- ## 13 hostname = sadaf-specialist.c.googlers.com 14 uname -m = x86_64 15 uname -r = 5.19.11-1rodete1-amd64 16 uname -s = Linux 17 uname -v = #1 SMP PREEMPT_DYNAMIC Debian 5.19.11-1rodete1 (2022-10-31) 19 /usr/bin/uname -p = unknown 20 /bin/uname -X = unknown 23 /usr/bin/arch -k = unknown [all …]
|
| /external/llvm/test/CodeGen/ARM/ |
| D | 2010-04-15-ScavengerDebugValue.ll | 3 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v… 4 target triple = "armv4t-apple-darwin10" 18 … isDefinition: true, virtualIndex: 6, isOptimized: false, unit: !3, file: !12, scope: null, type: … 19 …2.c", directory: "/Users/bwilson/local/nightly/test-2010-04-14/build/llvmgcc.roots/llvmgcc~obj/src… 20 !12 = !DIFile(filename: "libgcc2.c", directory: "/Users/bwilson/local/nightly/test-2010-04-14/build… 21 …5658) (LLVM build 00)", isOptimized: true, emissionKind: FullDebug, file: !12, enums: !13, retaine… 24 !6 = !DIDerivedType(tag: DW_TAG_typedef, name: "SItype", line: 152, file: !12, baseType: !8) 25 …2.h", directory: "/Users/bwilson/local/nightly/test-2010-04-14/build/llvmgcc.roots/llvmgcc~obj/src… 28 !10 = distinct !DILexicalBlock(line: 94, column: 0, file: !12, scope: !1)
|
| /external/sdv/vsomeip/third_party/boost/utility/test/ |
| D | value_init_workaround_test.cpp | 26 // "VC++ does not value-initialize members of derived classes without 27 // user-declared constructor", reported in 2009 by Sylvester Hesp: 54 // Equivalent to the Stats class from GCC Bug 33916, 56 // Michael Elizabeth Chastain: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33916 57 // and fixed for GCC 4.2.4. 62 int first[12]; 63 int second[12]; 68 for ( unsigned i = 0; i < 12; ++i) in is_value_initialized() 110 // Returns zero when the specified object is value-initializated, and one otherwise. 111 // Prints a message to standard output if the value-initialization has failed. [all …]
|
| D | value_init_test2.cpp | 24 // "VC++ does not value-initialize members of derived classes without 25 // user-declared constructor", reported in 2009 by Sylvester Hesp: 52 // Equivalent to the Stats class from GCC Bug 33916, 54 // Michael Elizabeth Chastain: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33916 55 // and fixed for GCC 4.2.4. 60 int first[12]; 61 int second[12]; 66 for ( unsigned i = 0; i < 12; ++i) in is_value_initialized() 108 // Returns zero when the specified object is value-initializated, and one otherwise. 109 // Prints a message to standard output if the value-initialization has failed. [all …]
|
| /external/clang/test/Driver/ |
| D | linux-ld.c | 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 5 // RUN: --target=i386-unknown-linux \ 6 // RUN: --gcc-toolchain="" \ 7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s 9 // CHECK-LD-32-NOT: warning: 10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]" 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/… [all …]
|
| /external/eigen/Eigen/src/Core/util/ |
| D | DisableStupidWarnings.h | 5 // 4100 - unreferenced formal parameter (occurred e.g. in aligned_allocator::destroy(pointer p)) 6 // 4101 - unreferenced local variable 7 // 4181 - qualifier applied to reference type ignored 8 // 4211 - nonstandard extension used : redefined extern to static 9 // 4244 - 'argument' : conversion from 'type1' to 'type2', possible loss of data 10 // 4273 - QtAlignedMalloc, inconsistent DLL linkage 11 // 4324 - structure was padded due to declspec(align()) 12 // 4503 - decorated name length exceeded, name was truncated 13 // 4512 - assignment operator could not be generated 14 // 4522 - 'class' : multiple assignment operators specified [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/ |
| D | .drone.star | 17 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 18 …gcc-10", packages="g++-10 jq", buildtype="boost", buildscript="drone", image=linuxglobalimage, env… 19 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 20 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 21 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 22 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 23 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 25 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 27 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… 28 …-10", packages="clang-10 libc++-10-dev libc++abi-10-dev jq", llvm_os="bionic", llvm_ver="10", buil… [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| D | ChangeLog | 3 Date: Mon May 19 09:41:32 2014 -0400 9 Date: Mon May 19 09:37:21 2014 -0400 15 Date: Sun May 11 10:30:22 2014 -0400 21 Date: Sun May 11 10:22:30 2014 -0400 27 Date: Sun May 11 09:56:40 2014 -0400 29 Fix testsuite for GCC 4.9.0 33 Date: Sun May 11 09:55:28 2014 -0400 39 Date: Sun May 11 09:52:47 2014 -0400 46 Date: Wed Apr 23 19:24:47 2014 -0400 48 Merge pull request #119 from joshtriplett/fastcall-fastball [all …]
|
| /external/llvm/test/DebugInfo/X86/ |
| D | earlydup-crash.ll | 1 ; RUN: llc %s -mtriple=i386-apple-macosx10.6.7 -o /dev/null 50 !3 = !DIFile(filename: "darwin-c.c", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llv… 58 … !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, file: !44, scope: !3, baseType: !12) 59 !12 = !DIDerivedType(tag: DW_TAG_typedef, name: "cpp_dir", line: 45, file: !41, scope: !13, baseTyp… 60 …ename: "cpplib.h", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../… 86 !39 = !DIFile(filename: "stddef.h", directory: "/Users/espindola/llvm/build-llvm-gcc/./prev-gcc/inc… 88 …ename: "cpplib.h", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../… 90 !43 = !DIFile(filename: "stddef.h", directory: "/Users/espindola/llvm/build-llvm-gcc/./prev-gcc/inc… 91 !44 = !DIFile(filename: "darwin-c.c", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../ll…
|
| /external/sdv/vsomeip/third_party/boost/multi_index/ |
| D | .drone.star | 17 …xx("TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0", "g++", packages="", buildtype="boost", image=lin… 18 …gcc COMPILER=g++-4.4 CXXSTD=98,0x Job 1", "g++", packages="g++-4.4", buildtype="boost", image=linu… 19 …gcc COMPILER=g++-4.6 CXXSTD=03,0x Job 2", "g++", packages="g++-4.6", buildtype="boost", image=linu… 20 …gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 3", "g++-4.7", packages="g++-4.7", buildtype="boost", image=… 21 …gcc COMPILER=g++-4.8 CXXSTD=03,11 Job 4", "g++-4.8", packages="g++-4.8", buildtype="boost", image=… 22 …gcc COMPILER=g++-4.9 CXXSTD=03,11 Job 5", "g++-4.9", packages="g++-4.9", buildtype="boost", image=… 23 …gcc COMPILER=g++-5 CXXSTD=03,11,14,1z Job 6", "g++-5", packages="g++-5", buildtype="boost", image=… 24 …gcc COMPILER=g++-6 CXXSTD=03,11,14,1z Job 7", "g++-6", packages="g++-6", buildtype="boost", image=… 25 …gcc COMPILER=g++-7 CXXSTD=03,11,14,17 Job 8", "g++-7", packages="g++-7", buildtype="boost", image=… 26 …gcc COMPILER=g++-8 CXXSTD=03,11,14,17 Job 9", "g++-8", packages="g++-8", buildtype="boost", image=… [all …]
|