Lines Matching refs:symbol_
42 symbol_{name_.symbol ? &name_.symbol->GetUltimate() : nullptr},
43 type_{symbol_ ? symbol_->GetType() : nullptr},
44 allocateShapeSpecRank_{ShapeSpecRank(alloc)}, rank_{symbol_
45 ? symbol_->Rank()
48 corank_{symbol_ ? symbol_->Corank() : 0} {}
91 const Symbol *symbol_{nullptr}; member in Fortran::semantics::AllocationCheckerHelper
408 if (!symbol_) { in RunChecks()
412 if (!IsVariableName(*symbol_)) { // C932 pre-requisite in RunChecks()
425 if (!IsAllocatableOrPointer(*symbol_)) { // C932 in RunChecks()
510 .Attach(symbol_->name(), "Declared here with rank %d"_en_US, rank_); in RunChecks()
530 .Attach(symbol_->name(), in RunChecks()
540 if (!symbol_) { in RunCoarrayRelatedChecks()
544 if (IsCoarray(*symbol_)) { in RunCoarrayRelatedChecks()
595 symbol_->name(), "Declared here with corank %d"_en_US, corank_); in RunCoarrayRelatedChecks()