Home
last modified time | relevance | path

Searched refs:FormatControl (Results 1 – 5 of 5) 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.h90 template <typename CONTEXT> class FormatControl {
95 RT_API_ATTRS FormatControl() {} in FormatControl() function
96 RT_API_ATTRS FormatControl(const Terminator &, const CharType *format,
102 return sizeof(FormatControl) - in GetNeededSize()
H A Dformat-implementation.h9 // Implements out-of-line member functions of template class FormatControl
28 RT_API_ATTRS FormatControl<CONTEXT>::FormatControl(const Terminator &terminator, in FormatControl() function
66 RT_API_ATTRS int FormatControl<CONTEXT>::GetIntField( in GetIntField()
292 RT_API_ATTRS int FormatControl<CONTEXT>::CueUpNextDataEdit( in CueUpNextDataEdit()
493 FormatControl<CONTEXT>::GetNextDataEdit(Context &context, int maxRepeat) { in GetNextDataEdit()
597 RT_API_ATTRS void FormatControl<CONTEXT>::Finish(Context &context) {
H A Dio-stmt.h424 FormatControl<InternalFormattedIoStatementState> format_;
515 FormatControl<ExternalFormattedIoStatementState> format_;
576 FormatControl<ChildFormattedIoStatementState> format_;
704 extern template class FormatControl<
706 extern template class FormatControl<
708 extern template class FormatControl<
710 extern template class FormatControl<
712 extern template class FormatControl<
714 extern template class FormatControl<
/llvm-project/flang/unittests/Runtime/
H A DFormat.cpp119 FormatControl<decltype(context)> control{ in TEST()
153 FormatControl<decltype(context)> control{ in TEST()
166 FormatControl<decltype(context)> control{ in TEST()
179 FormatControl<decltype(context)> control{ in TEST()