Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp492 construct<FunctionStmt>(many(prefixSpec), "FUNCTION" >> name,
497 many(prefixSpec), "FUNCTION" >> name,
525 construct<SubroutineStmt>(many(prefixSpec), "SUBROUTINE" >> name,
527 construct<SubroutineStmt>(many(prefixSpec), "SUBROUTINE" >> name,
H A Dtype-parsers.h122 constexpr Parser<PrefixSpec> prefixSpec; // R1527 variable