Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dformat.cpp13 template class FormatControl< variable
15 template class FormatControl< variable
17 template class FormatControl< variable
19 template class FormatControl< variable
21 template class FormatControl<ChildFormattedIoStatementState<Direction::Output>>; variable
22 template class FormatControl<ChildFormattedIoStatementState<Direction::Input>>; variable
H A Dformat-implementation.h28 RT_API_ATTRS FormatControl<CONTEXT>::FormatControl(const Terminator &terminator, in FormatControl() function
H A Dformat.h95 RT_API_ATTRS FormatControl() {} in FormatControl() function