Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp59 [&](common::Indirection<CaseConstruct> &caseConstruct) { in Post() argument
62 caseConstruct.value().t)); in Post()
H A Dresolve-labels.cpp289 bool Pre(const parser::CaseConstruct &caseConstruct) { in Pre() argument
290 return PushConstructName(caseConstruct); in Pre()
334 void Post(const parser::CaseConstruct &caseConstruct) { in Post() argument
335 PopConstructName(caseConstruct); in Post()
633 void PopConstructName(const parser::CaseConstruct &caseConstruct) { in PopConstructName() argument
635 parser::CaseStmt>("SELECT CASE", caseConstruct); in PopConstructName()
637 PopConstructNameIfPresent(caseConstruct); in PopConstructName()