Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp485 construct<FunctionStmt>(many(prefixSpec), "FUNCTION" >> name,
489 many(prefixSpec), "FUNCTION" >> name,
517 construct<SubroutineStmt>(many(prefixSpec), "SUBROUTINE" >> name,
519 construct<SubroutineStmt>(many(prefixSpec), "SUBROUTINE" >> name,
Dtype-parsers.h121 constexpr Parser<PrefixSpec> prefixSpec; // R1527 variable