Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp358 const auto &firstStmt{std::get<parser::Statement<FIRST>>(a.t)}; in CheckOptionalName() local
359 if (const parser::CharBlock * firstName{GetStmtName(firstStmt)}) { in CheckOptionalName()
366 .Attach(firstStmt.source, "in unnamed %s"_en_US, constructTag); in CheckOptionalName()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp510 auto firstStmt = [](lower::pft::Evaluation *e) { in rewriteIfGotos() local
513 const Fortran::lower::pft::Evaluation &targetEval = *firstStmt(&eval); in rewriteIfGotos()
541 ifStmt.lexicalSuccessor = firstStmt(&*successorIt); in rewriteIfGotos()
545 endIfStmtIt->lexicalSuccessor = firstStmt(&*it); in rewriteIfGotos()