Home
last modified time | relevance | path

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

1234

/external/clang/include/clang/Basic/
DOpenMPKinds.def1 //===--- OpenMPKinds.def - OpenMP directives and clauses list ---*- C++ -*-===//
11 /// clauses.
67 // OpenMP clauses.
107 // TODO more clauses allowed for directive 'omp for'.
124 // TODO more clauses allowed for directive 'omp single'.
/external/owasp/sanitizer/tools/findbugs/doc/
DFilterFile.txt24 Types of Match clauses:
40 <Or> combines Match clauses as disjuncts. I.e., you can put two
47 Match clauses can only match information that is actually contained in the
54 Only the FIRST (primary) class is matched against Match clauses.
57 two Match clauses:
68 you can put Method clauses in the Match element and they should work
/external/chromium_org/v8/src/
Drewriter.cc177 ZoneList<CaseClause*>* clauses = node->cases(); in VisitSwitchStatement() local
179 for (int i = clauses->length() - 1; i >= 0; --i) { in VisitSwitchStatement()
180 CaseClause* clause = clauses->at(i); in VisitSwitchStatement()
Dtyping.cc201 ZoneList<CaseClause*>* clauses = stmt->cases(); in VisitSwitchStatement() local
205 for (int i = 0; i < clauses->length(); ++i) { in VisitSwitchStatement()
206 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.h151 OMPClause *getClause(unsigned i) const { return clauses()[i]; } in getClause()
168 ArrayRef<OMPClause *> clauses() { return getClauses(); } in clauses() function
170 ArrayRef<OMPClause *> clauses() const { in clauses() function
/external/llvm/test/CodeGen/R600/
Dvtx-fetch-branch.ll3 ; This tests for a bug where vertex fetch clauses right before an ENDIF
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp56 for (auto C : S.clauses()) { in EmitOMPSimdDirective()
/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
/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