Home
last modified time | relevance | path

Searched +full:clang +full:- +full:6 (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
47 "%6 = OpLabel", in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
93 "%6 = OpLabel", in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
107 "%6 = OpLabel", in TEST_F()
[all …]
Dir_loader_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
26 #include "spirv-tools/libspirv.hpp"
43 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck()
55 // clang-format off in TEST()
94 // clang-format on in TEST()
121 "%6 = OpFunctionParameter %float\n" in TEST()
128 // clang-format off in TEST()
145 "%6 = OpLabel\n" in TEST()
150 // clang-format on in TEST()
155 // clang-format off in TEST()
[all …]
/third_party/spirv-tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
47 "%6 = OpLabel", in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
93 "%6 = OpLabel", in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
107 "%6 = OpLabel", in TEST_F()
[all …]
Dir_loader_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
25 #include "spirv-tools/libspirv.hpp"
42 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck()
54 // clang-format off in TEST()
93 // clang-format on in TEST()
120 "%6 = OpFunctionParameter %float\n" in TEST()
127 // clang-format off in TEST()
144 "%6 = OpLabel\n" in TEST()
149 // clang-format on in TEST()
154 // clang-format off in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
47 "%6 = OpLabel", in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
93 "%6 = OpLabel", in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
107 "%6 = OpLabel", in TEST_F()
[all …]
Dir_loader_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
26 #include "spirv-tools/libspirv.hpp"
43 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck()
55 // clang-format off in TEST()
94 // clang-format on in TEST()
121 "%6 = OpFunctionParameter %float\n" in TEST()
128 // clang-format off in TEST()
145 "%6 = OpLabel\n" in TEST()
150 // clang-format on in TEST()
155 // clang-format off in TEST()
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-2/
Dbuild-wasi-toolchain.sh3 set -ex
5 … from https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.6/clang+llvm-15.0.6-x86_…
6 curl https://ci-mirrors.rust-lang.org/rustc/2022-12-06-clang%2Bllvm-15.0.6-x86_64-linux-gnu-ubuntu-
7 tar xJf -
8 bin="$PWD/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04/bin"
10 git clone https://github.com/WebAssembly/wasi-libc
12 cd wasi-libc
13 git reset --hard 7018e24d8fe248596819d2e884761676f3542a04
14 make -j$(nproc) \
15 CC="$bin/clang" \
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
44 for (Function& f : *context()->module()) { in Process()
49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
74 // clang-format off in TEST_F()
88 %6 = OpTypeFunction %5 in TEST_F()
103 %2 = OpFunction %5 None %6 in TEST_F()
126 // clang-format on in TEST_F()
130 Module* module = context->module(); in TEST_F()
156 // clang-format off in TEST_F()
168 %6 = OpTypeInt 32 0 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
65 // clang-format off in TEST_F()
77 %6 = OpTypeVoid in TEST_F()
78 %7 = OpTypeFunction %6 in TEST_F()
91 %2 = OpFunction %6 None %7 in TEST_F()
132 %6 = OpTypeVoid in TEST_F()
133 %7 = OpTypeFunction %6 in TEST_F()
146 %2 = OpFunction %6 None %7 in TEST_F()
190 // clang-format on in TEST_F()
194 Module* module = context->module(); in TEST_F()
[all …]
/third_party/spirv-tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
43 for (Function& f : *context()->module()) { in Process()
48 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
73 // clang-format off in TEST_F()
87 %6 = OpTypeFunction %5 in TEST_F()
102 %2 = OpFunction %5 None %6 in TEST_F()
125 // clang-format on in TEST_F()
129 Module* module = context->module(); in TEST_F()
155 // clang-format off in TEST_F()
167 %6 = OpTypeInt 32 0 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
63 // clang-format off in TEST_F()
75 %6 = OpTypeVoid in TEST_F()
76 %7 = OpTypeFunction %6 in TEST_F()
89 %2 = OpFunction %6 None %7 in TEST_F()
130 %6 = OpTypeVoid in TEST_F()
131 %7 = OpTypeFunction %6 in TEST_F()
144 %2 = OpFunction %6 None %7 in TEST_F()
188 // clang-format on in TEST_F()
192 Module* module = context->module(); in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
44 for (Function& f : *context()->module()) { in Process()
49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
74 // clang-format off in TEST_F()
88 %6 = OpTypeFunction %5 in TEST_F()
103 %2 = OpFunction %5 None %6 in TEST_F()
126 // clang-format on in TEST_F()
130 Module* module = context->module(); in TEST_F()
156 // clang-format off in TEST_F()
168 %6 = OpTypeInt 32 0 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
65 // clang-format off in TEST_F()
77 %6 = OpTypeVoid in TEST_F()
78 %7 = OpTypeFunction %6 in TEST_F()
91 %2 = OpFunction %6 None %7 in TEST_F()
132 %6 = OpTypeVoid in TEST_F()
133 %7 = OpTypeFunction %6 in TEST_F()
146 %2 = OpFunction %6 None %7 in TEST_F()
190 // clang-format on in TEST_F()
194 Module* module = context->module(); in TEST_F()
[all …]
/third_party/benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
17 - g++-multilib
18 - libc6:i386
20 - COMPILER=g++
21 - C_COMPILER=gcc
22 - BUILD_TYPE=Debug
23 - BUILD_32_BITS=ON
24 - EXTRA_FLAGS="-m32"
[all …]
/third_party/mindspore/mindspore-src/source/scripts/pre_commit/
DREADME_CN.md1 # pre-push快速指引
3 <!-- TOC -->
5 - [pre-push快速指引](#pre-push快速指引)
6 - [本地使用pre-push步骤](#本地使用pre-push步骤)
7 - [附:常见问题QA](#附常见问题qa)
8 - [附:手动安装代码检查工具](#附手动安装代码检查工具)
9 - [Windows环境](#windows环境)
10 - [Linux环境](#linux环境)
11 - [Mac环境](#mac环境)
12 - [附:工具版本建议](#附工具版本建议)
[all …]
DREADME.md1 # pre-push Quick Guide
3 <!-- TOC -->
5 - [Pre-push Quick Guide](#pre-push-quick-guide)
6 - [Procedure for Using pre-push Locally](#procedure-for-using-pre-push-locally)
7 - [Appendix: FAQs](#appendix-faqs)
8- [Appendix: Manually Installing Code Check Tools](#appendix-manually-installing-code-check-tools)
9 - [Windows Environment](#windows-environment)
10 - [Linux Environment](#linux-environment)
11 - [macOS Environment](#macos-environment)
12 - [Appendix: Suggestions on Tool Versions](#appendix-suggestions-on-tool-versions)
[all …]
/third_party/benchmark/.github/workflows/
Dbuild-and-test.yml1 name: build-and-test
8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu
9 # (requires g++-multilib and libc6:i386)
11 # TODO: add clang + libc++ builds for ubuntu
14 runs-on: ${{ matrix.os }}
16 fail-fast: false
18 os: [ubuntu-latest, ubuntu-20.04, macos-latest]
20 compiler: [g++, clang++]
22 - displayTargetName: windows-latest-release
23 os: windows-latest
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
21 #include "spirv-tools/libspirv.hpp"
29 return alignment * ((val + alignment - 1) / alignment); in alignUp()
87 printf("-- WARNING: Disassembly does not match assembly: ---\n\n"); in compileSpirv()
89 auto splitLines = [](const std::string &str) -> std::vector<std::string> { in compileSpirv()
109 printf("\n\n---\nExpected:\n\n%s", disassembled.c_str()); in compileSpirv()
152 ASSERT_TRUE(device->IsValid()); in test()
171 size_t magic0Offset = alignElements - 1; in test()
174 size_t magic2Offset = alignUp(magic1Offset + 1, alignElements) - 1; in test()
181 VK_ASSERT(device->AllocateMemory(buffersSize, in test()
[all …]
/third_party/skia/m133/infra/bots/assets/clang_linux/
DDockerfile2 # https://github.com/llvm/llvm-project/blob/76fd4bf675b5ceeeca0e4e15cf15d89c7acf4947/llvm/utils/doc…
6 # docker pull launcher.gcr.io/google/debian10:latest && docker images --digests | grep debian10
12 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list
13 # Install compiler, python, etc. We need clang and lld because otherwise we have issues compiling
14 # compiler-rt (it fails using the built-in ld).
18 RUN apt-get update && \
19 apt-get install -y --no-install-recommends \
20 ca-certificates=20200601~deb10u2 gnupg=2.2.12-1+deb10u2 \
21 build-essential=12.6 cmake=3.13.4-1 make=4.2.1-1.2 python3=3.7.3-1 \
22 zlib1g=1:1.2.11.dfsg-1+deb10u2 wget=1.20.1-1.1 unzip=6.0-23+deb10u3 \
[all …]
/third_party/mesa3d/
D.git-blame-ignore-revs3 # git config blame.ignoreRevsFile .git-blame-ignore-revs
5 # Per git-blame(1):
7 # per line, in git-blame. Whitespace and comments beginning with # are
13 # git log -1 --pretty=format:'%n# %s%n%H%n' >> .git-blame-ignore-revs $COMMIT
15 # pvr: Fix clang-format error.
18 # panfrost: Fix up some formatting for clang-format
21 # asahi: clang-format the world again
24 # perfetto: Add a .clang-format for the directory.
27 # panfrost/winsys: Clang-format
30 # panfrost: Re-run clang-format
[all …]
/third_party/skia/m133/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile5 # Enabling backports gives us access to clang-6 and makes it more likely that
6 # 'apt-get build-dep' will install the correct dependencies.
13 # Hosts can install this by adding the stretch-backports debian source (see next RUN)
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
19 apt-get build-dep -y mesa && \
20 rm -rf /var/lib/apt/lists/*
[all …]
/third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile5 # Enabling backports gives us access to clang-6 and makes it more likely that
6 # 'apt-get build-dep' will install the correct dependencies.
13 # Hosts can install this by adding the stretch-backports debian source (see next RUN)
14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1`
15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
17 apt-get update && apt-get upgrade -y && \
18 apt-get install -y wget clang-6.0 && \
19 apt-get build-dep -y mesa && \
20 rm -rf /var/lib/apt/lists/*
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepDecoders.inc1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 // clang-format off
14 #pragma clang diagnostic push
15 #pragma clang diagnostic ignored "-Wunused-function"
55 signedDecoder<6>(MI, tmp, Decoder);
70 signedDecoder<6>(MI, tmp, Decoder);
75 #pragma clang diagnostic pop
[all …]
/third_party/skia/m133/third_party/externals/expat/expat/
Dqa.sh9 # Copyright (c) 2016-2023 Sebastian Pipping <sebastian@pipping.org>
34 set -e
35 set -o nounset
42 echo -e -n "${open}" >&2
43 echo -n "# $*" >&2
44 echo -e "${close}" >&2
52 echo -e -n "${open}" >&2
53 echo -n "WARNING: $*" >&2
54 echo -e "${close}" >&2
68 clang)
[all …]
DChanges14 !! - <blink>fixing a complex non-public security issue</blink>, !!
15 !! - teaming up on researching and fixing future security reports and !!
16 !! ClusterFuzz findings with few-days-max response times in communication !!
19 !! - implementing and auto-testing XML 1.0r5 support !!
21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
23 !! - the Windows binaries topic (needs requirements engineering first), !!
24 !! - pushing migration from `int` to `size_t` further !!
25 !! including edge-cases test coverage (needs discussion before anything). !!
27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !!
30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !!
[all …]

12345678910>>...41