Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp21 static bool CompareFormattedStrings( in CompareFormattedStrings() function
28 static bool CompareFormattedStrings( in CompareFormattedStrings() function
30 return CompareFormattedStrings(std::string(expect), std::move(got)); in CompareFormattedStrings()
47 return CompareFormattedStrings(expect, got); in CompareFormatReal()
85 CompareFormattedStrings(expect, std::string{buffer, sizeof buffer})) in TEST()
149 CompareFormattedStrings(expect, std::string{buffer[0], sizeof buffer})) in TEST()
233 CompareFormattedStrings("ABCDEFGH ", std::string{buffer, sizeof buffer})) in TEST()
249 CompareFormattedStrings(" ABCDEFGH ", std::string{buffer, sizeof buffer})) in TEST()