OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clause
(Results
151 - 175
of
1198
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl.h
209
// "if then"
clause
, predicated on the specified boolean expression.
217
typedef std::pair<BoolExpr, ResultExpr>
Clause
;
219
explicit Elser(Cons<
Clause
>::List clause_list);
221
Cons<
Clause
>::List clause_list_;
240
// Case adds a single-value "case"
clause
to the switch.
243
// Cases adds a multiple-value "case"
clause
to the switch.
248
// Terminate the switch with a "default"
clause
.
358
return Caser<T>(arg, Elser(Cons<Elser::
Clause
>::List()));
/external/chromium_org/v8/
LICENSE
13
Apple Computer, Inc. and released under a 3-
clause
BSD license.
21
under a 3-
clause
BSD license.
/external/chromium_org/v8/test/mjsunit/es6/
math-log1p.js
67
// final if-
clause
: k = 0
69
// final if-
clause
: k != 0
/external/clang/test/OpenMP/
parallel_private_messages.cpp
57
#pragma omp parallel private (argc argv) // expected-error {{expected ',' or ')' in 'private'
clause
}}
72
#pragma omp parallel private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type 'int &'}}
parallel_sections_if_messages.cpp
38
#pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'if'
clause
}}
87
#pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp parallel sections' cannot contain more than one 'if'
clause
}}
for_private_messages.cpp
87
#pragma omp for shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp for'}}
102
#pragma omp for private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
152
#pragma omp for shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp for'}}
164
#pragma omp for private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
parallel_for_private_messages.cpp
87
#pragma omp parallel for nowait // expected-error {{unexpected OpenMP
clause
'nowait' in directive '#pragma omp parallel for'}}
102
#pragma omp parallel for private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
152
#pragma omp parallel for nowait // expected-error {{unexpected OpenMP
clause
'nowait' in directive '#pragma omp parallel for'}}
164
#pragma omp parallel for private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
parallel_sections_firstprivate_messages.cpp
117
#pragma omp parallel sections linear(i) // expected-error {{unexpected OpenMP
clause
'linear' in directive '#pragma omp parallel sections'}}
133
#pragma omp parallel sections firstprivate(j) // expected-error {{arguments of OpenMP
clause
'firstprivate' cannot be of reference type}}
236
#pragma omp parallel sections safelen(5) // expected-error {{unexpected OpenMP
clause
'safelen' in directive '#pragma omp parallel sections'}}
261
#pragma omp parallel sections firstprivate(j) // expected-error {{arguments of OpenMP
clause
'firstprivate' cannot be of reference type}}
parallel_sections_lastprivate_messages.cpp
117
#pragma omp parallel sections linear(i) // expected-error {{unexpected OpenMP
clause
'linear' in directive '#pragma omp parallel sections'}}
133
#pragma omp parallel sections lastprivate(j) // expected-error {{arguments of OpenMP
clause
'lastprivate' cannot be of reference type}}
222
#pragma omp parallel sections safelen(5) // expected-error {{unexpected OpenMP
clause
'safelen' in directive '#pragma omp parallel sections'}}
256
#pragma omp parallel sections lastprivate(j) // expected-error {{arguments of OpenMP
clause
'lastprivate' cannot be of reference type}}
sections_firstprivate_messages.cpp
130
#pragma omp sections linear(i) // expected-error {{unexpected OpenMP
clause
'linear' in directive '#pragma omp sections'}}
146
#pragma omp sections firstprivate(j) // expected-error {{arguments of OpenMP
clause
'firstprivate' cannot be of reference type}}
269
#pragma omp sections safelen(5) // expected-error {{unexpected OpenMP
clause
'safelen' in directive '#pragma omp sections'}}
299
#pragma omp sections firstprivate(j) // expected-error {{arguments of OpenMP
clause
'firstprivate' cannot be of reference type}}
sections_lastprivate_messages.cpp
130
#pragma omp sections linear(i) // expected-error {{unexpected OpenMP
clause
'linear' in directive '#pragma omp sections'}}
146
#pragma omp sections lastprivate(j) // expected-error {{arguments of OpenMP
clause
'lastprivate' cannot be of reference type}}
254
#pragma omp sections safelen(5) // expected-error {{unexpected OpenMP
clause
'safelen' in directive '#pragma omp sections'}}
294
#pragma omp sections lastprivate(j) // expected-error {{arguments of OpenMP
clause
'lastprivate' cannot be of reference type}}
simd_private_messages.cpp
70
#pragma omp simd shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp simd'}}
81
#pragma omp simd private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
117
#pragma omp simd shared(i) // expected-error {{unexpected OpenMP
clause
'shared' in directive '#pragma omp simd'}}
127
#pragma omp simd private(j) // expected-error {{arguments of OpenMP
clause
'private' cannot be of reference type}}
single_firstprivate_messages.cpp
106
#pragma omp single linear(i) // expected-error {{unexpected OpenMP
clause
'linear' in directive '#pragma omp single'}}
118
#pragma omp single firstprivate(j) // expected-error {{arguments of OpenMP
clause
'firstprivate' cannot be of reference type}}
197
#pragma omp single safelen(5) // expected-error {{unexpected OpenMP
clause
'safelen' in directive '#pragma omp single'}}
215
#pragma omp single firstprivate(j) // expected-error {{arguments of OpenMP
clause
'firstprivate' cannot be of reference type}}
/external/llvm/test/CodeGen/R600/
local-memory-two-objects.ll
23
; GROUP_BARRIER must be the last instruction in a
clause
25
; EG-CHECK-NEXT: ALU
clause
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
MoreDatabaseUtils.java
63
* Build a bind arg where
clause
.
70
* @return A string that can be used for bind args in a sql where
clause
.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py
14
This is done because the target of an "except"
clause
must be a
59
# Generate a new N for the except
clause
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py
14
This is done because the target of an "except"
clause
must be a
59
# Generate a new N for the except
clause
/external/chromium_org/third_party/ocmock/
README.chromium
5
License: BSD with advertising
clause
/external/chromium_org/third_party/re2/
README.chromium
7
License: BSD 3-
Clause
License
/external/chromium_org/third_party/sqlite/src/test/
tkt1444.test
25
# The use of a VIEW that contained an ORDER BY
clause
within a UNION ALL
tkt3757.test
47
# Then run a query with "t1.y IN (SELECT ..)" in the WHERE
clause
.
/external/chromium_org/v8/test/mjsunit/regress/
regress-69.js
28
// This tests a switch statement with only default
clause
leaves
/external/clang/test/Rewriter/
rewrite-modern-throw.m
34
// no catch
clause
/external/eigen/cmake/
FindEigen3.cmake
16
# Redistribution and use is allowed according to the terms of the 2-
clause
BSD license.
FindStandardMathLibrary.cmake
13
# Redistribution and use is allowed according to the terms of the 2-
clause
BSD license.
Completed in 2387 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>