Lines Matching defs:variable
154 "'%s' must be a default integer scalar variable"_err_en_US,
474 const parser::CharBlock &location, const Symbol &variable,
476 const Symbol &symbol{ResolveAssociations(variable)};
489 const parser::CharBlock &location, const Symbol &variable) {
491 if (auto *msg{CheckIndexVarRedefine(location, variable,
492 "Possible redefinition of %s variable '%s'"_warn_en_US)}) {
499 const parser::CharBlock &location, const Symbol &variable) {
501 location, variable, "Cannot redefine %s variable '%s'"_err_en_US);
504 void SemanticsContext::CheckIndexVarRedefine(const parser::Variable &variable) {
505 if (const Symbol * entity{GetLastName(variable).symbol}) {
506 CheckIndexVarRedefine(variable.GetSource(), *entity);