Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DPFTBuilder.cpp910 getFunctionStmt(const T &func) { in getFunctionStmt() function
1083 getFunctionStmt<parser::EndProgramStmt>(
1103 beginStmt{getFunctionStmt<parser::FunctionStmt>(func)},
1104 endStmt{getFunctionStmt<parser::EndFunctionStmt>(func)}, symbol{getSymbol(
1114 beginStmt{getFunctionStmt<parser::SubroutineStmt>(func)},
1115 endStmt{getFunctionStmt<parser::EndSubroutineStmt>(func)},
1125 beginStmt{getFunctionStmt<parser::MpSubprogramStmt>(func)},
1126 endStmt{getFunctionStmt<parser::EndMpSubprogramStmt>(func)},