Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DIterationSpace.h375 void popLevel();
/llvm-project-15.0.7/flang/lib/Lower/
H A DIterationSpace.cpp843 void Fortran::lower::ExplicitIterSpace::popLevel() { symbolStack.pop_back(); } in popLevel() function in Fortran::lower::ExplicitIterSpace
H A DBridge.cpp3153 void analyzeExplicitSpacePop() { explicitIterSpace.popLevel(); } in analyzeExplicitSpacePop()