Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dformat-specification.h121 : repeatCount{std::move(r)}, u{std::move(x)} {} in FormatItem()
124 std::optional<std::uint64_t> repeatCount; member
H A Dparse-tree-visitor.h729 Walk(x.repeatCount, visitor); in Walk()
736 Walk(x.repeatCount, mutator); in Walk()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp1455 if (x.repeatCount) { in Unparse()
1456 Walk(*x.repeatCount); in Unparse()