Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dtype-parsers.h57 constexpr Parser<IntrinsicTypeSpec> intrinsicTypeSpec; // R704 variable
DFortran-parsers.cpp163 construct<TypeSpec>(intrinsicTypeSpec / lookAhead("::"_tok || ")"_tok)) ||
175 construct<DeclarationTypeSpec>(intrinsicTypeSpec) ||
177 (parenthesized(construct<DeclarationTypeSpec>(intrinsicTypeSpec)) ||