Home
last modified time | relevance | path

Searched refs:OpenMPDefaultmapClauseModifier (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h115 enum OpenMPDefaultmapClauseModifier { enum
/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h117 enum OpenMPDefaultmapClauseModifier { enum
/external/clang/include/clang/AST/
DOpenMPClause.h3924 OpenMPDefaultmapClauseModifier Modifier;
3941 void setDefaultmapModifier(OpenMPDefaultmapClauseModifier M) { in setDefaultmapModifier()
3974 OpenMPDefaultmapClauseModifier M) in OMPDefaultmapClause()
3990 OpenMPDefaultmapClauseModifier getDefaultmapModifier() const { in getDefaultmapModifier()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h6226 OpenMPDefaultmapClauseModifier Modifier = OMPC_DEFAULTMAP_MODIFIER_unknown;
6245 void setDefaultmapModifier(OpenMPDefaultmapClauseModifier M) { in setDefaultmapModifier()
6277 OpenMPDefaultmapClauseModifier M) in OMPDefaultmapClause()
6291 OpenMPDefaultmapClauseModifier getDefaultmapModifier() const { in getDefaultmapModifier()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp141 OpenMPDefaultmapClauseModifier ImplicitBehavior =
145 DefaultmapInfo(OpenMPDefaultmapClauseModifier M, SourceLocation Loc) in DefaultmapInfo()
705 void setDefaultDMAAttr(OpenMPDefaultmapClauseModifier M, in setDefaultDMAAttr()
740 OpenMPDefaultmapClauseModifier
746 OpenMPDefaultmapClauseModifier
753 OpenMPDefaultmapClauseModifier M = in isDefaultmapCapturedByRef()
763 static bool mustBeFirstprivateBase(OpenMPDefaultmapClauseModifier M, in mustBeFirstprivateBase()
780 OpenMPDefaultmapClauseModifier M = in mustBeFirstprivateAtLevel()
785 OpenMPDefaultmapClauseModifier M = getDefaultmapModifier(Kind); in mustBeFirstprivate()
3293 getMapClauseKindFromModifier(OpenMPDefaultmapClauseModifier M, in getMapClauseKindFromModifier()
[all …]
DTreeTransform.h2073 OMPClause *RebuildOMPDefaultmapClause(OpenMPDefaultmapClauseModifier M, in RebuildOMPDefaultmapClause()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2356 static_cast<OpenMPDefaultmapClauseModifier>(Record[Idx++])); in VisitOMPDefaultmapClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7721 static_cast<OpenMPDefaultmapClauseModifier>(Argument[Modifier]), in ActOnOpenMPSingleExprWithArgClause()
11438 OpenMPDefaultmapClauseModifier M, OpenMPDefaultmapClauseKind Kind, in ActOnOpenMPDefaultmapClause()
/external/clang/include/clang/Sema/
DSema.h8470 OpenMPDefaultmapClauseModifier M, OpenMPDefaultmapClauseKind Kind,
/external/llvm-project/clang/include/clang/Sema/
DSema.h10989 OpenMPDefaultmapClauseModifier M, OpenMPDefaultmapClauseKind Kind,
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12697 static_cast<OpenMPDefaultmapClauseModifier>(Record.readInt())); in VisitOMPDefaultmapClause()