Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-select-rank.cpp24 const parser::SelectRankConstruct &selectRankConstruct) { in Leave() argument
27 selectRankConstruct.t)}; in Leave()
51 selectRankConstruct.t)}; in Leave()
Dresolve-labels.cpp284 bool Pre(const parser::SelectRankConstruct &selectRankConstruct) { in Pre() argument
285 return PushConstructName(selectRankConstruct); in Pre()
324 void Post(const parser::SelectRankConstruct &selectRankConstruct) { in Post() argument
325 PopConstructName(selectRankConstruct); in Post()
614 const parser::SelectRankConstruct &selectRankConstruct) { in PopConstructName() argument
617 "SELECT RANK", selectRankConstruct); in PopConstructName()
619 PopConstructNameIfPresent(selectRankConstruct); in PopConstructName()