Lines Matching defs:sequence
1184 bool sequence{false}; // is a sequence type
5878 if (derivedTypeInfo_.sequence) {
5883 "A sequence type should have at least one component"_warn_en_US);
5887 "A sequence type may not have type parameters"_err_en_US);
5891 "A sequence type may not have the EXTENDS attribute"_err_en_US);
6015 if (derivedTypeInfo_.sequence) { // C738
6019 derivedTypeInfo_.sequence = true;
6118 if (derivedTypeInfo_.sequence) { // C740
6125 "A sequence type data component that is a pointer to a non-sequence type is not standard"_port_en_US);
6127 Say("A sequence type data component must either be of an intrinsic type or a derived sequence type"_err_en_US);
6225 if (derivedTypeInfo_.sequence) {
6226 Say("A sequence type may not have a CONTAINS statement"_err_en_US); // C740
6385 derivedTypeInfo_.sequence = true;