Home
last modified time | relevance | path

Searched refs:OpenMPMapClauseKind (Results 1 – 20 of 20) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.h92 enum OpenMPMapClauseKind { enum
/external/llvm-project/clang/include/clang/Basic/
DOpenMPKinds.h69 enum OpenMPMapClauseKind { enum
/external/clang/include/clang/AST/
DOpenMPClause.h3304 OpenMPMapClauseKind MapTypeModifier;
3306 OpenMPMapClauseKind MapType;
3318 void setMapTypeModifier(OpenMPMapClauseKind T) { MapTypeModifier = T; } in setMapTypeModifier()
3324 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType()
3351 explicit OMPMapClause(OpenMPMapClauseKind MapTypeModifier, in OMPMapClause()
3352 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
3398 OpenMPMapClauseKind TypeModifier,
3399 OpenMPMapClauseKind Type, bool TypeIsImplicit,
3419 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
3429 OpenMPMapClauseKind getMapTypeModifier() const LLVM_READONLY { in getMapTypeModifier()
/external/clang/lib/Basic/
DOpenMPKinds.cpp111 return llvm::StringSwitch<OpenMPMapClauseKind>(Str) in getOpenMPSimpleClauseType()
/external/clang/lib/AST/
DOpenMPClause.cpp588 OpenMPMapClauseKind TypeModifier, OpenMPMapClauseKind Type, in Create()
/external/clang/lib/Parse/
DParseOpenMP.cpp1611 ? static_cast<OpenMPMapClauseKind>( in ParseOpenMPVarList()
1639 ? static_cast<OpenMPMapClauseKind>( in ParseOpenMPVarList()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5050 unsigned getMapTypeBits(OpenMPMapClauseKind MapType, in getMapTypeBits()
5051 OpenMPMapClauseKind MapTypeModifier, bool AddPtrFlag, in getMapTypeBits()
5130 OpenMPMapClauseKind MapType, OpenMPMapClauseKind MapTypeModifier, in generateInfoForComponentList()
5396 OpenMPMapClauseKind MapType; in generateAllInfo()
5397 OpenMPMapClauseKind MapTypeModifier; in generateAllInfo()
5410 OpenMPMapClauseKind MapType, OpenMPMapClauseKind MapModifier) { in generateAllInfo()
/external/clang/include/clang/Parse/
DParser.h2562 OpenMPMapClauseKind MapTypeModifier = OMPC_MAP_unknown;
2563 OpenMPMapClauseKind MapType = OMPC_MAP_unknown;
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5413 OpenMPMapClauseKind MapType = OMPC_MAP_unknown;
5448 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
5499 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType()
5537 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc);
5553 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType()
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp3231 static OpenMPMapClauseKind isMapType(Parser &P) { in isMapType()
3237 OpenMPMapClauseKind MapType = in isMapType()
3238 static_cast<OpenMPMapClauseKind>(getOpenMPSimpleClauseType( in isMapType()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7157 OpenMPMapClauseKind MapType = OMPC_MAP_unknown;
7169 OpenMPMapClauseKind MapType, in MapInfo()
7295 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits()
7389 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList()
8302 OpenMPMapClauseKind MapType, in generateAllInfo()
8787 OpenMPMapClauseKind, ArrayRef<OpenMPMapModifierKind>, bool, in generateInfoForCapture()
8821 OpenMPMapClauseKind MapType; in generateInfoForCapture()
8915 OpenMPMapClauseKind MapType; in generateInfoForCapture()
8934 OpenMPMapClauseKind MapType; in generateInfoForCapture()
/external/clang/lib/Sema/
DSemaOpenMP.cpp8026 OpenMPLinearClauseKind LinKind, OpenMPMapClauseKind MapTypeModifier, in ActOnOpenMPVarListClause()
8027 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in ActOnOpenMPVarListClause()
10872 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
11041 Sema::ActOnOpenMPMapClause(OpenMPMapClauseKind MapTypeModifier, in ActOnOpenMPMapClause()
11042 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in ActOnOpenMPMapClause()
DTreeTransform.h1672 RebuildOMPMapClause(OpenMPMapClauseKind MapTypeModifier, in RebuildOMPMapClause()
1673 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
/external/clang/include/clang/Sema/
DSema.h8375 OpenMPLinearClauseKind LinKind, OpenMPMapClauseKind MapTypeModifier,
8376 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
8445 ActOnOpenMPMapClause(OpenMPMapClauseKind MapTypeModifier,
8446 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2265 static_cast<OpenMPMapClauseKind>(Record[Idx++])); in VisitOMPMapClause()
2267 static_cast<OpenMPMapClauseKind>(Record[Idx++])); in VisitOMPMapClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp3292 static OpenMPMapClauseKind
3295 OpenMPMapClauseKind Kind = OMPC_MAP_unknown; in getMapClauseKindFromModifier()
3510 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitDeclRefExpr()
3599 OpenMPMapClauseKind Kind = getMapClauseKindFromModifier( in VisitMemberExpr()
5126 auto Kind = static_cast<OpenMPMapClauseKind>(ClauseKindCnt); in ActOnOpenMPExecutableDirective()
13742 ReductionOrMapperId, static_cast<OpenMPMapClauseKind>(ExtraModifier), in ActOnOpenMPVarListClause()
17543 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
17833 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
DTreeTransform.h1899 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1050 OpenMPMapClauseKind Type, bool TypeIsImplicit, SourceLocation TypeLoc) { in Create()
/external/llvm-project/clang/include/clang/Sema/
DSema.h10965 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit,
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12587 static_cast<OpenMPMapClauseKind>(Record.readInt())); in VisitOMPMapClause()