HomeSort by relevance Sort by last modified time
    Searched full:clause (Results 76 - 100 of 1198) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
parallel_for_loop_messages.cpp 60 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
65 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
70 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
76 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
81 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
97 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'i'}}
132 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
137 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
158 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
164 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}
    [all...]
simd_loop_messages.cpp 51 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
56 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
61 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
67 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
72 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
88 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'i'}}
123 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
128 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
149 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
155 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}
    [all...]
simd_aligned_messages.cpp 31 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'B'}}
52 // expected-error@+1 {{argument to 'aligned' clause must be a positive integer value}}
59 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'int'}}
67 // expected-error@+1 {{argument to 'aligned' clause must be a positive integer value}}
133 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'S3'}}
136 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'int'}}
178 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'int'}}
183 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'int'}}
188 // expected-error@+2 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'S1'}}
189 // expected-error@+1 {{argument of aligned clause should be array, pointer, reference to array or reference to pointer, not 'S2'}
    [all...]
parallel_for_num_threads_messages.cpp 27 #pragma omp parallel for num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel for' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a positive integer value}}
35 #pragma omp parallel for num_threads (N) // expected-error {{argument to 'num_threads' clause must be a positive integer value}}
55 #pragma omp parallel for num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel for' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a positive integer value}}
for_loop_messages.cpp 70 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
76 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
82 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
89 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
95 // expected-error@+2 {{initialization clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
114 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'i'}}
156 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
162 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
187 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}}
194 // expected-error@+2 {{increment clause of OpenMP for loop must perform simple addition or subtraction on loop variable 'ii'}
    [all...]
simd_safelen_messages.cpp 25 // expected-error@+1 {{argument to 'safelen' clause must be a positive integer value}}
32 // expected-error@+3 2 {{directive '#pragma omp simd' cannot contain more than one 'safelen' clause}}
33 // expected-error@+2 2 {{argument to 'safelen' clause must be a positive integer value}}
44 #pragma omp simd safelen (N) // expected-error {{argument to 'safelen' clause must be a positive integer value}}
63 // expected-error@+2 2 {{directive '#pragma omp simd' cannot contain more than one 'safelen' clause}}
64 // expected-error@+1 2 {{argument to 'safelen' clause must be a positive integer value}}
parallel_if_messages.cpp 20 #pragma omp parallel if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel' cannot contain more than one 'if' clause}}
37 #pragma omp parallel if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel' cannot contain more than one 'if' clause}}
  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 11 /// Add CF_ALU. R600 Alu instructions are grouped in clause which can hold
192 // Def defines a clause local register, so check that its use will fit
193 // in the clause.
197 // Make sure we won't need to end the clause due to KCache limitations.
203 // current clause.
220 llvm_unreachable("Clause local register live at end of clause.");
239 // We put PRED_X in its own clause to ensure that ifcvt won't create
244 // clause as predicated alus).
252 // XXX: GROUP_BARRIER instructions cannot be in the same ALU clause as
    [all...]
  /external/pcre/dist/cmake/
FindReadline.cmake 13 # 2008-04-22 The next clause used to read like this:
  /frameworks/base/core/java/android/database/sqlite/
SQLiteAbortException.java 22 * or as the result of using the ABORT conflict clause.
  /dalvik/dx/tests/112-dex-return-jsr-result/
run 32 # Note: This has to be done before the test clause below.
45 # Note: This has to be done after the test clause above.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
README.chromium 5 License: BSD 3-Clause License
21 * Removed the revoked third clause from the licenses in the header files.
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl.cc 317 return Elser(Cons<Elser::Clause>::List()).ElseIf(cond, then_result);
320 Elser::Elser(Cons<Clause>::List clause_list) : clause_list_(clause_list) {
331 Cons<Clause>::Make(std::make_pair(cond, then_result), clause_list_));
358 for (Cons<Clause>::List it = clause_list_; it.get(); it = it->tail()) {
359 Clause clause = it->head(); local
361 new const IfThenResultExprImpl(clause.first, clause.second, expr));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 105 * (0:prefix search from the dictionary, 1:single clause converter, 2:Kana converter)
112 /** Converter for single/consecutive clause conversion */
121 /** Whether displaying single clause candidates or not */
124 /** A result of consecutive clause conversion */
208 /* skip to single clause conversion if single clause conversion mode */
232 /* get candidates by single clause conversion */
240 /* end of candidates by single clause conversion */
454 WnnClause clause = (WnnClause)it.next(); local
455 int len = clause.stroke.length()
562 WnnClause clause = mConvertSentence.elements.get(clausePosition); local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 66 * This method is used to consecutive/single clause convert in
71 * To get other candidates of each clause, call {@link #makeCandidateListOf(int)}.
181 * the clause which is in the result of consecutive clause
185 * @param clausePosition The position of a clause
  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 33 ** usable by indices within the WHERE clause processing logic.
36 ** that in a GROUP BY clause, the expression is evaluated twice. Hence:
44 ** The result of random()%5 in the GROUP BY clause is probably different
207 /* If this match occurs on a column that is in the USING clause
291 ** we are resolving names in the WHERE clause of the following command:
298 ** resolved by the time the WHERE clause is resolved.
463 ** column in the FROM clause. This is used by the LIMIT and ORDER BY
464 ** clause processing on UPDATE and DELETE statements.
613 ** a SELECT statement. pE is a term in an ORDER BY or GROUP BY clause.
664 Select *pSelect, /* The SELECT statement with the ORDER BY clause */
    [all...]
walker.c 92 ** FROM clause of SELECT statement p. Do not invoke the select
93 ** callback on p, but do invoke it on each FROM clause subquery
115 ** Invoke sqlite3WalkSelect() for subqueries in the FROM clause and
  /external/clang/include/clang/Basic/
OpenMPKinds.def 130 // Static attributes for 'default' clause.
134 // Static attributes for 'proc_bind' clause.
139 // Static attributes for 'schedule' clause.
  /external/llvm/test/CodeGen/R600/
fetch-limits.r600.ll 5 ; R600 supports 8 fetches in a clause
7 ; CHECK: Fetch clause
8 ; CHECK: Fetch clause
  /external/clang/lib/Basic/
OpenMPKinds.cpp 67 llvm_unreachable("Invalid OpenMP clause kind");
107 llvm_unreachable("Invalid OpenMP simple clause kind");
122 llvm_unreachable("Invalid OpenMP 'default' clause type");
132 llvm_unreachable("Invalid OpenMP 'proc_bind' clause type");
142 llvm_unreachable("Invalid OpenMP 'schedule' clause type");
162 llvm_unreachable("Invalid OpenMP simple clause kind");
  /external/chromium_org/third_party/sqlite/src/test/
tkt-31338dca7e.test 14 # fixed. Ticket [31338dca7e] demonstrates problems with the OR-clause
15 # optimization in joins where the WHERE clause is of the form
tkt3346.test 53 # FROM levels in order to view tables in the FROM clause at the top level.
55 # But ticket #3530 shows us that a subquery in the FROM clause should not
  /external/chromium_org/v8/src/
prettyprinter.h 54 void PrintCaseClause(CaseClause* clause);
83 void PrintCaseClause(CaseClause* clause);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 20 // if the lambda- expression's parameter-declaration-clause is not
43 // parameter-declaration-clause of a lambda-declarator.
  /external/llvm/docs/HistoricalNotes/
2001-05-19-ExceptionResponse.txt 10 > The finally clause in Java may need more thought. The code for this clause

Completed in 955 milliseconds

1 2 34 5 6 7 8 91011>>