Home
last modified time | relevance | path

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

12345678910>>...42

/external/libnl/.github/workflows/
Dci.yml1 name: libnl3-ci
11 clang-format:
12 runs-on: ubuntu-latest
16 - name: Install packages
18 sudo dnf install -y \
19 clang-tools-extra \
22 - name: Check out repository code
25 - name: Setup git
27 git config --global --add safe.directory "$PWD"
29 - name: Formatting with clang-format
[all …]
/external/swiftshader/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()
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/angle/third_party/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
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/google-fruit/extras/scripts/
Dci_install_osx.sh1 #!/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 …]
/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/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/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/AFLplusplus/instrumentation/
DREADME.lto.md1 # afl-clang-lto - collision free instrumentation at link time
7 1. Use afl-clang-lto/afl-clang-lto++ because the resulting binaries run
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
40 LTO options and runs our own afl-ld linker instead of the system linker.
42 have non-colliding edge coverage.
[all …]
/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/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/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/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/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
37 .. code-block:: console
[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/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/drm_hwcomposer/
D.gitlab-ci.yml5 - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
6 - if: $CI_PIPELINE_SOURCE == 'push'
12 - apt-get --quiet update --yes >/dev/null
13- apt-get --quiet install --yes clang-15 clang-tidy-15 clang-format-15 git libdrm-dev blueprint-to…
14- apt-get --quiet install --yes clang llvm make python3 wget sudo rsync lld pkg-config ninja-build…
15 - apt-get --quiet install --yes python3-mako python3-jinja2 python3-ply python3-yaml >/dev/null
18 - build
19 - tidy
20 - style
25 - mkdir -p install/arm64
[all …]
/external/drm_hwcomposer/.ci/
DDockerfile8 RUN apt-get update && apt-get upgrade -y && \
9 …apt-get install -y clang-15 clang-tidy-15 clang-format-15 git libdrm-dev blueprint-tools libgtest-
10 llvm make python3 wget sudo rsync lld pkg-config ninja-build meson \
11 python3-mako python3-jinja2 python3-ply python3-yaml
18 RUN mkdir -pv ${USER_HOME}
21 RUN userdel -r ubuntu
25 --gecos 'Build User' \
26 --shell '/usr/bin/bash' \
27 --uid ${RUN_UID} \
28 --disabled-login \
[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 …]

12345678910>>...42