Home
last modified time | relevance | path

Searched refs:clauses (Results 1 – 25 of 94) sorted by relevance

1234

/external/clang/include/clang/Basic/
DOpenMPKinds.def1 //===--- OpenMPKinds.def - OpenMP directives and clauses list ---*- C++ -*-===//
11 /// clauses.
33 // OpenMP clauses.
/external/v8/src/
Drewriter.cc184 ZoneList<CaseClause*>* clauses = node->cases(); in VisitSwitchStatement() local
186 for (int i = clauses->length() - 1; i >= 0; --i) { in VisitSwitchStatement()
187 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
/external/chromium_org/v8/src/
Drewriter.cc200 ZoneList<CaseClause*>* clauses = node->cases(); in VisitSwitchStatement() local
202 for (int i = clauses->length() - 1; i >= 0; --i) { in VisitSwitchStatement()
203 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
Dtyping.cc153 ZoneList<CaseClause*>* clauses = stmt->cases(); in VisitSwitchStatement() local
158 for (int i = 0; i < clauses->length(); ++i) { in VisitSwitchStatement()
159 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
200 for (int i = 0; i < clauses->length(); ++i) { in VisitSwitchStatement()
201 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
/external/chromium_org/content/child/npapi/
Dwebplugin_ime_win.cc43 std::vector<int> clauses, in CompositionUpdated() argument
74 for (size_t i = 0; i < clauses.size(); ++i) in CompositionUpdated()
75 composition_clauses_.push_back(clauses[i]); in CompositionUpdated()
Dwebplugin_ime_win.h97 std::vector<int> clauses,
/external/clang/include/clang/AST/
DStmtOpenMP.h348 ArrayRef<OMPClause *> clauses() { return Clauses; } in clauses() function
350 ArrayRef<OMPClause *> clauses() const { return Clauses; } in clauses() function
/external/chromium_org/third_party/sqlite/src/test/
Dselect3.test13 # GROUP BY and HAVING clauses of SELECT statements.
52 # Try some basic GROUP BY clauses
127 # Toss in some HAVING clauses
Dwhere8m.test13 # of WHERE clauses that feature the OR operator.
Din2.test56 # clauses, as it is impossible for persistent b-trees (SQL tables +
Dcollate5.test15 # GROUP BY clauses that use user-defined collation sequences.
218 # feature ORDER BY clauses.
De_delete.test246 # EVIDENCE-OF: R-28691-49464 The INDEXED BY and NOT INDEXED clauses are
269 # EVIDENCE-OF: R-64942-06615 The LIMIT and ORDER BY clauses (described
288 # BY and LIMIT clauses:
427 # LIMIT and OFFSET clauses to determine the subset that are actually
De_update.test26 # e_update-3.*: Test the special LIMIT/OFFSET and ORDER BY clauses that can
440 # EVIDENCE-OF: R-19619-42762 The INDEXED BY and NOT INDEXED clauses are
461 # EVIDENCE-OF: R-57359-59558 The LIMIT and ORDER BY clauses for UPDATE
496 # clauses
576 # LIMIT and OFFSET clauses to determine which are actually updated.
Djoin4.test14 # clauses that restrict the scope of the left term of the join.
Djoin5.test14 # clauses that restrict the scope of the left term of the join.
Dbetween.test12 # focus of this file is testing the use of indices in WHERE clauses
Dcollate4.test49 # collate4-2.* WHERE clauses.
58 # selected or not selected to implement ORDER BY clauses when
316 # selected or not selected to implement WHERE clauses when user
319 # Indices may optimise WHERE clauses using <, >, <=, >=, = or IN
Dcollate6.test48 # in WHEN clauses.
Dselect9.test16 # that have any or all of an ORDER BY, LIMIT or OFFSET clauses. As of
174 # Test some 2-way UNION ALL queries. No WHERE clauses.
272 # except that the simple select statements have WHERE clauses attached
Dfts2r.test27 # queries with no WHERE clause, or for WHERE clauses which cannot be
Dfts3e.test27 # queries with no WHERE clause, or for WHERE clauses which cannot be
/external/chromium_org/content/plugin/
Dwebplugin_delegate_stub.h87 const std::vector<int>& clauses,
Dwebplugin_delegate_stub.cc343 const std::vector<int>& clauses, in OnImeCompositionUpdated() argument
347 delegate_->ImeCompositionUpdated(text, clauses, target, cursor_position); in OnImeCompositionUpdated()
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt104 handling is *very* impractical. Also, the "with" clauses describe the
133 d->~D(); // destruct D as it goes out of scope when entering catch clauses
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.h84 const std::vector<int>& clauses,

1234