Home
last modified time | relevance | path

Searched refs:FormatControl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dformat.cpp12 template class FormatControl< variable
14 template class FormatControl< variable
16 template class FormatControl< variable
18 template class FormatControl< variable
20 template class FormatControl<ChildFormattedIoStatementState<Direction::Output>>; variable
21 template class FormatControl<ChildFormattedIoStatementState<Direction::Input>>; variable
H A Dformat.h80 template <typename CONTEXT> class FormatControl {
85 FormatControl() {} in FormatControl() function
86 FormatControl(const Terminator &, const CharType *format,
91 return sizeof(FormatControl) - in GetNeededSize()
H A Dformat-implementation.h25 FormatControl<CONTEXT>::FormatControl(const Terminator &terminator, in FormatControl() function
37 int FormatControl<CONTEXT>::GetIntField( in GetIntField()
174 int FormatControl<CONTEXT>::CueUpNextDataEdit(Context &context, bool stop) { in CueUpNextDataEdit()
364 DataEdit FormatControl<CONTEXT>::GetNextDataEdit( in GetNextDataEdit()
463 void FormatControl<CONTEXT>::Finish(Context &context) { in Finish()
H A Dio-stmt.h387 FormatControl<InternalFormattedIoStatementState> format_;
470 FormatControl<ExternalFormattedIoStatementState> format_;
532 FormatControl<ChildFormattedIoStatementState> format_;
648 extern template class FormatControl<
650 extern template class FormatControl<
652 extern template class FormatControl<
654 extern template class FormatControl<
656 extern template class FormatControl<
658 extern template class FormatControl<
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DFormat.cpp116 FormatControl<decltype(context)> control{ in TEST()
150 FormatControl<decltype(context)> control{ in TEST()
163 FormatControl<decltype(context)> control{ in TEST()
176 FormatControl<decltype(context)> control{ in TEST()