Home
last modified time | relevance | path

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

12345678910>>...52

/aosp_15_r20/external/executorch/kernels/test/
H A Dop_index_put_test.cpp5 * This source code is licensed under the BSD-style license found in the
54 // clang-format off in test_dtype()
70 // clang-format on in test_dtype()
235 // clang-format off in TEST_F()
242 9., 10., 11., 12., // [0, 2, :] in TEST_F()
245 -1., -2., -3., -4., // [1, 0, :] in TEST_F()
246 -5., -6., -7., -8., // [1, 1, :] in TEST_F()
247 -9., -10., -11., -12., // [1, 2, :] in TEST_F()
249 // clang-format on in TEST_F()
251 // clang-format off in TEST_F()
[all …]
H A Dop_select_scatter_test.cpp5 * This source code is licensed under the BSD-style license found in the
46 // clang-format off in test_dtype()
64 // clang-format on in test_dtype()
66 // clang-format off in test_dtype()
75 // clang-format on in test_dtype()
77 // clang-format off in test_dtype()
86 // clang-format on in test_dtype()
127 op_select_scatter_out(x, src, dim, /*index=*/idx - x.size(dim), out); in run_test_cases()
168 // clang-format off in TEST_F()
175 9., 10., 11., 12., // [0, 2, :] in TEST_F()
[all …]
H A Dop_index_test.cpp5 * This source code is licensed under the BSD-style license found in the
54 // clang-format off in test_dtype()
72 // clang-format on in test_dtype()
140 // clang-format off in TEST_F()
147 9., 10., 11., 12., // [0, 2, :] in TEST_F()
150 -1., -2., -3., -4., // [1, 0, :] in TEST_F()
151 -5., -6., -7., -8., // [1, 1, :] in TEST_F()
152 -9., -10., -11., -12., // [1, 2, :] in TEST_F()
154 // clang-format on in TEST_F()
156 // clang-format off in TEST_F()
[all …]
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A DREADME.lto.md1 # afl-clang-lto - collision free instrumentation at link time
5 This version requires a LLVM 12 or newer.
7 1. Use afl-clang-lto/afl-clang-lto++ because the resulting binaries run
13 3. It only works with LLVM 12 or newer.
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
[all …]
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/test/
H A Dreduce_test.cpp5 * This source code is licensed under the BSD-style license found in the
57 // clang-format off in TEST()
59 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST()
64 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST()
69 // clang-format on in TEST()
73 // clang-format off in TEST()
75 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST()
76 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST()
77 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST()
78 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in TEST()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/loop_optimizations/
H A 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()
94 %12 = OpTypeFloat 32 in TEST_F()
97 %15 = OpTypeArray %12 %14 in TEST_F()
99 %17 = OpConstant %12 1 in TEST_F()
100 %18 = OpTypePointer Function %12 in TEST_F()
125 // clang-format on in TEST_F()
129 Module* module = context->module(); in TEST_F()
[all …]
H A Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
63 // clang-format off in TEST_F()
81 %12 = OpTypeBool in TEST_F()
100 %27 = OpSLessThan %12 %22 %11 in TEST_F()
136 %12 = OpTypeBool in TEST_F()
155 %38 = OpSLessThan %12 %36 %11 in TEST_F()
173 %27 = OpSLessThan %12 %22 %11 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()
[all …]
/aosp_15_r20/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()
94 %12 = OpTypeFloat 32 in TEST_F()
97 %15 = OpTypeArray %12 %14 in TEST_F()
99 %17 = OpConstant %12 1 in TEST_F()
100 %18 = OpTypePointer Function %12 in TEST_F()
125 // clang-format on in TEST_F()
129 Module* module = context->module(); in TEST_F()
[all …]
Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
63 // clang-format off in TEST_F()
81 %12 = OpTypeBool in TEST_F()
100 %27 = OpSLessThan %12 %22 %11 in TEST_F()
136 %12 = OpTypeBool in TEST_F()
155 %38 = OpSLessThan %12 %36 %11 in TEST_F()
173 %27 = OpSLessThan %12 %22 %11 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()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A 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()
94 %12 = OpTypeFloat 32 in TEST_F()
97 %15 = OpTypeArray %12 %14 in TEST_F()
99 %17 = OpConstant %12 1 in TEST_F()
100 %18 = OpTypePointer Function %12 in TEST_F()
125 // clang-format on in TEST_F()
129 Module* module = context->module(); in TEST_F()
[all …]
H A Dloop_fission.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
63 // clang-format off in TEST_F()
81 %12 = OpTypeBool in TEST_F()
100 %27 = OpSLessThan %12 %22 %11 in TEST_F()
136 %12 = OpTypeBool in TEST_F()
155 %38 = OpSLessThan %12 %36 %11 in TEST_F()
173 %27 = OpSLessThan %12 %22 %11 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()
[all …]
/aosp_15_r20/external/lz4/.github/workflows/
H A Dci.yml6 # - gcc
7 # - clang
10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'.
11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <…
12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion…
20 cancel-in-progress: true
21 group: ${{ github.workflow }}-${{ github.head_ref }}
24 lz4-c-compilers:
27 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
32 …# pkgs : apt-get package names. It can include multiple package names which are delimit…
[all …]
/aosp_15_r20/external/swiftshader/tests/VulkanUnitTests/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/
DCHANGELOG.md1 ## [1.7.0] - 2023-12-31
4 - Added support for `clang` 17.0.x
6 ## [1.6.1] - 2023-03-29
9 - Improved error message when calling a `libclang` function that is not supported by the loaded `li…
11 ## [1.6.0] - 2023-02-18
14 - MinGW directories are not searched for `libclang` instances on Windows when
16 - Bumped minimum supported Rust version (MSRV) to 1.51.0
17 - Changed Windows search directory preferences (`libclang` instances from
21 ## ~~[1.5.1] - 2023-02-05~~ (YANKED)
24 - MinGW directories are not searched for `libclang` instances on Windows when
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DAttrParsedAttrKinds.inc1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
8 \*===----------------------------------------------------------------------===*/
861 case 12: // 12 strings to match.
959 if (memcmp(Name.data()+1, "allable_when", 12) != 0)
993 if (memcmp(Name.data()+1, "pencl_global", 12) != 0)
1057 if (memcmp(Name.data()+1, "arget_clones", 12) != 0)
1061 if (memcmp(Name.data()+1, "ninitialized", 12) != 0)
1065 if (memcmp(Name.data()+1, "ec_type_hint", 12) != 0)
1069 if (memcmp(Name.data()+1, "ray_log_args", 12) != 0)
1096 if (memcmp(Name.data()+2, "ways_destroy", 12) != 0)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DAttrParsedAttrKinds.inc1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
8 \*===----------------------------------------------------------------------===*/
869 case 12: // 12 strings to match.
967 if (memcmp(Name.data()+1, "allable_when", 12) != 0)
1001 if (memcmp(Name.data()+1, "pencl_global", 12) != 0)
1076 if (memcmp(Name.data()+1, "arget_clones", 12) != 0)
1080 if (memcmp(Name.data()+1, "ninitialized", 12) != 0)
1084 if (memcmp(Name.data()+1, "ec_type_hint", 12) != 0)
1088 if (memcmp(Name.data()+1, "ray_log_args", 12) != 0)
1115 if (memcmp(Name.data()+2, "ways_destroy", 12) != 0)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DAttrParsedAttrKinds.inc1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
8 \*===----------------------------------------------------------------------===*/
869 case 12: // 12 strings to match.
967 if (memcmp(Name.data()+1, "allable_when", 12) != 0)
1001 if (memcmp(Name.data()+1, "pencl_global", 12) != 0)
1076 if (memcmp(Name.data()+1, "arget_clones", 12) != 0)
1080 if (memcmp(Name.data()+1, "ninitialized", 12) != 0)
1084 if (memcmp(Name.data()+1, "ec_type_hint", 12) != 0)
1088 if (memcmp(Name.data()+1, "ray_log_args", 12) != 0)
1115 if (memcmp(Name.data()+2, "ways_destroy", 12) != 0)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DAttrParsedAttrKinds.inc1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
8 \*===----------------------------------------------------------------------===*/
869 case 12: // 12 strings to match.
967 if (memcmp(Name.data()+1, "allable_when", 12) != 0)
1001 if (memcmp(Name.data()+1, "pencl_global", 12) != 0)
1076 if (memcmp(Name.data()+1, "arget_clones", 12) != 0)
1080 if (memcmp(Name.data()+1, "ninitialized", 12) != 0)
1084 if (memcmp(Name.data()+1, "ec_type_hint", 12) != 0)
1088 if (memcmp(Name.data()+1, "ray_log_args", 12) != 0)
1115 if (memcmp(Name.data()+2, "ways_destroy", 12) != 0)
[all …]
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dfeature-processor_test.cc8 * http://www.apache.org/licenses/LICENSE-2.0
17 #include "annotator/feature-processor.h"
19 #include "annotator/model-executor.h"
20 #include "utils/tensor-view.h"
71 dest[2] = -sparse_features.data()[0]; in AddEmbedding()
72 dest[3] = -sparse_features.data()[0]; in AddEmbedding()
91 internal::SplitTokensOnSelectionBoundaries({9, 12}, &tokens); in TEST_F()
93 // clang-format off in TEST_F()
97 Token("bař", 9, 12), in TEST_F()
98 Token("@google.com", 12, 23), in TEST_F()
[all …]
/aosp_15_r20/external/curl/.github/workflows/
H A Dmacos.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
18 - 'projects/**'
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/
H A DDockerfile.micro4 FROM python:3.9.0-buster
8 RUN echo deb http://apt.llvm.org/buster/ llvm-toolchain-buster-12 main > /etc/apt/sources.list.d/ll…
9 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
11 RUN apt-get update
13 RUN apt-get install -y zip xxd sudo
15 RUN apt-get install -y clang-12 clang-format-12
16 # Set clang-12 and clang-format-12 as the default to ensure that the pigweed
18 RUN ln -s /usr/bin/clang-12 /usr/bin/clang
19 RUN ln -s /usr/bin/clang++-12 /usr/bin/clang++
20 RUN ln -s /usr/bin/clang-format-12 /usr/bin/clang-format
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddepthwise_conv_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
175 5, 6, 11, 12, // column 3 in TEST_P()
179 -9, 10, -11, 12, // in TEST_P()
181 13, -14, 15, -16, // in TEST_P()
206 5, 6, 11, 12, // column 3 in TEST_P()
210 -9, 10, -11, 12, // in TEST_P()
212 13, -14, 15, -16, // in TEST_P()
219 1, -1, 1, -1, // in TEST_P()
220 1, -1, 1, -1, // in TEST_P()
237 5, 6, 11, 12, // column 3 in TEST_P()
[all …]
/aosp_15_r20/external/google-fruit/extras/scripts/
H A Dci_install_osx.sh1 #!/bin/bash -x
3 set -e
30 gcc-4.9) install_brew_package [email protected] ;;
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 …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A 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()
72 "%12 = OpTypeFunction %int %_ptr_Function_int %_ptr_Function_int\n" in TEST()
84 "%add_i1_i1_ = OpFunction %int None %12\n" in TEST()
93 // clang-format on in TEST()
127 // clang-format off in TEST()
149 // clang-format on in TEST()
154 // clang-format off in TEST()
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
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()
72 "%12 = OpTypeFunction %int %_ptr_Function_int %_ptr_Function_int\n" in TEST()
84 "%add_i1_i1_ = OpFunction %int None %12\n" in TEST()
93 // clang-format on in TEST()
127 // clang-format off in TEST()
149 // clang-format on in TEST()
154 // clang-format off in TEST()
[all …]

12345678910>>...52