Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp257 return PushConstructName(associateConstruct); in Pre()
260 return PushConstructName(blockConstruct); in Pre()
263 return PushConstructName(changeTeamConstruct); in Pre()
266 return PushConstructName(criticalConstruct); in Pre()
269 return PushConstructName(doConstruct); in Pre()
272 return PushConstructName(ifConstruct); in Pre()
281 return PushConstructName(caseConstruct); in Pre()
285 return PushConstructName(selectRankConstruct); in Pre()
291 return PushConstructName(selectTypeConstruct); in Pre()
545 template <typename A> bool PushConstructName(const A &a) { in PushConstructName() function in Fortran::semantics::ParseTreeAnalyzer
[all …]