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

1 2

  /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 586 // OpenMP clauses printing methods
593 /// \brief Process clauses with list of variables.
974 ArrayRef<OMPClause *> Clauses = S->clauses();
975 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
StmtProfile.cpp 263 /// \brief Process clauses with list of variables.
546 ArrayRef<OMPClause *> Clauses = S->clauses();
547 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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
215 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
217 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
77 /// \param Clauses The list of clauses for the directive.
79 void setClauses(ArrayRef<OMPClause *> Clauses);
91 /// \brief Iterates over a filtered subrange of clauses applied to a
94 /// This iterator visits only clauses of type SpecificClause
235 ArrayRef<OMPClause *> clauses() { return getClauses(); } function in class:clang::OMPExecutableDirective
237 ArrayRef<OMPClause *> clauses() const { function in class:clang::OMPExecutableDirective
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 11 /// clauses.
49 /// clauses and their data-sharing attributes.
94 /// Set of 'depend' clauses with 'sink|source' dependence kind. Required to
853 // given its type and the clauses where it appears. This table is based on
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 27 import com.android.providers.contacts.ContactsDatabaseHelper.Clauses;
232 Clauses.GROUP_HAS_ACCOUNT_AND_SOURCE_ID,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 10 /// \brief This file implements parsing of all OpenMP directives and clauses.
358 /// RAII that recreates function context for correct parsing of clauses of
361 /// The expressions appearing in the clauses of this directive are evaluated in
413 /// Parses clauses for 'declare simd' directive.
434 // Parse 'inranch|notinbranch' clauses.
482 // TODO: add parsing of other clauses.
492 /// Parse clauses for '#pragma omp declare simd'.
637 // Parse 'to|link' clauses.
784 SmallVector<OMPClause *, 5> Clauses;
    [all...]

Completed in 7782 milliseconds

1 2