Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp638 FuncResultStack &funcResultStack() { return funcResultStack_; } in funcResultStack() function in Fortran::semantics::ScopeHandler
3235 if (FuncResultStack::FuncInfo * info{funcResultStack().Top()}) { in Pre()
3258 FuncResultStack::FuncInfo &info{DEREF(funcResultStack().Top())}; in Pre()
3314 FuncResultStack::FuncInfo &info{DEREF(funcResultStack().Top())}; in Pre()
3329 FuncResultStack::FuncInfo &info{DEREF(funcResultStack().Top())}; in Post()
3737 funcResultStack().Push(currScope()); in PushSubprogramScope()
7159 funcResultStack().CompleteFunctionResultType(); in FinishSpecificationPart()