Home
last modified time | relevance | path

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

12345678910>>...42

/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()
33 "%3 = OpString \"minimal.vert\"", in TEST_F()
38 "OpLine %3 10 10", in TEST_F()
40 "OpLine %3 100 100", in TEST_F()
43 "OpLine %3 1 1", in TEST_F()
45 "OpLine %3 2 2", in TEST_F()
46 "OpLine %3 3 3", in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
39 // clang-format off in TEST_F()
55 // clang-format on in TEST_F()
81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
94 ; CHECK-NEXT: OpShiftLeftLogical %uint [[five]] [[four]] in TEST_F()
96 ; CHECK-NOT: OpIMul in TEST_F()
109 // clang-format off in TEST_F()
[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()
33 "%3 = OpString \"minimal.vert\"", in TEST_F()
38 "OpLine %3 10 10", in TEST_F()
40 "OpLine %3 100 100", in TEST_F()
43 "OpLine %3 1 1", in TEST_F()
45 "OpLine %3 2 2", in TEST_F()
46 "OpLine %3 3 3", in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
39 // clang-format off in TEST_F()
55 // clang-format on in TEST_F()
81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
94 ; CHECK-NEXT: OpShiftLeftLogical %uint [[five]] [[four]] in TEST_F()
96 ; CHECK-NOT: OpIMul in TEST_F()
109 // clang-format off in TEST_F()
[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()
33 "%3 = OpString \"minimal.vert\"", in TEST_F()
38 "OpLine %3 10 10", in TEST_F()
40 "OpLine %3 100 100", in TEST_F()
43 "OpLine %3 1 1", in TEST_F()
45 "OpLine %3 2 2", in TEST_F()
46 "OpLine %3 3 3", in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
34 // clang-format off in TEST_F()
50 // clang-format on in TEST_F()
76 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
78 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
79 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
82 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
89 ; CHECK-NEXT: OpShiftLeftLogical %uint [[five]] [[four]] in TEST_F()
91 ; CHECK-NOT: OpIMul in TEST_F()
104 // clang-format off in TEST_F()
[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 …]
Dinstall_system_specific_tools.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 uname_s=$(uname -s)
24 if [ $? -eq "1" ]; then
27 gem sources --add https://gems.ruby-china.com/
28 gem install chef-utils -v 16.6.14 && gem install mdl
32 name_release=$(cat </etc/os-release | awk -F'=' '/^NAME/{print $2}')
34 # clang-format
35 echo "[INFO] prepare to install clang-format"
36 sudo apt-get install clang-format-9
39 gem -v || (sudo apt-get install -y rubygems)
[all …]
/third_party/ninja/.github/workflows/
Dlinux.yml11 runs-on: [ubuntu-latest]
15 - uses: actions/checkout@v2
16 - uses: codespell-project/actions-codespell@master
19 - name: Install dependencies
21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
22 chmod +x cmake-3.16.4-Linux-x86_64.sh
23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
26 rpm -U --quiet p7zip-16.02-20.el7.x86_64.rpm
[all …]
/third_party/protobuf/objectivec/Tests/
DGPBMessageTests+Merge.m1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
50 - (void)testProto3MergingAndZeroValues {
153 src.optionalInt32 = 3;
155 src.optionalUint32 = 3;
157 src.optionalSint32 = 3;
159 src.optionalFixed32 = 3;
161 src.optionalSfixed32 = 3;
172 XCTAssertEqual(dst.optionalInt32, 3);
174 XCTAssertEqual(dst.optionalUint32, 3U);
[all …]
/third_party/rust/crates/clang-sys/
DCHANGELOG.md1 ## [1.4.0] - 2022-09-22
4 - The value of an `EntityKind` enum variant
5 (`EntityKind::CXCursor_TranslationUnit`) has been updated for Clang 15.0 and
7 …e in `libclang`](https://github.com/llvm/llvm-project/commit/bb83f8e70bd1d56152f02307adacd718cd67e…
10 - Added support for `clang` 16.0.x
11 - Added support for `clang` 15.0.x
12 - Added support for `clang` 14.0.x
14 ## [1.3.3] - 2022-05-28
17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before
20 ## [1.3.2] - 2022-05-18
[all …]
DREADME.md1 # clang-sys
3 [![Crate](https://img.shields.io/crates/v/clang-sys.svg)](https://crates.io/crates/clang-sys)
4 [![Documentation](https://docs.rs/clang-sys/badge.svg)](https://docs.rs/clang-sys)
5 …github/workflow/status/KyleMayes/clang-sys/CI/master)](https://github.com/KyleMayes/vulkanalia/act…
6 ![MSRV](https://img.shields.io/badge/MSRV-1.40.0-blue)
10 …hat idiomatic Rust wrapper for these bindings, see [`clang-rs`](https://github.com/KyleMayes/clang…
14 ## [Documentation](https://docs.rs/clang-sys)
26 * `clang_3_5` - requires `libclang` 3.5 or later
27 * `clang_3_6` - requires `libclang` 3.6 or later
29 * `clang_15_0` - requires `libclang` 15.0 or later
[all …]
/third_party/skia/infra/bots/
Dtasks.json3 "Build-Debian10-Clang-arm-Debug-Android": {
5 "Build-Debian10-Clang-arm-Debug-Android"
8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
18 "Build-Debian10-Clang-arm-Release-Android": {
20 "Build-Debian10-Clang-arm-Release-Android"
23 "Build-Debian10-Clang-arm-Release-Android_API26": {
25 "Build-Debian10-Clang-arm-Release-Android_API26"
[all …]
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
5 PYTHON_VERSION_COMPATIBILITY = "PY2+3"
66 api.flavor.step('dm', ['dm', '--some-flag'])
71 api.flavor.step('dm', ['dm', '--some-flag'])
73 api.flavor.step('nanobench', ['nanobench', '--some-flag'])
83 'Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing',
84 'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android',
85 'Perf-Android-Clang-NVIDIA_Shield-CPU-TegraX1-arm64-Release-All-Android',
86 'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android',
87 'Perf-Android-Clang-Pixel2XL-GPU-Adreno540-arm64-Release-All-Android_Skpbench_Mskp',
[all …]
/third_party/spirv-tools/test/link/
Dbinary_version_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in CreateBinary()
41 static_cast<uint32_t>(spv::Op::OpMemoryModel) | 3u << spv::WordCountShift, in CreateBinary()
44 // clang-format on in CreateBinary()
49 // clang-format off in TEST_F()
51 CreateBinary(SPV_SPIRV_VERSION_WORD(1, 3)), in TEST_F()
52 CreateBinary(SPV_SPIRV_VERSION_WORD(1, 3)), in TEST_F()
54 // clang-format on in TEST_F()
58 EXPECT_EQ(SPV_SPIRV_VERSION_WORD(1, 3), linked_binary[1]); in TEST_F()
62 // clang-format off in TEST_F()
[all …]
/third_party/mesa3d/src/imagination/
D.clang-format38 TabWidth: 3
41 ContinuationIndentWidth: 3
43 IndentWidth: 3
44 #IndentCaseBlocks: true # Requires clang-11
46 #IndentExternBlock: NoIndent # Requires clang-11
50 AccessModifierOffset: -4 # -IndentWidth
70 #AlignConsecutiveBitFields: false # Requires clang-11
77 #AlignOperands: Align # Requires clang-11
78 #BitFieldColonSpacing: Both # Requires clang-12
81 #SpaceAroundPointerQualifiers: Both # Requires clang-12
[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()
79 OpEntryPoint Fragment %2 "main" %3 in TEST_F()
83 OpName %3 "in_upper_bound" in TEST_F()
85 OpDecorate %3 Flat in TEST_F()
86 OpDecorate %3 Location 0 in TEST_F()
93 %3 = OpVariable %10 Input in TEST_F()
112 %27 = OpLoad %7 %3 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()
79 OpEntryPoint Fragment %2 "main" %3 in TEST_F()
83 OpName %3 "in_upper_bound" in TEST_F()
85 OpDecorate %3 Flat in TEST_F()
86 OpDecorate %3 Location 0 in TEST_F()
93 %3 = OpVariable %10 Input in TEST_F()
112 %27 = OpLoad %7 %3 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()
78 OpEntryPoint Fragment %2 "main" %3 in TEST_F()
82 OpName %3 "in_upper_bound" in TEST_F()
84 OpDecorate %3 Flat in TEST_F()
85 OpDecorate %3 Location 0 in TEST_F()
92 %3 = OpVariable %10 Input in TEST_F()
111 %27 = OpLoad %7 %3 in TEST_F()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp3 // Use of this source code is governed by a BSD-style license that can be
166 mConfig = getEGLWindow()->getConfig(); in testSetUp()
167 mDisplay = getEGLWindow()->getDisplay(); in testSetUp()
178 // clang-format off in createIOSurfacePbuffer()
190 // clang-format on in createIOSurfacePbuffer()
274 for (int i = 0; i < 3; i++) in doClearTest()
357 ASSERT_NE(-1, location); in doSampleTestWithTexture()
364 GLColor expectedColor((mask & R) ? 1 : 0, (mask & G) ? 2 : 0, (mask & B) ? 3 : 0, in doSampleTestWithTexture()
430 GLColor expectedColor(1, 2, 3, 4); in doBlitTest()
460 GLColor color(3, 2, 1, 4); in TEST_P()
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Ddxc_helper.cc7 // http://www.apache.org/licenses/LICENSE-2.0
29 #pragma clang diagnostic push
30 #pragma clang diagnostic ignored "-Wreserved-id-macro"
31 #pragma clang diagnostic ignored "-Wextra-semi"
32 #pragma clang diagnostic ignored "-Wdeprecated-dynamic-exception-spec"
33 #pragma clang diagnostic ignored "-Wold-style-cast"
34 #pragma clang diagnostic ignored "-Wshadow-field-in-constructor"
35 #pragma clang diagnostic ignored "-Wconversion"
36 #pragma clang diagnostic ignored "-Wsign-conversion"
37 #pragma clang diagnostic ignored "-Wshadow"
[all …]
/third_party/skia/third_party/externals/dawn/
DDEPS19 # Dependencies required to use GN/Clang in standalone
29 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/clang/tools/clang-format.git@99803d74…
35 'package': 'gn/gn/linux-amd64',
43 'package': 'gn/gn/mac-${{arch}}',
51 'package': 'gn/gn/windows-amd64',
59 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@8fa87946779682841e21e2da97…
64 …'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@f4328ad7c0d8242d36cb5be…
68 'tools/clang': {
69 'url': '{chromium_git}/chromium/src/tools/clang@03ff857f12277f511e0a30aca44b80e8aaebafd7',
72 'tools/clang/dsymutil': {
[all …]
/third_party/gn/infra/recipes/gn.expected/
Dcipd_register.json15 "name": "infra-internal:ci"
34 "--tags",
42 "name": "infra-internal:ci"
67 "name": "infra-internal:ci"
85 "rev-parse",
92 "name": "infra-internal:ci"
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114clang/${platform} integration\n@Subdir sysroot\nfuchsia/third_party/sysroot/linux git_revision:c91…
[all …]
/third_party/skia/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
5 PYTHON_VERSION_COMPATIBILITY = "PY2+3"
30 'Build-Debian9-Clang-arm-Release-Flutter_Android_Docker',
31 'Build-Debian10-GCC-x86-Debug-Docker',
32 'Build-Debian10-GCC-x86_64-Debug-Docker',
33 'Build-Debian10-GCC-x86_64-Release-NoGPU_Docker',
34 'Build-Debian10-GCC-x86_64-Release-Shared_Docker',
35 'Build-Debian10-Clang-arm-Release-Android_API26',
36 'Build-Debian10-Clang-arm-Release-Android_ASAN',
37 'Build-Debian10-Clang-arm-Release-Chromebook_GLES',
[all …]

12345678910>>...42