Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1208 getFunctionStmt(const T &func) { in getFunctionStmt() function
1573 getFunctionStmt<parser::EndProgramStmt>(
1594 beginStmt{getFunctionStmt<parser::FunctionStmt>(func)},
1595 endStmt{getFunctionStmt<parser::EndFunctionStmt>(func)} {
1605 beginStmt{getFunctionStmt<parser::SubroutineStmt>(func)},
1606 endStmt{getFunctionStmt<parser::EndSubroutineStmt>(func)} {
1616 beginStmt{getFunctionStmt<parser::MpSubprogramStmt>(func)},
1617 endStmt{getFunctionStmt<parser::EndMpSubprogramStmt>(func)} {