Searched refs:OpenMPDependClauseKind (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 54 enum OpenMPDependClauseKind { enum
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 107 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; 111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() 1915 OpenMPDependClauseKind NewDepKind, SourceLocation Loc);
|
| H A D | CGOpenMPRuntime.cpp | 4518 static RTLDependenceKindTy translateDependencyKind(OpenMPDependClauseKind K) { in translateDependencyKind() 4966 OpenMPDependClauseKind NewDepKind, in emitUpdateClause()
|
| H A D | CGStmtOpenMP.cpp | 4517 OpenMPDependClauseKind Kind = C->getDependencyKind(); in buildDependences()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 391 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create() 393 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in Create() 408 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in CreateEmpty() 2186 OpenMPDependClauseKind DepKind = Node->getDependencyKind(); in VisitOMPDependClause() 2187 OpenMPDependClauseKind PrintKind = DepKind; in VisitOMPDependClause()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 118 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2070 OpenMPDependClauseKind> { 2097 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind() 2099 *getTrailingObjects<OpenMPDependClauseKind>() = DK; in setDependencyKind() 2136 OpenMPDependClauseKind DK, 2177 OpenMPDependClauseKind getDependencyKind() const { in getDependencyKind() 2179 return *getTrailingObjects<OpenMPDependClauseKind>(); in getDependencyKind() 4752 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; 4797 void setDependencyKind(OpenMPDependClauseKind K) { Data.DepKind = K; } in setDependencyKind() 4838 OpenMPDependClauseKind getDependencyKind() const { return Data.DepKind; } in getDependencyKind()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16453 Res = ActOnOpenMPUpdateClause(static_cast<OpenMPDependClauseKind>(Argument), in ActOnOpenMPSimpleClause() 16657 OMPClause *Sema::ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind, in ActOnOpenMPUpdateClause() 17547 {static_cast<OpenMPDependClauseKind>(ExtraModifier), ExtraModifierLoc, in ActOnOpenMPVarListClause() 20212 OpenMPDependClauseKind DepKind = Data.DepKind; in ActOnOpenMPDependClause()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11944 C->setDependencyKind(Record.readEnum<OpenMPDependClauseKind>()); in VisitOMPUpdateClause() 12326 static_cast<OpenMPDependClauseKind>(Record.readInt())); in VisitOMPDependClause()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 11488 OMPClause *ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,
|