Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h120 constexpr Parser<FunctionReference> functionReference; // R1520 variable
H A Dexpr-parsers.cpp75 construct<Expr>(indirect(functionReference) / !"("_tok / !"%"_tok),
H A DFortran-parsers.cpp1064 construct<Variable>(indirect(functionReference / noMoreAddressing)) ||