Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp297 return PushConstructNameWithoutBlock(whereConstruct); in Pre()
300 return PushConstructNameWithoutBlock(forallConstruct); in Pre()
561 template <typename A> bool PushConstructNameWithoutBlock(const A &a) { in PushConstructNameWithoutBlock() function in Fortran::semantics::ParseTreeAnalyzer