Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp309 "LEN =" >> typeParamValue, ", KIND =" >> scalarIntConstantExpr)) ||
311 typeParamValue / ",", maybe("KIND ="_tok) >> scalarIntConstantExpr)) ||
313 "KIND =" >> scalarIntConstantExpr, maybe(", LEN =" >> typeParamValue))))
321 parenthesized(maybe("LEN ="_tok) >> typeParamValue)) ||
325 TYPE_PARSER(construct<CharLength>(parenthesized(typeParamValue)) ||
568 TYPE_PARSER(construct<TypeParamSpec>(maybe(keyword / "="), typeParamValue))
H A Dtype-parsers.h54 constexpr Parser<TypeParamValue> typeParamValue; // R701 variable