Home
last modified time | relevance | path

Searched refs:MapModifiers (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7158 ArrayRef<OpenMPMapModifierKind> MapModifiers; member
7170 ArrayRef<OpenMPMapModifierKind> MapModifiers, in MapInfo()
7175 : Components(Components), MapType(MapType), MapModifiers(MapModifiers), in MapInfo()
7295 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits() argument
7327 if (llvm::find(MapModifiers, OMPC_MAP_MODIFIER_always) in getMapTypeBits()
7328 != MapModifiers.end()) in getMapTypeBits()
7330 if (llvm::find(MapModifiers, OMPC_MAP_MODIFIER_close) in getMapTypeBits()
7331 != MapModifiers.end()) in getMapTypeBits()
7333 if (llvm::find(MapModifiers, OMPC_MAP_MODIFIER_present) in getMapTypeBits()
7334 != MapModifiers.end()) in getMapTypeBits()
[all …]
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1047 ArrayRef<OpenMPMapModifierKind> MapModifiers, in Create() argument
1074 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5444 explicit OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, in OMPMapClause() argument
5455 assert(llvm::array_lengthof(MapTypeModifiers) == MapModifiers.size() && in OMPMapClause()
5457 llvm::copy(MapModifiers, std::begin(MapTypeModifiers)); in OMPMapClause()
5534 ArrayRef<OpenMPMapModifierKind> MapModifiers,