Lines Matching defs:Modifier
506 /// Set if the monotonic schedule modifier was present.
508 /// Set if the nonmonotonic schedule modifier was present.
2414 int Modifier = 0;
2417 Modifier = OMP_sch_modifier_monotonic;
2420 Modifier = OMP_sch_modifier_nonmonotonic;
2432 Modifier = OMP_sch_modifier_monotonic;
2435 Modifier = OMP_sch_modifier_nonmonotonic;
2445 return Schedule | Modifier;
5046 /// \brief Return the corresponding bits for a given map clause modifier. Add
5126 /// bits for the provided map type, map modifier, and expression components.
5139 // (to add to the ones that come from the map type and modifier).