Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dformat-specification.h44 : kind{k}, width{std::move(w)}, digits{std::move(d)}, exponentWidth{ in IntrinsicTypeDataEditDesc()
49 std::optional<int> exponentWidth; // e member
H A Dparse-tree-visitor.h762 Walk(x.exponentWidth, visitor); in Walk()
772 Walk(x.exponentWidth, mutator); in Walk()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp1489 Walk(x.width), Walk(".", x.digits), Walk("E", x.exponentWidth); in Unparse()