Lines Matching defs:Modifiers
15925 // Modifiers introduced in OpenMP 5.1
20929 ArrayRef<OpenMPMapModifierKind> Modifiers = std::nullopt,
20952 llvm::is_contained(Modifiers, OMPC_MAP_MODIFIER_ompx_hold);
21245 OpenMPMapModifierKind Modifiers[] = {
21260 llvm::is_contained(Modifiers, MapTypeModifiers[I])) {
21265 "Modifiers exceed the allowed number of map type modifiers");
21266 Modifiers[Count] = MapTypeModifiers[I];
21274 MapType, Modifiers, IsMapTypeImplicit,
21281 MVLI.VarComponents, MVLI.UDMapperList, IteratorModifier, Modifiers,
22383 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown,
22391 llvm::is_contained(Modifiers, MotionModifiers[I])) {
22396 "Modifiers exceed the allowed number of motion modifiers");
22397 Modifiers[Count] = MotionModifiers[I];
22410 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc,
22420 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown,
22428 llvm::is_contained(Modifiers, MotionModifiers[I])) {
22433 "Modifiers exceed the allowed number of motion modifiers");
22434 Modifiers[Count] = MotionModifiers[I];
22447 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc,