Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DFormat.cpp23 class TestFormatContext : public IoErrorHandler { class
26 TestFormatContext() : IoErrorHandler{"format.cpp", 1} {} in TestFormatContext() function in TestFormatContext
41 bool TestFormatContext::Emit(const char *s, std::size_t len) { in Emit()
46 bool TestFormatContext::Emit(const char16_t *, std::size_t) { in Emit()
50 bool TestFormatContext::Emit(const char32_t *, std::size_t) { in Emit()
55 bool TestFormatContext::AdvanceRecord(int n) { in AdvanceRecord()
74 void TestFormatContext::Report(const DataEdit &edit) { in Report()
115 TestFormatContext context; in TEST()
149 TestFormatContext context; in TEST()
162 TestFormatContext context; in TEST()
[all …]