Home
last modified time | relevance | path

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

/llvm-project/flang/unittests/Runtime/
H A DFormat.cpp25 class TestFormatContext : public IoErrorHandler { class
28 TestFormatContext() : IoErrorHandler{"format.cpp", 1} {} in TestFormatContext() function in TestFormatContext
43 bool TestFormatContext::Emit(const char *s, std::size_t len, std::size_t) { in Emit()
49 bool TestFormatContext::AdvanceRecord(int n) { in AdvanceRecord()
56 void TestFormatContext::HandleAbsolutePosition(std::int64_t n) { in HandleAbsolutePosition()
60 void TestFormatContext::HandleRelativePosition(std::int64_t n) { in HandleRelativePosition()
68 void TestFormatContext::Report(const std::optional<DataEdit> &edit) { in Report()
118 TestFormatContext context; in TEST()
152 TestFormatContext context; in TEST()
165 TestFormatContext context; in TEST()
[all …]