Home
last modified time | relevance | path

Searched +full:2 +full:- +full:clause (Results 1 – 25 of 1276) sorted by relevance

12345678910>>...52

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Frontend/OpenMP/
DClauseT.h1 //===- ClauseT.h -- clause template definitions ---------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // The general structure of any specific clause class is that it is either
14 // - a value member, named `v`, or
15 // - a tuple of values, named `t`, or
16 // - a variant (i.e. union) of values, named `u`.
19 // - EmptyTrait: the class has no data members.
20 // - WrapperTrait: the class has a single member `v`
21 // - TupleTrait: the class has a tuple member `t`
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A Dwineh-coreclr.ll1 ; RUN: llc -mtriple=x86_64-pc-windows-coreclr -verify-machineinstrs < %s | FileCheck %s
8 ; Simplified IR for pseudo-C# like the following:
13 ; f(2);
30 ; CHECK-LABEL: test1: # @test1
31 ; CHECK-NEXT: [[test1_begin:.*func_begin.*]]:
35 ; CHECK: leaq [[FPOffset:[0-9]+]](%rsp), %rbp
37 ; CHECK: movq %rsp, [[PSPSymOffset:[0-9]+]](%rsp)
39 ; CHECK-NEXT: movl $1, %ecx
40 ; CHECK-NEXT: callq f
41 ; CHECK-NEXT: [[test1_after_f1:.+]]:
[all …]
/aosp_15_r20/external/clang/test/OpenMP/
H A Dtarget_update_from_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s
10 struct S1; // expected-note 2 {{declared here}}
17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}}
18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}}
62 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
66 template <typename T, int I> // expected-note {{declared here}}
82 … update from // expected-error {{expected '(' after 'from'}} expected-error {{expected at least on… in tmain()
83-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}}… in tmain()
84 …t update from() // expected-error {{expected expression}} expected-error {{expected at least one '… in tmain()
85 …ted-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error … in tmain()
[all …]
H A Dtarget_update_to_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s
10 struct S1; // expected-note 2 {{declared here}}
17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}}
18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}}
62 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
66 template <typename T, int I> // expected-note {{declared here}}
82 …get update to // expected-error {{expected '(' after 'to'}} expected-error {{expected at least one… in tmain()
83-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}}… in tmain()
84 …get update to() // expected-error {{expected expression}} expected-error {{expected at least one '… in tmain()
85 …ted-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error … in tmain()
[all …]
H A Dfor_ordered_clause.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 %s
3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 %s
9 // expected-note@+2 4 {{declared here}}
15 struct S1; // expected-note {{declared here}}
17 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
18 T tmain(T argc, S **argv) { //expected-note 2 {{declared here}} in tmain()
21 argv[0][i] = argv[0][i] - argv[0][i - ST]; in tmain()
22 #pragma omp for ordered( // expected-error {{expected expression}} expected-error {{expected ')'}} … in tmain()
24 argv[0][i] = argv[0][i] - argv[0][i - ST]; in tmain()
[all …]
H A Dparallel_for_simd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
39 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
48 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
53 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
58 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
62 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
67 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
72 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
77 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
H A Dsimd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
4 // expected-note@+1 {{defined as threadprivate or thread local}}
30 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
39 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
44 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
49 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
53 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
58 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
63 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
68 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
H A Dfor_simd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
44 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
55 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
61 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
67 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
72 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
78 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
84 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
90 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
H A Dfor_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
27 register int reg; // expected-warning {{'register' storage class specifier is deprecated}} in test_iteration_spaces()
49 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
60 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
66 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
72 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
77 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
83 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
89 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
[all …]
H A Ddistribute_parallel_for_simd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
49 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
62 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
69 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
76 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
82 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
89 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
96 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
103 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
H A Dtarget_parallel_for_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
39 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
48 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
53 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
58 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
62 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
67 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
72 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
77 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
H A Dtarget_parallel_for_simd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
39 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
48 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
53 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
58 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
62 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
67 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
72 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
77 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/bifrost/
H A Dbi_pack.c32 bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2) in bi_pack_header() argument
37 unsigned dependency_wait = next_1 ? next_1->dependencies : 0; in bi_pack_header()
38 dependency_wait |= next_2 ? next_2->dependencies : 0; in bi_pack_header()
43 if (clause->message_type == BIFROST_MESSAGE_BARRIER) in bi_pack_header()
46 bool staging_barrier = next_1 ? next_1->staging_barrier : false; in bi_pack_header()
47 staging_barrier |= next_2 ? next_2->staging_barrier : 0; in bi_pack_header()
51 : clause->flow_control, in bi_pack_header()
52 .terminate_discarded_threads = clause->td, in bi_pack_header()
53 .next_clause_prefetch = clause->next_clause_prefetch && next_1, in bi_pack_header()
55 .staging_register = clause->staging_register, in bi_pack_header()
[all …]
H A Dbi_schedule.c50 /* State of a single tuple and clause under construction */
57 * sources. Only 3 reads are allowed, but up to 2 may spill as
65 * file and use a temporary passthrough for the value. Up to 2 such
68 bi_index forceds[2];
72 /* Is this the last tuple in the clause */
94 uint32_t constants[2];
104 uint32_t constants[2];
106 /* Index of the constant into the clause */
111 /* No flush-to-zero state assigned yet */
114 /* Never flush-to-zero */
[all …]
/aosp_15_r20/external/googleapis/google/shopping/merchant/reports/v1beta/
H A Dreports.proto7 // http://www.apache.org/licenses/LICENSE-2.0
60 string query = 2 [(google.api.field_behavior) = REQUIRED];
80 string next_page_token = 2;
93 ProductView product_view = 2;
140 // Condition on `date` is required in the `WHERE` clause.
141 google.type.Date date = 2;
154 // Merchant-provided id of the product. Segment.
164 …// level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and…
168 // [Product category (2nd
169 …// level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and…
[all …]
/aosp_15_r20/external/spdx-tools/idsearcher/
H A Didsearcher_test.go1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9 // ===== 2.1 Searcher top-level function tests =====
14 NamespacePrefix: "https://github.com/swinslow/spdx-docs/spdx-go/testdata-",
22 t.Fatalf("expected non-nil Document, got nil")
29 t.Fatalf("expected non-nil Packages, got nil")
36 t.Fatalf("expected non-nil pkg, got nil")
40 t.Fatalf("expected non-nil Files, got nil")
48 t.Fatalf("expected non-nil LicenseInfoInFiles, got nil")
62 t.Fatalf("expected non-nil LicenseInfoInFiles, got nil")
67 if fileTrailingComment.LicenseInfoInFiles[0] != "GPL-2.0-or-later" {
[all …]
/aosp_15_r20/external/python/cpython3/Doc/tutorial/
Derrors.rst1 .. _tut-errors:
12 .. _tut-syntaxerrors:
34 .. _tut-exceptions:
53 >>> '2' + 2
61 The string printed as the exception type is the name of the built-in exception
62 that occurred. This is true for all built-in exceptions, but need not be true
63 for user-defined exceptions (although it is a useful convention). Standard
64 exception names are built-in identifiers (not reserved keywords).
74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings.
77 .. _tut-handling:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DOpenMPClause.h1 //===- OpenMPClause.h - Classes for OpenMP clauses --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
50 //===----------------------------------------------------------------------===//
52 //===----------------------------------------------------------------------===//
54 /// This is a basic class for representing single OpenMP clause.
56 /// Starting location of the clause (the clause keyword).
59 /// Ending location of the clause.
62 /// Kind of the clause.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DOpenMPClause.h1 //===- OpenMPClause.h - Classes for OpenMP clauses --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
50 //===----------------------------------------------------------------------===//
52 //===----------------------------------------------------------------------===//
54 /// This is a basic class for representing single OpenMP clause.
56 /// Starting location of the clause (the clause keyword).
59 /// Ending location of the clause.
62 /// Kind of the clause.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DOpenMPClause.h1 //===- OpenMPClause.h - Classes for OpenMP clauses --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
50 //===----------------------------------------------------------------------===//
52 //===----------------------------------------------------------------------===//
54 /// This is a basic class for representing single OpenMP clause.
56 /// Starting location of the clause (the clause keyword).
59 /// Ending location of the clause.
62 /// Kind of the clause.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DOpenMPClause.h1 //===- OpenMPClause.h - Classes for OpenMP clauses --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
50 //===----------------------------------------------------------------------===//
52 //===----------------------------------------------------------------------===//
54 /// This is a basic class for representing single OpenMP clause.
56 /// Starting location of the clause (the clause keyword).
59 /// Ending location of the clause.
62 /// Kind of the clause.
[all …]
/aosp_15_r20/external/python/cpython2/Doc/tutorial/
Derrors.rst1 .. _tut-errors:
12 .. _tut-syntaxerrors:
34 .. _tut-exceptions:
53 >>> '2' + 2
61 The string printed as the exception type is the name of the built-in exception
62 that occurred. This is true for all built-in exceptions, but need not be true
63 for user-defined exceptions (although it is a useful convention). Standard
64 exception names are built-in identifiers (not reserved keywords).
74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings.
77 .. _tut-handling:
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DResultSet.java7 * under the terms of the GNU General Public License version 2 only, as
15 * version 2 for more details (a copy is included in the LICENSE file that
19 * 2 along with this work; if not, write to the Free Software Foundation,
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
73 * read in left-to-right order, and each column should be read only once.
91 * the intended columns, which can be assured with the SQL <i>AS</i> clause.
94 * in the JDBC 2.0 API (Java<sup><font size=-2>TM</font></sup> 2 SDK,
121 * a three-column row, and inserts it into <code>rs</code> and into
128 * rs.updateInt(2,35); // updates the second column to be <code>35</code>
137 * generated it is closed, re-executed, or used
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/
DResultSet.java7 * under the terms of the GNU General Public License version 2 only, as
15 * version 2 for more details (a copy is included in the LICENSE file that
19 * 2 along with this work; if not, write to the Free Software Foundation,
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
73 * read in left-to-right order, and each column should be read only once.
91 * the intended columns, which can be assured with the SQL <i>AS</i> clause.
94 * in the JDBC 2.0 API (Java<sup><font size=-2>TM</font></sup> 2 SDK,
121 * a three-column row, and inserts it into <code>rs</code> and into
128 * rs.updateInt(2,35); // updates the second column to be <code>35</code>
137 * generated it is closed, re-executed, or used
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DResultSet.java7 * under the terms of the GNU General Public License version 2 only, as
15 * version 2 for more details (a copy is included in the LICENSE file that
19 * 2 along with this work; if not, write to the Free Software Foundation,
20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
73 * read in left-to-right order, and each column should be read only once.
91 * the intended columns, which can be assured with the SQL <i>AS</i> clause.
94 * in the JDBC 2.0 API (Java<sup><font size=-2>TM</font></sup> 2 SDK,
121 * a three-column row, and inserts it into <code>rs</code> and into
128 * rs.updateInt(2,35); // updates the second column to be <code>35</code>
137 * generated it is closed, re-executed, or used
[all …]

12345678910>>...52