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

  /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/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/AST/
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...]
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...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 340 public interface Clauses {
    [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 295 milliseconds