Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7210 ArrayRef<OpenMPMapModifierKind> MapModifiers; member
7222 ArrayRef<OpenMPMapModifierKind> MapModifiers, in MapInfo()
7227 : Components(Components), MapType(MapType), MapModifiers(MapModifiers), in MapInfo()
7347 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits() argument
7379 if (llvm::find(MapModifiers, OMPC_MAP_MODIFIER_always) in getMapTypeBits()
7380 != MapModifiers.end()) in getMapTypeBits()
7382 if (llvm::find(MapModifiers, OMPC_MAP_MODIFIER_close) in getMapTypeBits()
7383 != MapModifiers.end()) in getMapTypeBits()
7385 if (llvm::find(MapModifiers, OMPC_MAP_MODIFIER_present) != in getMapTypeBits()
7386 MapModifiers.end() || in getMapTypeBits()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1085 ArrayRef<OpenMPMapModifierKind> MapModifiers, in Create() argument
1112 OMPMapClause(MapModifiers, MapModifiersLoc, UDMQualifierLoc, MapperId, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5538 explicit OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, in OMPMapClause() argument
5549 assert(llvm::array_lengthof(MapTypeModifiers) == MapModifiers.size() && in OMPMapClause()
5551 llvm::copy(MapModifiers, std::begin(MapTypeModifiers)); in OMPMapClause()
5628 ArrayRef<OpenMPMapModifierKind> MapModifiers,