OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clause
(Results
126 - 150
of
1198
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/OpenMP/
parallel_sections_private_messages.cpp
99
#pragma omp parallel sections copyprivate(i) // expected-error {{unexpected OpenMP
clause
'copyprivate' in directive '#pragma omp parallel sections'}}
115
#pragma omp parallel sections private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
179
#pragma omp parallel sections copyprivate(i) // expected-error {{unexpected OpenMP
clause
'copyprivate' in directive '#pragma omp parallel sections'}}
193
#pragma omp parallel sections private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
sections_private_messages.cpp
99
#pragma omp sections shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp sections'}}
115
#pragma omp sections private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
179
#pragma omp sections shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp sections'}}
193
#pragma omp sections private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
single_private_messages.cpp
75
#pragma omp single shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp single'}}
87
#pragma omp single private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
123
#pragma omp single shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp single'}}
133
#pragma omp single private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
parallel_reduction_messages.cpp
106
#pragma omp parallel reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP
clause
'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified variable cannot be reduction}}
126
#pragma omp parallel private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
129
#pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
131
#pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear only once in OpenMP 'reduction'
clause
}} expected-note 3 {{previously referenced here}}
137
#pragma omp parallel reduction(max : j) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
193
#pragma omp parallel reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP
clause
'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified variable cannot be reduction}}
215
#pragma omp parallel private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
218
#pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
220
#pragma omp parallel reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only once in OpenMP 'reduction'
clause
}} expected-note {{previously referenced here}}
226
#pragma omp parallel reduction(max : j) // expected-error {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}
[
all
...]
parallel_sections_reduction_messages.cpp
134
#pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP
clause
'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified variable cannot be reduction}}
174
#pragma omp parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
179
#pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
183
#pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear only once in OpenMP 'reduction'
clause
}} expected-note 3 {{previously referenced here}}
193
#pragma omp parallel sections reduction(max : j) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
279
#pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP
clause
'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified variable cannot be reduction}}
323
#pragma omp parallel sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
328
#pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
332
#pragma omp parallel sections reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only once in OpenMP 'reduction'
clause
}} expected-note {{previously referenced here}}
342
#pragma omp parallel sections reduction(max : j) // expected-error {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}
[
all
...]
sections_reduction_messages.cpp
149
#pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP
clause
'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified variable cannot be reduction}}
199
#pragma omp sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 4 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
204
#pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
209
#pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 3 {{variable can appear only once in OpenMP 'reduction'
clause
}} expected-note 3 {{previously referenced here}}
220
#pragma omp sections reduction(max : j) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
321
#pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{reduction variable with incomplete type 'S1'}} expected-error 2 {{arguments of OpenMP
clause
'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified variable cannot be reduction}}
376
#pragma omp sections private(i), reduction(+ : j), reduction(+ : q) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
381
#pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error 2 {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}}
386
#pragma omp sections reduction(+ : p), reduction(+ : p) // expected-error {{variable can appear only once in OpenMP 'reduction'
clause
}} expected-note {{previously referenced here}}
397
#pragma omp sections reduction(max : j) // expected-error {{argument of OpenMP
clause
'reduction' must reference the same object in all threads}
[
all
...]
/external/libcxxabi/test/
catch_array_01.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_array_02.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_function_01.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_function_02.cpp
10
// Can you have a catch
clause
of array type that catches anything?
/external/llvm/test/CodeGen/R600/
lds-oqap-crash.ll
5
; if an LDS instruction could fit in the current
clause
, but never finding
/external/llvm/test/Transforms/Inline/
invoke-cleanup.ll
20
; Test that the "cleanup"
clause
is kept when inlining @inner() into
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c
37
* Transform the given
clause
in the following way:
38
* 1. Replace it with an empty
clause
39
* 2. For every instruction in the original
clause
, try the given
42
* has emitted the appropriate instruction(s) into the new
clause
;
/external/regex-re2/re2/testing/
null_walker.cc
31
// can match an empty string). Returns whether this
clause
can match an
/external/wpa_supplicant_8/
COPYING
15
license option (the one with advertisement
clause
removed) is compatible
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_passphrase.sgml
71
advertisement
clause
removed).</para>
/ndk/sources/cxx-stl/gabi++/tests/
catch_array_01.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_array_02.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_function_01.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_function_02.cpp
10
// Can you have a catch
clause
of array type that catches anything?
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_array_01.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_array_02.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_function_01.cpp
10
// Can you have a catch
clause
of array type that catches anything?
catch_function_02.cpp
10
// Can you have a catch
clause
of array type that catches anything?
/external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp
427
assert(ClauseContent.size() < 128 && "ALU
clause
is too big");
433
EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &
Clause
,
435
CounterPropagateAddr(
Clause
.first, CfCount);
436
MachineBasicBlock *BB =
Clause
.first->getParent();
439
for (unsigned i = 0, e =
Clause
.second.size(); i < e; ++i) {
440
BB->splice(InsertPos, BB,
Clause
.second[i]);
442
CfCount += 2 *
Clause
.second.size();
446
EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &
Clause
,
448
Clause
.first->getOperand(0).setImm(0);
449
CounterPropagateAddr(
Clause
.first, CfCount)
[
all
...]
Completed in 469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>