HomeSort by: relevance | last modified time | path
    Searched refs:OpenMPDependClauseKind (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h 53 enum OpenMPDependClauseKind {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp 45 return llvm::StringSwitch<OpenMPDependClauseKind>(Str)
112 return llvm::StringSwitch<OpenMPDependClauseKind>(Str)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 109 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
113 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr)
1893 OpenMPDependClauseKind NewDepKind, SourceLocation Loc);
CGOpenMPRuntime.cpp 4586 static RTLDependenceKindTy translateDependencyKind(OpenMPDependClauseKind K) {
5063 OpenMPDependClauseKind NewDepKind,
  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 383 OpenMPDependClauseKind DK, SourceLocation EndLoc) {
385 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1),
400 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1),
998 Expr *DepModifier, OpenMPDependClauseKind DepKind,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 1886 OpenMPDependClauseKind> {
1913 void setDependencyKind(OpenMPDependClauseKind DK) {
1915 *getTrailingObjects<OpenMPDependClauseKind>() = DK;
1952 OpenMPDependClauseKind DK,
1993 OpenMPDependClauseKind getDependencyKind() const {
1995 return *getTrailingObjects<OpenMPDependClauseKind>();
4525 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
4562 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; }
4589 OpenMPDependClauseKind DepKind,
4603 OpenMPDependClauseKind getDependencyKind() const { return DepKind;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10913 OMPClause *ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,
11133 ActOnOpenMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 14065 Res = ActOnOpenMPUpdateClause(static_cast<OpenMPDependClauseKind>(Argument),
14259 OMPClause *Sema::ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,
15094 DepModOrTailExpr, static_cast<OpenMPDependClauseKind>(ExtraModifier),
17759 Sema::ActOnOpenMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind,
TreeTransform.h 1885 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 12101 C->setDependencyKind(Record.readEnum<OpenMPDependClauseKind>());
12481 static_cast<OpenMPDependClauseKind>(Record.readInt()));

Completed in 66 milliseconds