Lines Matching defs:modifier
450 if (const auto &modifier{
452 if (modifier->v != parser::AccDataModifier::Modifier::Zero) {
454 "Only the ZERO modifier is allowed for the %s clause "
463 "The ZERO modifier is not allowed for the %s clause "
478 if (const auto &modifier{
483 if (modifier->v != parser::AccDataModifier::Modifier::ReadOnly) {
485 "Only the READONLY modifier is allowed for the %s clause "
500 if (const auto &modifier{
505 if (modifier->v != parser::AccDataModifier::Modifier::Zero) {
507 "Only the ZERO modifier is allowed for the %s clause "
516 "The ZERO modifier is not allowed for the %s clause "