Searched refs:OpenMPDependClauseKind (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 54 enum OpenMPDependClauseKind { enum
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 107 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; 111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData() 1663 OpenMPDependClauseKind NewDepKind, SourceLocation Loc);
|
| H A D | CGOpenMPRuntime.cpp | 3988 static RTLDependenceKindTy translateDependencyKind(OpenMPDependClauseKind K) { in translateDependencyKind() 4446 OpenMPDependClauseKind NewDepKind, in emitUpdateClause()
|
| H A D | CGStmtOpenMP.cpp | 4597 OpenMPDependClauseKind Kind = C->getDependencyKind(); in buildDependences()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 403 OpenMPDependClauseKind DK, SourceLocation EndLoc) { in Create() 405 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in Create() 420 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in CreateEmpty() 2290 OpenMPDependClauseKind DepKind = Node->getDependencyKind(); in VisitOMPDependClause() 2291 OpenMPDependClauseKind PrintKind = DepKind; in VisitOMPDependClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 2112 OpenMPDependClauseKind> { 2139 void setDependencyKind(OpenMPDependClauseKind DK) { in setDependencyKind() 2141 *getTrailingObjects<OpenMPDependClauseKind>() = DK; in setDependencyKind() 2178 OpenMPDependClauseKind DK, 2219 OpenMPDependClauseKind getDependencyKind() const { in getDependencyKind() 2221 return *getTrailingObjects<OpenMPDependClauseKind>(); in getDependencyKind() 4890 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; 4935 void setDependencyKind(OpenMPDependClauseKind K) { Data.DepKind = K; } in setDependencyKind() 4976 OpenMPDependClauseKind getDependencyKind() const { return Data.DepKind; } in getDependencyKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OpenMPKinds.cpp | 141 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16939 Res = ActOnOpenMPUpdateClause(static_cast<OpenMPDependClauseKind>(Argument), in ActOnOpenMPSimpleClause() 17217 OMPClause *Sema::ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind, in ActOnOpenMPUpdateClause() 18161 {static_cast<OpenMPDependClauseKind>(ExtraModifier), ExtraModifierLoc, in ActOnOpenMPVarListClause() 20989 OpenMPDependClauseKind DepKind = Data.DepKind; in ActOnOpenMPDependClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10708 C->setDependencyKind(Record.readEnum<OpenMPDependClauseKind>()); in VisitOMPUpdateClause() 11117 static_cast<OpenMPDependClauseKind>(Record.readInt())); in VisitOMPDependClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12219 OMPClause *ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,
|