| /third_party/opencl-headers/.github/workflows/ |
| D | linux.yml | 7 runs-on: ubuntu-18.04 8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 19 - C_COMPILER: gcc-7 20 CXX_COMPILER: g++-7 25 - C_COMPILER: gcc-7 26 CXX_COMPILER: g++-7 31 - C_COMPILER: gcc-7 32 CXX_COMPILER: g++-7 37 - C_COMPILER: gcc-7 38 CXX_COMPILER: g++-7 [all …]
|
| /third_party/spirv-tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 31 // Test to make sure we replace 5*8. 34 // clang-format off in TEST_F() 44 "%uint_8 = OpConstant %uint 8", in TEST_F() 46 "%8 = OpLabel", 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() [all …]
|
| D | remove_dontinline_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 37 "%8 = OpLabel", in TEST_F() 40 // clang-format on in TEST_F() 48 // clang-format off in TEST_F() 56 "%8 = OpLabel", in TEST_F() 59 // clang-format on in TEST_F() 69 // clang-format off in TEST_F() 77 "%8 = OpLabel", in TEST_F() 80 // clang-format on in TEST_F() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off 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() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Test to make sure we replace 5*8. 39 // clang-format off in TEST_F() 49 "%uint_8 = OpConstant %uint 8", in TEST_F() 51 "%8 = OpLabel", 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() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off 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() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Test to make sure we replace 5*8. 39 // clang-format off in TEST_F() 49 "%uint_8 = OpConstant %uint 8", in TEST_F() 51 "%8 = OpLabel", 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() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off 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() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-2/ |
| D | Dockerfile | 3 COPY scripts/cross-apt-packages.sh /scripts/ 4 RUN sh /scripts/cross-apt-packages.sh 7 RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list 9 RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no-install-recommends… 10 build-essential \ 11 # gcc-multilib can not be installed together with gcc-arm-linux-gnueabi 12 g++-8-multilib \ 13 libedit-dev \ 14 libgmp-dev \ 15 libisl-dev \ [all …]
|
| /third_party/mesa3d/ |
| D | .git-blame-ignore-revs | 3 # 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/ |
| D | .clang-format | 1 --- 3 # change. Make sure to install git-clang-format [1] by adding it to your 7 # $ git clang-format 8 # You can optionally use the "--" file filter to restrict formatting to certain 13 # Some clients are running on older versions of clang-format, so please limit 14 # flag choices to options supported by clang-format version 10 and below. 15 # - XcodeClangFormat: clang-format 10 16 # - bin/clang-format: clang-format 11 17 # - brew: clang-format 14 19 …//source.chromium.org/chromium/chromium/src/+/HEAD:third_party/clang-format/script/git-clang-format [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
| D | gen_mtl_internal_shaders.py | 3 # Use of this source code is governed by a BSD-style license that can be 19 template_header_boilerplate = """// GENERATED FILE - DO NOT EDIT. 23 // Use of this source code is governed by a BSD-style license that can be 56 binary = 'clang-cl.exe' 58 binary = 'clang++' 60 clang = os.path.join('..', '..', '..', '..', '..', 'third_party', 'llvm-build', 63 if not os.path.isfile(clang): 64 raise Exception('Cannot find clang') 66 return clang 96 # -------- Generate shader constants ----------- [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // 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() 90 %8 = OpTypePointer Function %7 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() 170 %8 = OpConstant %6 0 in TEST_F() 190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // 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() 89 %8 = OpTypePointer Function %7 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() 169 %8 = OpConstant %6 0 in TEST_F() 189 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // 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() 90 %8 = OpTypePointer Function %7 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() 170 %8 = OpConstant %6 0 in TEST_F() 190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| /third_party/icu/ |
| D | .travis.yml | 7 - name: "c: docs" 14 - doxygen 16 - cd icu4c/source 17 - ./runConfigureICU Linux --disable-renaming 20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options 23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)… 26 - name: "j" 31 - ant 32 - ant-optional 35 - cd icu4j [all …]
|
| /third_party/skia/m133/toolchain/ |
| D | download_windows_amd64_toolchain.bzl | 2 This file assembles a toolchain for a Windows host using the Clang Compiler. 11 (See https://bazel.build/docs/output_directories#layout-diagram) 17 # From https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.8 19 # go run bazel/gcs_mirror/gcs_mirror.go --url [clang_url] --sha256 [clang_sha256] 21 # version to include pre-builts for Windows. 22 clang_prefix = "clang+llvm-18.1.8-x86_64-pc-windows-msvc" 24 …g_url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/clang+llvm-18.1.8-x… 31 # Download the clang toolchain (the extraction can take a while) 56 "bin/llvm-ar.exe", 64 "bin/clang.exe", [all …]
|
| D | clang_layering_check.bzl | 5 See also https://maskray.me/blog/2022-09-25-layering-check-with-clang and go/layering_check 29 This is implemented using Clang module maps, which are generated for each cc_library 34 https://github.com/bazelbuild/bazel/commit/8b9f74649512ee17ac52815468bf3d7e5e71c9fa 53 "-fmodule-name=%{module_name}", 54 "-fmodule-map-file=%{module_map_file}", 62 …# https://github.com/bazelbuild/bazel/blob/8f5b626acea0086be8a314d5efbf6bc6d3473cd2/src/main/java/… 80 "-Wprivate-header", 82 "-fmodules-strict-decluse", 87 "-fmodule-map-file=%{dependent_module_map_files}", 101 textual header "lib/clang/15.0.1/include/__clang_cuda_builtin_vars.h" [all …]
|
| /third_party/rust/rust/src/doc/unstable-book/src/compiler-flags/ |
| D | sanitizer.md | 5 * [#39699](https://github.com/rust-lang/rust/issues/39699). 6 * [#89653](https://github.com/rust-lang/rust/issues/89653). 8 ------------------------ 14 forward-edge control flow protection. 18 Flow Integrity (KCFI) provides forward-edge control flow protection for 20 * [LeakSanitizer](#leaksanitizer) a run-time memory leak detector. 23 Armv8.5-A Memory Tagging Extension. 24 * [SafeStack](#safestack) provides backward-edge control flow protection by separating the stack in… 25 * [ShadowCallStack](#shadowcallstack) provides backward-edge control flow protection (aarch64 only). 28 To enable a sanitizer compile with `-Zsanitizer=address`,`-Zsanitizer=cfi`, [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/pre_commit/ |
| D | README_CN.md | 1 # 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 …]
|
| D | README.md | 1 # 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/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | ComputeTests.cpp | 7 // 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/mesa3d/src/amd/compiler/tests/ |
| D | test_d3d11_derivs.cpp | 4 * SPDX-License-Identifier: MIT 7 #include "test_d3d11_derivs-spirv.h" 12 // clang-format off 30 // clang-format on 54 // clang-format off 69 out_color = texture(tex, vec2(in_coord, -0.5)); 72 // clang-format on 78 //>> lv2: %wqm = p_start_linear_vgpr (kill)%x, -0.5 86 //>> v_mov_b32_e32 v#ry, -0.5 ; $_ 94 // clang-format off [all …]
|
| /third_party/vixl/src/ |
| D | compiler-intrinsics-vixl.h | 33 #include "globals-vixl.h" 56 // clang-format off 62 // clang-format on 66 // https://gcc.gnu.org/onlinedocs/gcc-$MAJOR.$MINOR.$PATCHLEVEL/gcc//Other-Builtins.html 68 // clang-format off 74 // clang-format on 80 // clang-format off 87 // clang-format on 94 return (value != 0) && ((value & (value - 1)) == 0); in IsPowerOf2() 112 inline int CountLeadingSignBits(V value, int width = (sizeof(V) * 8)) { [all …]
|
| /third_party/FreeBSD/ |
| D | UPDATING | 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 16 14.2-RELEASE. 19 Clang, llvm, lld, lldb, compiler-rt, libc++, libunwind and openmp have 20 been upgraded to 18.1.6. It is important that you run `make delete-old` 42 non-compliant MTAs; please see the first 8.18.1 release note in 96 Move standard include files to the clibs-dev package and move clang 97 internal libraries and headers to clang and clang-dev. Upgrading systems 101 pkg upgrade -y FreeBSD-utilities 102 pkg upgrade -y FreeBSD-utilities-dev 103 pkg upgrade -y [all …]
|