#include "ScanfMatcher.h"
#include "src/__support/FPUtil/FPBits.h"
#include "src/__support/macros/config.h"
#include "src/stdio/scanf_core/core_structs.h"
#include "test/UnitTest/StringUtils.h"
#include "test/UnitTest/Test.h"
#include <stdint.h>
namespace LIBC_NAMESPACE_DECL {
namespace testing {
FormatFlags;
FormatSection;
LengthModifier;
bool FormatSectionMatcher::match(FormatSection actualValue) { … }
namespace {
#define IF_FLAG_SHOW_FLAG(flag_name) …
#define CASE_LM(lm) …
void display(FormatSection form) { … }
}
void FormatSectionMatcher::explainError() { … }
}
}