Home
last modified time | relevance | path

Searched defs:LengthAndKind (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h659 struct LengthAndKind { struct
661 LengthAndKind(std::optional<TypeParamValue> &&l, ScalarIntConstantExpr &&k) in LengthAndKind() function
663 std::optional<TypeParamValue> length;
664 ScalarIntConstantExpr kind;