Searched refs:get_next_section (Results 1 – 4 of 4) sorted by relevance
26 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()
74 FormatSection get_next_section();
29 FormatSection Parser::get_next_section() { in get_next_section() function in __llvm_libc::printf_core::Parser
36 for (auto cur_section = parser.get_next_section(); cur_section.raw_len > 0; in evaluate()37 cur_section = parser.get_next_section()) { in evaluate()