Home
last modified time | relevance | path

Searched defs:constructName (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dcheck-do-forall.cpp969 StmtMatchesConstruct(const parser::Name * stmtName,StmtType stmtType,const std::optional<parser::Name> & constructName,const ConstructNode & construct) StmtMatchesConstruct() argument
998 const std::optional<parser::Name> &constructName{ CheckNesting() local
H A Dresolve-labels.cpp700 if (const parser::CharBlock * constructName{GetStmtName(constructStmt)}) { CheckEndName() local
809 CheckLabelContext(const char * const stmtString,const parser::CharBlock & constructName) CheckLabelContext() argument
H A Dcheck-omp-structure.cpp97 const auto &constructName{std::get<0>(std::get<0>(dc.t).statement.t)}; Pre() local