Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp265 void SemanticsContext::CheckIndexVarRedefine(const parser::CharBlock &location, in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
279 CheckIndexVarRedefine( in WarnIndexVarRedefine()
283 void SemanticsContext::CheckIndexVarRedefine( in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
285 CheckIndexVarRedefine( in CheckIndexVarRedefine()
289 void SemanticsContext::CheckIndexVarRedefine(const parser::Variable &variable) { in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
291 CheckIndexVarRedefine(variable.GetSource(), *entity); in CheckIndexVarRedefine()
295 void SemanticsContext::CheckIndexVarRedefine(const parser::Name &name) { in CheckIndexVarRedefine() function in Fortran::semantics::SemanticsContext
297 CheckIndexVarRedefine(name.source, *entity); in CheckIndexVarRedefine()
303 CheckIndexVarRedefine(name); in ActivateIndexVar()
Dcheck-do-forall.cpp945 context_.CheckIndexVarRedefine(variable); in Leave()
955 context.CheckIndexVarRedefine(location, *var); in CheckIfArgIsDoVar()
999 context_.CheckIndexVarRedefine(newunit->v.thing.thing); in Leave()
1041 context_.CheckIndexVarRedefine(scalar.thing.thing); in Leave()
1048 context_.CheckIndexVarRedefine(size->v.thing.thing); in Leave()
1055 context_.CheckIndexVarRedefine(name.source, *name.symbol); in Leave()
1059 context_.CheckIndexVarRedefine(statVariable.v.thing.thing); in Leave()
Dcheck-deallocate.cpp33 context_.CheckIndexVarRedefine(name); in Leave()
Dcheck-io.cpp678 context.CheckIndexVarRedefine(namelistLocation, object); in CheckForDoVariableInNamelist()
701 context.CheckIndexVarRedefine(*variable); in CheckForDoVariable()
Dcheck-allocate.cpp534 context.CheckIndexVarRedefine(name_); in RunChecks()
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h167 void CheckIndexVarRedefine(const parser::CharBlock &, const Symbol &);
168 void CheckIndexVarRedefine(const parser::Variable &);
169 void CheckIndexVarRedefine(const parser::Name &);
176 void CheckIndexVarRedefine(