Home
last modified time | relevance | path

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

12345678910>>...43

/external/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()
98 %15 = OpTypeArray %12 %14 in TEST_F()
99 %16 = OpTypePointer Function %15 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()
177 %15 = OpTypeFloat 32 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
65 // clang-format off in TEST_F()
86 %15 = OpConstant %14 10 in TEST_F()
87 %16 = OpTypeArray %13 %15 in TEST_F()
141 %15 = OpConstant %14 10 in TEST_F()
142 %16 = OpTypeArray %13 %15 in TEST_F()
190 // clang-format on in TEST_F()
194 Module* module = context->module(); in TEST_F()
201 // Check that the loop will NOT be split when provided with a pass-through in TEST_F()
227 // clang-format off in TEST_F()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
97 %15 = OpTypeArray %12 %14 in TEST_F()
98 %16 = OpTypePointer Function %15 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()
176 %15 = OpTypeFloat 32 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
63 // clang-format off in TEST_F()
84 %15 = OpConstant %14 10 in TEST_F()
85 %16 = OpTypeArray %13 %15 in TEST_F()
139 %15 = OpConstant %14 10 in TEST_F()
140 %16 = OpTypeArray %13 %15 in TEST_F()
188 // clang-format on in TEST_F()
192 Module* module = context->module(); in TEST_F()
199 // Check that the loop will NOT be split when provided with a pass-through in TEST_F()
225 // clang-format off in TEST_F()
[all …]
/external/deqp-deps/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()
98 %15 = OpTypeArray %12 %14 in TEST_F()
99 %16 = OpTypePointer Function %15 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()
177 %15 = OpTypeFloat 32 in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
65 // clang-format off in TEST_F()
86 %15 = OpConstant %14 10 in TEST_F()
87 %16 = OpTypeArray %13 %15 in TEST_F()
141 %15 = OpConstant %14 10 in TEST_F()
142 %16 = OpTypeArray %13 %15 in TEST_F()
190 // clang-format on in TEST_F()
194 Module* module = context->module(); in TEST_F()
201 // Check that the loop will NOT be split when provided with a pass-through in TEST_F()
227 // clang-format off in TEST_F()
[all …]
/external/clang/utils/ClangVisualizers/
Dclang.natvis1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
8 For later versions of Visual Studio, no setup is required-->
11 <Type Name="clang::Type">
12 <!-- To visualize clang::Types, we need to look at TypeBits.TC to determine the actual
14 because clang::Type has no virtual members hence no RTTI).
17 "cmn": Visualization that is common to all clang::Type subclasses
18 … "poly": Visualization that is specific to the actual clang::Type subclass. The subtype-specific
19 … <DisplayString> is typically as C++-like as possible (like in dump()) with <Expand>
21 …": Only occasionally used when we need to distinguish between an ordinary view and a C++-like view.
[all …]
/external/expat/.github/workflows/
Dlinux.yml8 # Copyright (c) 2021-2022 Sebastian Pipping <sebastian@pipping.org>
36 - cron: '0 2 * * 5' # Every Friday at 2am
46 - MODE: cmake-oos
47 - MODE: distcheck
48 - MODE: qa-sh
49 FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address
50 - MODE: clang-format
51 - MODE: cmake-oos
52-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS…
53 - MODE: qa-sh
[all …]
/external/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite_test.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
55 size_t index = static_cast<const TcParseTableBase::FieldEntry*>(arg) -
56 &table->field_entries[0];
66 // clang-format off in TEST()
74 0xFFFFFFFF - 7, // 7 = fields 1, 2, and 3. in TEST()
81 // clang-format on in TEST()
133 // clang-format off in TEST_F()
141 0xFFFFFFFF - (1 << 1) - (1 << 2) // fields 2, 3 in TEST_F()
142 - (1 << 3) - (1 << 4), // fields 4, 5 in TEST_F()
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite_test.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
55 size_t index = static_cast<const TcParseTableBase::FieldEntry*>(arg) -
56 &table->field_entries[0];
66 // clang-format off in TEST()
74 0xFFFFFFFF - 7, // 7 = fields 1, 2, and 3. in TEST()
81 // clang-format on in TEST()
133 // clang-format off in TEST_F()
141 0xFFFFFFFF - (1 << 1) - (1 << 2) // fields 2, 3 in TEST_F()
142 - (1 << 3) - (1 << 4), // fields 4, 5 in TEST_F()
[all …]
/external/openscreen/cast/streaming/
Drtp_packet_parser_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
17 // clang-format off in TEST()
30 // clang-format on in TEST()
36 EXPECT_EQ(RtpPayloadType::kAudioOpus, result->payload_type); in TEST()
37 EXPECT_EQ(UINT16_C(0xbeef), result->sequence_number); in TEST()
39 result->rtp_timestamp); in TEST()
40 EXPECT_TRUE(result->is_key_frame); in TEST()
41 EXPECT_EQ(FrameId::first() + 5, result->frame_id); in TEST()
42 EXPECT_EQ(FramePacketId{0x0a0b}, result->packet_id); in TEST()
43 EXPECT_EQ(FramePacketId{0x0a0c}, result->max_packet_id); in TEST()
[all …]
Dpacket_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
17 // clang-format off in TEST()
21 0x00, 0x06, // Length of remainder of packet, in 32-bit words. in TEST()
23 0xe0, 0x73, 0x2e, 0x54, // NTP Timestamp (late evening on 2019-04-30). in TEST()
25 0x00, 0x14, 0x99, 0x70, // RTP Timestamp (15 seconds, 90kHz timebase). in TEST()
29 // clang-format on in TEST()
40 // clang-format off in TEST()
44 0x00, 0x01, // Length of remainder of packet, in 32-bit words. in TEST()
49 0b10000000 | 15, // Version=2, Padding=no, Subtype=15. in TEST()
51 0x00, 0x04, // Length of remainder of packet, in 32-bit words. in TEST()
[all …]
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_nearest_neighbor_op_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
109 // clang-format off in TEST_P()
112 // clang-format on in TEST_P()
127 // clang-format off in TEST_P()
130 // clang-format on in TEST_P()
144 // clang-format off in TEST_P()
150 // clang-format on in TEST_P()
165 // clang-format off in TEST_P()
171 // clang-format on in TEST_P()
187 // clang-format off in TEST_P()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/
DFormatIssues.csv2 `P0645 <https://wg21.link/P0645>`_,"Text Formatting","C++20",Mark de Wever,|Complete|,Clang 14
3 …//wg21.link/P1652>`_,"Printf corner cases in std::format","C++20",Mark de Wever,|Complete|,Clang 14
4 …1.link/P1892>`_,"Extended locale-specific presentation specifiers for std::format","C++20",Mark de…
5 …ecision in std::format (Implements the unicode support.)","C++20",Mark de Wever,|Complete|,Clang 14
6 …16 <https://wg21.link/P2216>`_,"std::format improvements","C++20",Mark de Wever,|Complete|,Clang 15
7 …`__,"Add support for ``std::generator``-like types to ``std::format``","C++20",Mark de Wever,|Comp…
9 …8 <https://wg21.link/P2286R8>`__","Formatting Ranges","C++23","Mark de Wever","|Complete|",Clang 16
10 …g21.link/P2508R1>`__","Exposing ``std::basic-format-string``","C++23","Mark de Wever","|Complete|"…
11 …2585R0>`__","Improving default container formatting","C++23","Mark de Wever","|Complete|", Clang 17
/external/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-latest
13 fail-fast: false
16 # x86-64 gcc
17 - arch: x86_64
18 cc_pkg: gcc-x86-64-linux-gnu
19 cxx_pkg: g++-x86-64-linux-gnu
20 cc: x86_64-linux-gnu-gcc
21 cxx: x86_64-linux-gnu-g++
23 # x86-64 clang
24 - arch: x86_64
[all …]
/external/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 …]
/external/linux-kselftest/tools/testing/selftests/bpf/
DREADME.rst7 __ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
15 would be run post-submit in the CI used by the Maintainers.
23 - clang (preferably built from sources, https://github.com/llvm/llvm-project);
24 - pahole (preferably built from sources, https://git.kernel.org/pub/scm/devel/pahole/pahole.git/);
25 - qemu;
26 - docutils (for ``rst2man``);
27 - libcap-devel.
31 .. code-block:: console
33 $ tools/testing/selftests/bpf/vmtest.sh -h
35 .. note:: The script uses pahole and clang based on host environment setting.
[all …]
/external/clang/test/Driver/
Dmsc-version.c2 // Verify -fms-compatibility-version parsing
5 … %clang -target i686-windows -fms-compatibility -fms-compatibility-version=14 -dM -E - </dev/null
7 // CHECK-MSC-VERSION-MAJOR: _MSC_BUILD 1
8 // CHECK-MSC-VERSION-MAJOR: _MSC_FULL_VER 140000000
9 // CHECK-MSC-VERSION-MAJOR: _MSC_VER 1400
11clang -target i686-windows -fms-compatibility -fms-compatibility-version=15.00 -dM -E - </dev/null…
13 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_BUILD 1
14 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_FULL_VER 150000000
15 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_VER 1500
17clang -target i686-windows -fms-compatibility -fms-compatibility-version=15.00.20706 -dM -E - </de…
[all …]
/external/toolchain-utils/compiler_wrapper/
DREADME.md5 - bundle: copies the sources and the `build.py` file into
7 - build: builds the actual go binary, assuming it is executed
12 build from there without a dependency on toolchain-utils
21 (chroot) ~/trunk/src/third_party/toolchain-utils/compiler_wrapper/install_compiler_wrapper.sh
30 into chromiumos-overlay, and new revisions of the gcc and llvm ebuilds must be
33 Copy over sources and `build.py` to chromiumos-overlay:
35 (chroot) /mnt/host/source/src/third_party/chromiumos-overlay/sys-devel/llvm/files/update_compiler_w…
38 Rename chromiumos-overlay/sys-devel/llvm/llvm-${VERSION}.ebuild to the next
40 11.0_pre394483_p20200618-r2:
42 (chroot) cd ~/trunk/src/third_party/chromiumos-overlay
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
76 LiteralTestUtil::ExpectR1Near<float>({6.f, 15.f}, actual_literal, in TEST_F()
126 input->FillWithMultiples(1.0f); in TEST_F()
140 input->FillWithMultiples(1.0f); in TEST_F()
143 return value - (3 * 4 * 5 * plane + 4 * 5 * depth + 5 * height + width); in TEST_F()
251 // clang-format off in TEST_F()
256 {13, 14, 15, 16}, in TEST_F()
258 // clang-format on in TEST_F()
260 // clang-format off in TEST_F()
265 // clang-format on in TEST_F()
[all …]
/external/llvm/test/DebugInfo/Generic/
Dvarargs.ll1 ; RUN: %llc_dwarf -O0 -filetype=obj -o %t.o %s
2 ; RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck %s
3 ; REQUIRES: object-emission
6 ; Created from tools/clang/tests/CodeGenCXX/debug-info-varargs.cpp
15 ; CHECK-NOT: DW_TAG
17 ; CHECK-NOT: DW_TAG
19 ; CHECK-NOT: DW_TAG
21 ; CHECK-NOT: DW_TAG
25 ; CHECK-NOT: DW_TAG
27 ; CHECK-NOT: DW_TAG
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/experimental/
Dfexperimental-library.compile.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This test ensures that passing `-fexperimental-library` results in experimental
12 // GCC does not support the -fexperimental-library flag
15 // AppleClang does not support the -fexperimental-library flag yet
16 // UNSUPPORTED: apple-clang-14.0
18 // Clang on AIX currently pretends that it is Clang 15, even though it is not (as of writing
19 // this, LLVM 15 hasn't even been branched yet).
20 // UNSUPPORTED: clang-15 && buildhost=aix
[all …]
/external/protobuf/objectivec/Tests/
DGPBMessageTests+Merge.m1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
50 - (void)testProto3MergingAndZeroValues {
193 - (void)testProto3MergingEnums {
251 - (void)testProto2MergeOneof {
261 //%PDDM-DEFINE MERGE2_TEST(SET_NAME, SET_VALUE, CLEARED_NAME, CLEARED_DEFAULT)
268 //%PDDM-EXPAND MERGE2_TEST(Int32, 10, Enum, Message2_Enum_Baz)
270 // clang-format off
278 // clang-format on
279 //%PDDM-EXPAND MERGE2_TEST(Int64, 11, Int32, 100)
[all …]
/external/cronet/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 {
193 - (void)testProto3MergingEnums {
251 - (void)testProto2MergeOneof {
261 //%PDDM-DEFINE MERGE2_TEST(SET_NAME, SET_VALUE, CLEARED_NAME, CLEARED_DEFAULT)
268 //%PDDM-EXPAND MERGE2_TEST(Int32, 10, Enum, Message2_Enum_Baz)
270 // clang-format off
278 // clang-format on
279 //%PDDM-EXPAND MERGE2_TEST(Int64, 11, Int32, 100)
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/utils/ci/
Dbuildkite-pipeline.yml1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
10 # This file describes the various pre-commit CI bots used to test libc++.
12 # This file should never contain logic -- all the logic must be offloaded
31 # Light pre-commit tests for things like formatting or when people forget
34 - label: "Format"
35 command: "libcxx/utils/ci/run-buildbot check-format"
37 - "**/clang-format.patch"
39 …GIT_CLANG_FORMAT: "/usr/bin/git-clang-format-${LLVM_STABLE_VERSION} --binary clang-format-${LLVM_S…
[all …]

12345678910>>...43