Home
last modified time | relevance | path

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

12345678910>>...47

/external/clang/test/Parser/
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 …]
/external/tensorflow/tensorflow/core/kernels/image/
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 …]
/external/llvm/test/CodeGen/PowerPC/
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 …]
/external/clang/docs/
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 …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
55 "OpLine %3 4 5" in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
73 text.insert(text.begin() + 4, more_text.cbegin(), more_text.cend()); in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
34 // clang-format off in TEST_F()
41 "%4 = OpTypeFunction %void", in TEST_F()
45 "%main = OpFunction %void None %4", in TEST_F()
50 // clang-format on in TEST_F()
73 %4 = OpTypeFunction %void 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 …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
55 "OpLine %3 4 5" in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
73 text.insert(text.begin() + 4, more_text.cbegin(), more_text.cend()); in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
34 // clang-format off in TEST_F()
41 "%4 = OpTypeFunction %void", in TEST_F()
45 "%main = OpFunction %void None %4", in TEST_F()
50 // clang-format on in TEST_F()
73 %4 = OpTypeFunction %void 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 …]
/external/angle/third_party/spirv-tools/src/test/opt/
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
48 "OpLine %3 4 4", in TEST_F()
51 "OpLine %3 4 4", in TEST_F()
55 "OpLine %3 4 5" in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
73 text.insert(text.begin() + 4, more_text.cbegin(), more_text.cend()); in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
[all …]
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
34 // clang-format off in TEST_F()
41 "%4 = OpTypeFunction %void", in TEST_F()
45 "%main = OpFunction %void None %4", in TEST_F()
50 // clang-format on in TEST_F()
73 %4 = OpTypeFunction %void 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 …]
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dsigned_quantized_split_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
40 for (int i = -1; i < 1; i++) {
41 // clang-format off
47 // clang-format on
63 for (int i = -2; i < 2; i++) {
67 // clang-format off
73 // clang-format on
89 for (int i = -3; i < -2; i++) {
93 // clang-format off
99 // clang-format on
[all …]
Dunsigned_quantized_split_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
40 for (int i = -1; i < 1; i++) {
41 // clang-format off
47 // clang-format on
63 for (int i = -2; i < 2; i++) {
67 // clang-format off
73 // clang-format on
89 for (int i = -3; i < -2; i++) {
93 // clang-format off
99 // clang-format on
[all …]
Dsplit_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
40 for (int i = -1; i < 1; i++) {
41 // clang-format off
47 // clang-format on
63 for (int i = -2; i < 2; i++) {
67 // clang-format off
73 // clang-format on
89 for (int i = -3; i < 3; i++) {
93 // clang-format off
99 // clang-format on
[all …]
/external/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
64 api.flavor.step('dm', ['dm', '--some-flag'])
69 api.flavor.step('dm', ['dm', '--some-flag'])
71 api.flavor.step('nanobench', ['nanobench', '--some-flag'])
81 'Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing',
82 'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android',
83 'Perf-Android-Clang-NVIDIA_Shield-CPU-TegraX1-arm64-Release-All-Android',
84 'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android',
85 'Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_Vulkan',
86 'Perf-Android-Clang-Pixel6-GPU-Adreno620-arm64-Release-All-Android',
[all …]
/external/openscreen/discovery/mdns/
Dmdns_writer_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
36 std::vector<uint8_t> buffer(entry.MaxWireSize() - 1); in TestWriteEntryInsufficientBuffer()
47 // clang-format off in TEST()
53 // clang-format on in TEST()
62 // clang-format off in TEST()
73 // clang-format on in TEST()
86 // clang-format off in TEST()
95 // clang-format on in TEST()
111 // clang-format off in TEST()
113 0x32, '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '1', '2', '3', in TEST()
[all …]
/external/libcxx/test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/
Dliterals.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: clang-5, clang-6, clang-7
11 // UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8, apple-clang-9, apple-clang-10
28 ASSERT_NOEXCEPT( 4d); in main()
29 ASSERT_SAME_TYPE(day, decltype(4d)); in main()
32 day d1 = 4d; in main()
33 assert (d1 == day(4)); in main()
38 ASSERT_NOEXCEPT( 4d); in main()
39 ASSERT_SAME_TYPE(std::chrono::day, decltype(4d)); in main()
[all …]
/external/python/cpython2/Lib/test/
Dtest__osx_support.py67 'cc not found - check xcode-select')
75 'CC': 'gcc-test -pthreads',
78 'CC': 'clang -pthreads',
81 newvalue = 'clang -pthreads'
89 'CC': 'gcc-test -pthreads',
92 'CC': 'clang -pthreads',
96 newvalue = 'clang -pthreads'
102 'CC': 'gcc-test -pthreads',
106 newvalue = 'gcc-test -pthreads'
114 self.assertEqual(mac_ver_tuple >= (10, 4),
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Drfft2d_test.cc7 http://www.apache.org/licenses/LICENSE-2.0
62 Rfft2dOpModel model({TensorType_FLOAT32, {4, 4}}, {TensorType_INT32, {2}}); in TEST()
63 // clang-format off in TEST()
65 {1, 2, 3, 4, in TEST()
69 // clang-format on in TEST()
70 model.PopulateTensor<int32_t>(model.fft_lengths(), {4, 4}); in TEST()
74 {75, 0}, {-6, -1}, {9, 0}, {-10, 5}, {-3, 2}, {-6, 11}, in TEST()
75 {-15, 0}, {-2, 13}, {-5, 0}, {-10, -5}, {3, -6}, {-6, -11}}; in TEST()
80 Rfft2dOpModel model({TensorType_FLOAT32, {4, 5}}, {TensorType_INT32, {2}}); in TEST()
81 // clang-format off in TEST()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
D.travis.yml7 - cmake
8 - lcov
9 - clang-tools-7
10 - valgrind
14 - os: linux
17 - os: linux
18 compiler: clang
20 - os: linux
23 - os: linux
24 compiler: clang
[all …]
/external/clang/test/Misc/
Dast-print-pragmas.cpp1 // RUN: %clang_cc1 -ast-print %s -o - | FileCheck %s
2 // RUN: %clang_cc1 -DMS_EXT -fsyntax-only -fms-extensions %s -triple x86_64-pc-win32 -ast-print | F…
7 // CHECK: #pragma clang loop interleave_count(8)
8 // CHECK-NEXT: #pragma clang loop vectorize_width(4)
12 #pragma clang loop vectorize_width(4) in test()
13 #pragma clang loop interleave_count(8) in test()
14 // CHECK-NEXT: while (i < Length) in test()
20 // CHECK: #pragma clang loop interleave(disable) in test()
21 // CHECK-NEXT: #pragma clang loop vectorize(enable) in test()
22 // CHECK-NEXT: #pragma clang loop distribute(disable) in test()
[all …]
/external/python/cpython3/Lib/test/
Dtest__osx_support.py65 'cc not found - check xcode-select')
73 'CC': 'gcc-test -pthreads',
76 'CC': 'clang -pthreads',
79 newvalue = 'clang -pthreads'
87 'CC': 'gcc-test -pthreads',
90 'CC': 'clang -pthreads',
94 newvalue = 'clang -pthreads'
100 'CC': 'gcc-test -pthreads',
104 newvalue = 'gcc-test -pthreads'
112 self.assertEqual(mac_ver_tuple >= (10, 4),
[all …]
/external/clang/test/Driver/
Dlinux-header-search.cpp5 // the installation path of Clang.
6 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
7 // RUN: -target x86_64-unknown-linux-gnu \
8 // RUN: -stdlib=libc++ \
9 // RUN: -ccc-install-dir %S/Inputs/basic_linux_tree/usr/bin \
10 // RUN: --sysroot=%S/Inputs/basic_linux_libcxx_tree \
11 // RUN: --gcc-toolchain="" \
12 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s
13 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
14 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]"
[all …]
/external/clang/test/PCH/
Dpragma-loop.cpp1 // RUN: %clang_cc1 -emit-pch -o %t.a %s
2 // RUN: %clang_cc1 -include-pch %t.a %s -ast-print -o - | FileCheck %s
7 // CHECK: #pragma clang loop unroll_count(16)
8 // CHECK: #pragma clang loop interleave_count(8)
9 // CHECK: #pragma clang loop vectorize_width(4)
10 // CHECK: #pragma clang loop distribute(enable)
11 // CHECK: #pragma clang loop unroll(disable)
12 // CHECK: #pragma clang loop interleave(disable)
13 // CHECK: #pragma clang loop vectorize(enable)
14 // CHECK: #pragma clang loop distribute(disable)
[all …]
/external/libpcap/
Ddiag-control.h1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */
18 * 4. Neither the name of the University nor of the Laboratory may be used
38 #include "pcap/compiler-tests.h"
40 #if PCAP_IS_AT_LEAST_CLANG_VERSION(2,8) || PCAP_IS_AT_LEAST_GNUC_VERSION(4,6)
42 * Clang and GCC both support this way of putting pragmas into #defines.
91 * This is Clang 2.8 or later; we can use "clang diagnostic
92 * ignored -Wxxx" and "clang diagnostic push/pop".
94 * Suppress -Wdocumentation warnings; GCC doesn't support -Wdocumentation,
96 * generates code that upsets at least some versions of Clang's
97 * -Wdocumentation.
[all …]
/external/clang/test/CodeGenCXX/
Dpragma-loop.cpp1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm -o - %s | FileCheck %s
3 // Verify while loop is recognized after sequence of pragma clang loop directives.
8 #pragma clang loop vectorize(enable) in while_test()
9 #pragma clang loop interleave_count(4) in while_test()
10 #pragma clang loop vectorize_width(4) in while_test()
11 #pragma clang loop unroll(full) in while_test()
12 #pragma clang loop distribute(enable) in while_test()
20 // Verify do loop is recognized after multi-option pragma clang loop directive.
24 #pragma clang loop vectorize_width(8) interleave_count(4) unroll(disable) distribute(disable) in do_test()
32 enum struct Tuner : short { Interleave = 4, Unroll = 8 };
[all …]

12345678910>>...47