Home
last modified time | relevance | path

Searched refs:CheckIndexVarRedefine (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp374 void SemanticsContext::CheckIndexVarRedefine(const parser::CharBlock &location, in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
387 CheckIndexVarRedefine(location, variable, in WarnIndexVarRedefine()
391 void SemanticsContext::CheckIndexVarRedefine( in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
393 CheckIndexVarRedefine( in CheckIndexVarRedefine()
397 void SemanticsContext::CheckIndexVarRedefine(const parser::Variable &variable) { in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
399 CheckIndexVarRedefine(variable.GetSource(), *entity); in CheckIndexVarRedefine()
403 void SemanticsContext::CheckIndexVarRedefine(const parser::Name &name) { in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
405 CheckIndexVarRedefine(name.source, *entity); in CheckIndexVarRedefine()
411 CheckIndexVarRedefine(name); in ActivateIndexVar()
H A Dcheck-do-forall.cpp943 context_.CheckIndexVarRedefine(variable); in Leave()
953 context.CheckIndexVarRedefine(location, *var); in CheckIfArgIsDoVar()
997 context_.CheckIndexVarRedefine(newunit->v.thing.thing); in Leave()
1039 context_.CheckIndexVarRedefine(scalar.thing.thing); in Leave()
1046 context_.CheckIndexVarRedefine(size->v.thing.thing); in Leave()
1053 context_.CheckIndexVarRedefine(name.source, *name.symbol); in Leave()
1057 context_.CheckIndexVarRedefine(statVariable.v.thing.thing); in Leave()
H A Dcheck-deallocate.cpp33 context_.CheckIndexVarRedefine(name); in Leave()
H A Dcheck-io.cpp722 context.CheckIndexVarRedefine(namelistLocation, object); in CheckForDoVariableInNamelist()
745 context.CheckIndexVarRedefine(*variable); in CheckForDoVariable()
H A Dcheck-allocate.cpp534 context.CheckIndexVarRedefine(name_); in RunChecks()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h192 void CheckIndexVarRedefine(const parser::CharBlock &, const Symbol &);
193 void CheckIndexVarRedefine(const parser::Variable &);
194 void CheckIndexVarRedefine(const parser::Name &);
238 void CheckIndexVarRedefine(