Home
last modified time | relevance | path

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

12345678910>>...62

/aosp_15_r20/external/clang/test/Parser/
H A Dpragma-loop.cpp1 // RUN: %clang_cc1 -std=c++11 -verify %s
4 // limitations in the -verify mode.
8 #pragma clang loop vectorize_width(V) interleave_count(I) in test_nontype_template_param()
13 #pragma clang loop vectorize_width(V + 4) interleave_count(I + 4) in test_nontype_template_param()
21 …/* expected-error {{invalid value '-1'; must be positive}} */ #pragma clang loop vectorize_width(V) in test_nontype_template_vectorize()
26 …/* expected-error {{invalid value '0'; must be positive}} */ #pragma clang loop vectorize_width(V … in test_nontype_template_vectorize()
34 …/* expected-error {{invalid value '-1'; must be positive}} */ #pragma clang loop interleave_count(… in test_nontype_template_interleave()
39 …/* expected-error {{invalid value '0'; must be positive}} */ #pragma clang loop interleave_count(2… in test_nontype_template_interleave()
47 …/* expected-error {{invalid argument of type 'char'; expected an integer type}} */ #pragma clang l… in test_nontype_template_char()
55 …/* expected-error {{invalid argument of type 'bool'; expected an integer type}} */ #pragma clang l… in test_nontype_template_bool()
[all …]
/aosp_15_r20/external/clang/docs/
H A DLibASTMatchersReference.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
14 border-bottom: 1px solid black;
25 if (row.style.display != 'table-cell')
26 row.style.display = 'table-cell';
32 <body onLoad="toggle(location.hash.substring(1, location.hash.length - 6))">
34 <!--#include virtual="../menu.html.incl"-->
46 <li><a href="#decl-matchers">Node Matchers:</a> Matchers that match a specific type of AST node.</l…
47 <li><a href="#narrowing-matchers">Narrowing Matchers:</a> Matchers that match attributes on AST nod…
48 <li><a href="#traversal-matchers">Traversal Matchers:</a> Matchers that allow traversal between AST…
72 <!-- ======================================================================= -->
[all …]
/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()
56 {3, 2, 4}, in test_dtype()
70 // clang-format on in test_dtype()
85 Tensor values = tf.ones({3, 4}); in test_dtype()
87 std::vector<int32_t> out_size{3, 2, 4}; in test_dtype()
117 Tensor values_alt = tf.zeros({3, 4}); in test_dtype()
142 input = torch.rand(2, 3, 4)
171 {2, 3, 4}, in test_dynamic_shape()
186 {2, 3, 4}, in test_dynamic_shape()
[all …]
H A Dop_tril_test.cpp5 * This source code is licensed under the BSD-style license found in the
29 // Assert `self` and `out` as zero tensors is a no-op.
34 // clang-format off in test_tril_out_zeros()
44 // clang-format on in test_tril_out_zeros()
50 // clang-format off in test_tril_out_zeros()
60 // clang-format on in test_tril_out_zeros()
65 // Assert `out` as a non-zero tensor yields correct results.
70 // clang-format off in test_tril_out_ones()
80 // clang-format on in test_tril_out_ones()
86 // clang-format off in test_tril_out_ones()
[all …]
H A Dop_amax_test.cpp5 * This source code is licensed under the BSD-style license found in the
40 // clang-format off in test_amax_out_invalid_dimensions()
42 {2, 3, 4}, in test_amax_out_invalid_dimensions()
44 0, 1, 2, 4, in test_amax_out_invalid_dimensions()
45 4, 2, 1, 0, in test_amax_out_invalid_dimensions()
46 1, 0, 4, 2, in test_amax_out_invalid_dimensions()
48 4, 2, 1, 0, in test_amax_out_invalid_dimensions()
49 0, 1, 2, 4, in test_amax_out_invalid_dimensions()
50 1, 0, 4, 2, in test_amax_out_invalid_dimensions()
52 // clang-format on in test_amax_out_invalid_dimensions()
[all …]
H A Dop_amin_test.cpp5 * This source code is licensed under the BSD-style license found in the
40 // clang-format off in test_amin_out_invalid_dimensions()
42 {2, 3, 4}, in test_amin_out_invalid_dimensions()
44 0, 1, 2, 4, in test_amin_out_invalid_dimensions()
45 4, 2, 1, 0, in test_amin_out_invalid_dimensions()
46 1, 0, 4, 2, in test_amin_out_invalid_dimensions()
48 4, 2, 1, 0, in test_amin_out_invalid_dimensions()
49 0, 1, 2, 4, in test_amin_out_invalid_dimensions()
50 1, 0, 4, 2, in test_amin_out_invalid_dimensions()
52 // clang-format on in test_amin_out_invalid_dimensions()
[all …]
H A Dop_constant_pad_nd_test.cpp5 * This source code is licensed under the BSD-style license found in the
41 const std::vector<int32_t> sizes = {2, 4, 4}; in test_constant_pad_nd_out_dim2()
42 const std::vector<int32_t> sizes_out = {2, 4, 6}; in test_constant_pad_nd_out_dim2()
45 // clang-format off in test_constant_pad_nd_out_dim2()
49 1, 2, 3, 4, in test_constant_pad_nd_out_dim2()
51 1, 2, 3, 4, in test_constant_pad_nd_out_dim2()
54 1, 2, 3, 4, in test_constant_pad_nd_out_dim2()
56 1, 2, 3, 4, in test_constant_pad_nd_out_dim2()
59 // clang-format on in test_constant_pad_nd_out_dim2()
61 // clang-format off in test_constant_pad_nd_out_dim2()
[all …]
H A Dop_embedding_test.cpp5 * This source code is licensed under the BSD-style license found in the
48 // clang-format off in test_dtype()
53 3, 4, in test_dtype()
60 // clang-format on in test_dtype()
97 Tensor indices = tf_indices.make({2, 4}, {1, 2, 4, 5, 4, 3, 2, 9}); in test_dynamic_shape()
99 {2, 4, 3}, in test_dynamic_shape()
117 // clang-format off in TEST_F()
124 // clang-format on in TEST_F()
127 // clang-format off in TEST_F()
129 // clang-format on 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()
56 {3, 2, 4}, in test_dtype()
72 // clang-format on in test_dtype()
140 // clang-format off in TEST_F()
142 {2, 3, 4}, in TEST_F()
145 1., 2., 3., 4., // [0, 0, :] 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()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dresize_nearest_neighbor_op_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
102 // 3, 4 in TEST_P()
103 AddInputFromArray<float>(TensorShape({1, 2, 2, 1}), {1, 2, 3, 4}); in TEST_P()
109 // clang-format off in TEST_P()
112 // clang-format on in TEST_P()
120 // 3, 4 in TEST_P()
121 AddInputFromArray<float>(TensorShape({1, 2, 2, 1}), {1, 2, 3, 4}); in TEST_P()
127 // clang-format off in TEST_P()
130 // clang-format on in TEST_P()
137 // 3, 4 in TEST_P()
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/
H A DBreakableToken-reduced.ll1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 -enable-shrink-wrap=true %s -o - | Fil…
3 ; Test the use of a non-R0 register to save/restore the LR in function
14 ; llc -stop-after stack-slot-coloring BreakableToken-reduced.ll > BreakableToken-reduced.mir
18 ; llc -start-after stack-slot-coloring -stop-after prologepilog BreakableToken-reduced.mir
28 target datalayout = "e-m:e-i64:64-n32:64"
29 target triple = "powerpc64le-unknown-linux-gnu"
31 %"class.clang::format::BreakableStringLiteral" = type { %"class.clang::format::BreakableSingleLineT…
32 %"class.clang::format::BreakableSingleLineToken" = type { %"class.clang::format::BreakableToken", i…
33 %"class.clang::format::BreakableToken" = type { i32 (...)**, %"struct.clang::format::FormatToken"*,…
35clang::format::FormatToken" = type <{ %"class.clang::Token", i32, i8, [3 x i8], %"class.clang::Sou…
[all …]
/aosp_15_r20/out/soong/.intermediates/system/libartpalette/libartpalette-system/android_arm64_armv8-2a_cortex-a55_shared/
Dlibartpalette-system.so.lsdump9 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
17 "source_file" : "system/libbase/include/android-base/file.h"
20 "alignment" : 4,
25 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ranges/access.h"
28 "alignment" : 4,
36 "alignment" : 4,
41 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
49 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
73 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
76 "alignment" : 4,
[all …]
Dlibartpalette-system.so.apex.lsdump9 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
17 "source_file" : "system/libbase/include/android-base/file.h"
20 "alignment" : 4,
25 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ranges/access.h"
28 "alignment" : 4,
36 "alignment" : 4,
41 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
49 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
73 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
76 "alignment" : 4,
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/rs/libRS/android_arm64_armv8-2a_cortex-a55_shared/
DlibRS.so.llndk.lsdump9 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
12 "alignment" : 4,
19 "alignment" : 4,
24 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ranges/access.h"
27 "alignment" : 4,
32 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/array"
40 …"source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/is_conv…
43 "alignment" : 4,
51 "alignment" : 4,
56 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
[all …]
DlibRS.so.lsdump9 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
12 "alignment" : 4,
19 "alignment" : 4,
24 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ranges/access.h"
27 "alignment" : 4,
32 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/array"
40 …"source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/is_conv…
43 "alignment" : 4,
51 "alignment" : 4,
56 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow/lite/kernels/libtflite_kernel_utils/android_arm64_armv8-2a_cortex-a55_static_apex30_sabi/obj/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils.sdump9 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
12 "alignment" : 4,
17 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ranges/access.h"
20 "alignment" : 4,
28 "alignment" : 4,
33 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
41 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/string"
57 "source_file" : "prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/tables.h"
60 "alignment" : 4,
68 "alignment" : 4,
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_recovery_arm64_armv8-2a_cortex-a55/obj/external/minijail/
Dgen_constants.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_arm64_armv8-2a_cortex-a55_apex31/obj/external/minijail/
Dgen_constants.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_arm64_armv8-2a_cortex-a55/obj/external/minijail/
Dgen_constants.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_arm64_armv8-2a_cortex-a55_apex10000/
Dlibminijail_gen_constants_obj.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_arm64_armv8-2a_cortex-a55_apex31/
Dlibminijail_gen_constants_obj.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_arm64_armv8-2a_cortex-a55_apex10000/obj/external/minijail/
Dgen_constants.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_arm64_armv8-2a_cortex-a55/
Dlibminijail_gen_constants_obj.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/minijail/libminijail_gen_constants_obj/android_recovery_arm64_armv8-2a_cortex-a55/
Dlibminijail_gen_constants_obj.o2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
9 #define __clang_version__ "19.0.1 (https://android.googlesource.com/toolchain/llvm-project b3a530ec…
10 #define __GNUC__ 4
18 #define __ATOMIC_ACQ_REL 4
24 #define __MEMORY_SCOPE_SINGLE 4
29 #define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4
41 … +pgo, +bolt, +lto, +mlgo, based on r536225) Clang 19.0.1 (https://android.googlesource.com/toolch…
44 #define __clang_literal_encoding__ "UTF-8"
45 #define __clang_wide_literal_encoding__ "UTF-32"
[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
55 Tensor in = tf.zeros({2, 4, 5, 3}); in TEST()
57 // clang-format off in TEST()
58 EXPECT_TENSOR_EQ(in, tf.make({2, 4, 5, 3}, { 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()
71 in = tf.zeros({2, 4, 5, 3}); in TEST()
73 // clang-format off in TEST()
74 EXPECT_TENSOR_EQ(in, tf.make({2, 4, 5, 3}, { in TEST()
[all …]

12345678910>>...62