Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp35 constexpr auto executableConstruct{ variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp26 if (auto *executableConstruct{std::get_if<ExecutableConstruct>(&i->u)}) { in Post() local
H A Dtools.cpp1004 const parser::ExecutableConstruct &executableConstruct) { in GetImageControlStmtLocation()