Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dprintf_main.cpp26 for (FormatSection cur_section = parser.get_next_section(); in printf_main()
27 cur_section.raw_len > 0; cur_section = parser.get_next_section()) { in printf_main()
H A Dparser.h74 FormatSection get_next_section();
H A Dparser.cpp29 FormatSection Parser::get_next_section() { in get_next_section() function in __llvm_libc::printf_core::Parser
/llvm-project-15.0.7/libc/test/src/stdio/printf_core/
H A Dparser_test.cpp36 for (auto cur_section = parser.get_next_section(); cur_section.raw_len > 0; in evaluate()
37 cur_section = parser.get_next_section()) { in evaluate()