Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h54 enum OpenMPDependClauseKind { enum
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h107 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
111 DependData(OpenMPDependClauseKind DepKind, const Expr *IteratorExpr) in DependData()
1666 OpenMPDependClauseKind NewDepKind, SourceLocation Loc);
H A DCGOpenMPRuntime.cpp4003 static RTLDependenceKindTy translateDependencyKind(OpenMPDependClauseKind K) { in translateDependencyKind()
4465 OpenMPDependClauseKind NewDepKind, in emitUpdateClause()
H A DCGStmtOpenMP.cpp4642 OpenMPDependClauseKind Kind = C->getDependencyKind(); in buildDependences()
/freebsd/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()
2292 OpenMPDependClauseKind DepKind = Node->getDependencyKind(); in VisitOMPDependClause()
2293 OpenMPDependClauseKind PrintKind = DepKind; in VisitOMPDependClause()
/freebsd/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()
4930 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
4975 void setDependencyKind(OpenMPDependClauseKind K) { Data.DepKind = K; } in setDependencyKind()
5016 OpenMPDependClauseKind getDependencyKind() const { return Data.DepKind; } in getDependencyKind()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp141 return llvm::StringSwitch<OpenMPDependClauseKind>(Str) in getOpenMPSimpleClauseType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h939 OMPClause *ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15677 Res = ActOnOpenMPUpdateClause(static_cast<OpenMPDependClauseKind>(Argument), in ActOnOpenMPSimpleClause()
15957 OMPClause *SemaOpenMP::ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind, in ActOnOpenMPUpdateClause()
16954 {static_cast<OpenMPDependClauseKind>(ExtraModifier), ExtraModifierLoc, in ActOnOpenMPVarListClause()
19804 OpenMPDependClauseKind DepKind = Data.DepKind; in ActOnOpenMPDependClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10852 C->setDependencyKind(Record.readEnum<OpenMPDependClauseKind>()); in VisitOMPUpdateClause()
11263 static_cast<OpenMPDependClauseKind>(Record.readInt())); in VisitOMPDependClause()