Home
last modified time | relevance | path

Searched refs:OpenMPDependClauseKind (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h76 enum OpenMPDependClauseKind { enum
/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h53 enum OpenMPDependClauseKind { enum
/external/llvm-project/clang/lib/Basic/
DOpenMPKinds.cpp45 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
112 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
/external/clang/lib/Basic/
DOpenMPKinds.cpp101 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h110 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
114 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData()
1885 OpenMPDependClauseKind NewDepKind, SourceLocation Loc);
DCGOpenMPRuntime.cpp4541 static RTLDependenceKindTy translateDependencyKind(OpenMPDependClauseKind K) { in translateDependencyKind()
5018 OpenMPDependClauseKind NewDepKind, in emitUpdateClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h1792 OpenMPDependClauseKind> {
1819 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind()
1821 *getTrailingObjects<OpenMPDependClauseKind>() = DK; in setDependencyKind()
1858 OpenMPDependClauseKind DK,
1899 OpenMPDependClauseKind getDependencyKind() const { in getDependencyKind()
1901 return *getTrailingObjects<OpenMPDependClauseKind>(); in getDependencyKind()
4431 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
4468 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; } in setDependencyKind()
4495 OpenMPDependClauseKind DepKind,
4509 OpenMPDependClauseKind getDependencyKind() const { return DepKind; } in getDependencyKind()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp364 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create()
366 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in Create()
381 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in CreateEmpty()
960 Expr *DepModifier, OpenMPDependClauseKind DepKind, in Create()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h99 SmallVector<std::pair<OpenMPDependClauseKind, const Expr *>, 4> Dependences;
/external/clang/include/clang/AST/
DOpenMPClause.h2585 OpenMPDependClauseKind DepKind;
2613 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; } in setDependencyKind()
2634 SourceLocation EndLoc, OpenMPDependClauseKind DepKind,
2644 OpenMPDependClauseKind getDependencyKind() const { return DepKind; } in getDependencyKind()
/external/clang/lib/AST/
DOpenMPClause.cpp523 SourceLocation EndLoc, OpenMPDependClauseKind DepKind, in Create()
/external/clang/lib/Parse/
DParseOpenMP.cpp1564 static_cast<OpenMPDependClauseKind>(getOpenMPSimpleClauseType( in ParseOpenMPVarList()
/external/clang/include/clang/Parse/
DParser.h2560 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
/external/clang/include/clang/Sema/
DSema.h8374 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind,
8435 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2245 C->setDependencyKind(static_cast<OpenMPDependClauseKind>(Record[Idx++])); in VisitOMPDependClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp13004 Res = ActOnOpenMPUpdateClause(static_cast<OpenMPDependClauseKind>(Argument), in ActOnOpenMPSimpleClause()
13184 OMPClause *Sema::ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind, in ActOnOpenMPUpdateClause()
13734 DepModOrTailExpr, static_cast<OpenMPDependClauseKind>(ExtraModifier), in ActOnOpenMPVarListClause()
16372 Sema::ActOnOpenMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause()
DTreeTransform.h1869 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in RebuildOMPDependClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp8025 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind, in ActOnOpenMPVarListClause()
10120 Sema::ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause()
DTreeTransform.h1648 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause()
/external/llvm-project/clang/include/clang/Sema/
DSema.h10759 OMPClause *ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,
10949 ActOnOpenMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind,
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12211 C->setDependencyKind(Record.readEnum<OpenMPDependClauseKind>()); in VisitOMPUpdateClause()
12556 static_cast<OpenMPDependClauseKind>(Record.readInt())); in VisitOMPDependClause()