Lines Matching defs:Modifiers
16054 // Modifiers introduced in OpenMP 5.1
21317 ArrayRef<OpenMPMapModifierKind> Modifiers = {},
21340 llvm::is_contained(Modifiers, OMPC_MAP_MODIFIER_ompx_hold);
21651 OpenMPMapModifierKind Modifiers[] = {
21666 llvm::is_contained(Modifiers, MapTypeModifiers[I])) {
21671 "Modifiers exceed the allowed number of map type modifiers");
21672 Modifiers[Count] = MapTypeModifiers[I];
21680 MapType, Modifiers, IsMapTypeImplicit,
21687 MVLI.VarComponents, MVLI.UDMapperList, IteratorModifier, Modifiers,
22802 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown,
22810 llvm::is_contained(Modifiers, MotionModifiers[I])) {
22815 "Modifiers exceed the allowed number of motion modifiers");
22816 Modifiers[Count] = MotionModifiers[I];
22829 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc,
22839 OpenMPMotionModifierKind Modifiers[] = {OMPC_MOTION_MODIFIER_unknown,
22847 llvm::is_contained(Modifiers, MotionModifiers[I])) {
22852 "Modifiers exceed the allowed number of motion modifiers");
22853 Modifiers[Count] = MotionModifiers[I];
22866 MVLI.VarComponents, MVLI.UDMapperList, Modifiers, ModifiersLoc,