Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h54 enum OpenMPDependClauseKind { enum
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h107 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData()
1663 OpenMPDependClauseKind NewDepKind, SourceLocation Loc);
H A DCGOpenMPRuntime.cpp3988 static RTLDependenceKindTy translateDependencyKind(OpenMPDependClauseKind K) { in translateDependencyKind()
4446 OpenMPDependClauseKind NewDepKind, in emitUpdateClause()
H A DCGStmtOpenMP.cpp4597 OpenMPDependClauseKind Kind = C->getDependencyKind(); in buildDependences()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp403 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 DOpenMPClause.h2112 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 DOpenMPKinds.cpp141 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16939 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 DASTReader.cpp10708 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 DSema.h12219 OMPClause *ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,