HomeSort by relevance Sort by last modified time
    Searched refs:Clauses (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/AST/
StmtOpenMP.cpp 20 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) {
21 assert(Clauses.size() == getNumClauses() &&
22 "Number of clauses is not the same as the preallocated buffer");
23 std::copy(Clauses.begin(), Clauses.end(), getClauses().begin());
59 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) {
63 C.Allocate(Size + sizeof(OMPClause *) * Clauses.size() + sizeof(Stmt *));
65 new (Mem) OMPParallelDirective(StartLoc, EndLoc, Clauses.size());
66 Dir->setClauses(Clauses);
85 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt
    [all...]
StmtPrinter.cpp 585 // OpenMP clauses printing methods
592 /// \brief Process clauses with list of variables.
910 ArrayRef<OMPClause *> Clauses = S->clauses();
911 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
StmtProfile.cpp 262 /// \brief Process clauses with list of variables.
484 ArrayRef<OMPClause *> Clauses = S->clauses();
485 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h 11 /// clauses.
41 /// \brief Numbers of clauses.
45 /// \brief Offset from this to the start of clauses.
46 /// There are NumClauses pointers to clauses, they are followed by
51 /// \brief Get the clauses storage.
78 /// \param Clauses The list of clauses for the directive.
80 void setClauses(ArrayRef<OMPClause *> Clauses);
92 /// \brief Iterates over a filtered subrange of clauses applied to a
95 /// This iterator visits only clauses of type SpecificClause
216 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
218 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 11 /// clauses.
67 /// clauses and their data-sharing attributes.
760 // given its type and the clauses where it appears. This table is based on
762 // OpenMP 4.5 [2.15.5, Data-mapping Attribute Rules and Clauses].
814 // values requires having the map, private, and firstprivate clauses SEMA
    [all...]
TreeTransform.h     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 26 import com.android.providers.contacts.ContactsDatabaseHelper.Clauses;
231 Clauses.GROUP_HAS_ACCOUNT_AND_SOURCE_ID,
ContactsDatabaseHelper.java 340 public interface Clauses {
    [all...]
ContactsProvider2.java 130 import com.android.providers.contacts.ContactsDatabaseHelper.Clauses;
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 10 /// \brief This file implements parsing of all OpenMP directives and clauses.
173 SmallVector<OMPClause *, 5> Clauses;
285 Clauses.push_back(Clause);
319 AssociatedStmt = Actions.ActOnOpenMPRegionEnd(AssociatedStmt, Clauses);
322 DKind, DirName, CancelRegion, Clauses, AssociatedStmt.get(), Loc,
407 /// \brief Parsing of OpenMP clauses.
555 /// \brief Parsing of OpenMP clauses with single expressions like 'final',
609 /// \brief Parsing of simple OpenMP clauses like 'default' or 'proc_bind'.
640 /// \brief Parsing of OpenMP clauses like 'ordered'.
674 /// \brief Parsing of OpenMP clauses with single expressions and some additiona
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.core_2.2.0.v20100429.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 293 milliseconds