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.cpp460 class FuncResultStack { class
462 explicit FuncResultStack(ScopeHandler &scopeHandler) in FuncResultStack() function in Fortran::semantics::FuncResultStack
464 ~FuncResultStack();
638 FuncResultStack &funcResultStack() { return funcResultStack_; } in funcResultStack()
698 FuncResultStack funcResultStack_{*this};
2050 FuncResultStack::~FuncResultStack() { CHECK(stack_.empty()); } in ~FuncResultStack()
2052 void FuncResultStack::CompleteFunctionResultType() { in CompleteFunctionResultType()
2071 void FuncResultStack::CompleteTypeIfFunctionResult(Symbol &symbol) { in CompleteTypeIfFunctionResult()
2079 void FuncResultStack::Pop() { in Pop()
3314 FuncResultStack::FuncInfo &info{DEREF(funcResultStack().Top())}; in Pre()
[all …]