Searched refs:add_crayPointer (Results 1 – 3 of 3) sorted by relevance
168 void add_crayPointer(const SourceName &, Symbol &);
137 void Scope::add_crayPointer(const SourceName &name, Symbol &pointer) { in add_crayPointer() function in Fortran::semantics::Scope
4274 currScope().add_crayPointer(pointeeName.source, *pointer); in Pre()