Lines Matching defs:modifier
2779 "The NONMONOTONIC modifier cannot be specified "
3091 assert(ident && "reduction-identifier is a required modifier");
3097 if (auto *modifier{OmpGetUniqueModifier<ReductionModifier>(modifiers)}) {
3098 CheckReductionModifier(*modifier);
3119 assert(ident && "reduction-identifier is a required modifier");
3137 assert(ident && "reduction-identifier is a required modifier");
3345 const parser::OmpReductionModifier &modifier) {
3347 if (modifier.v == ReductionModifier::Value::Default) {
3354 // If a reduction-modifier is specified in a reduction clause that
3355 // appears on the directive, then the reduction modifier must be
3358 "REDUCTION modifier on LOOP directive must be DEFAULT"_err_en_US);
3360 if (modifier.v == ReductionModifier::Value::Task) {
3376 } else if (modifier.v == ReductionModifier::Value::Inscan) {
3391 "Unexpected modifier on REDUCTION clause"_err_en_US);
3675 // If modifier verification fails, return early.
3810 "A modifier may not be specified in a LINEAR clause on the %s directive"_err_en_US,
3839 "The 'modifier(<list>)' syntax is deprecated in %s, use '<list> : modifier' instead"_warn_en_US,
3857 // Already checked this with the modifier present.
3951 "Duplicate map-type-modifier entry '%s' will be ignored"_warn_en_US,
3994 "The NONMONOTONIC modifier can only be specified with "
4105 "An iterator-modifier may specify multiple locators, a DEPEND clause on a DEPOBJ construct must only specify one locator"_warn_en_US);