Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc2372 cpp_display_width_computation::process_next_codepoint (cpp_decoded_char *out) in process_next_codepoint() function in cpp_display_width_computation
2432 process_next_codepoint (NULL); in advance_display_cols()
2451 dw.process_next_codepoint (NULL); in cpp_byte_column_to_display_column()
H A DChangeLog327 (cpp_display_width_computation::process_next_codepoint): Add "out"
330 to process_next_codepoint.
332 tabstop. Pass NULL to process_next_codepoint.
346 (cpp_display_width_computation::process_next_codepoint): Add "out"
990 (cpp_display_width_computation::process_next_codepoint): ...here.
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1539 int process_next_codepoint (cpp_decoded_char *out);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc1757 const int this_display_width = dw.process_next_codepoint (&cp); in print_source_line()
H A DChangeLog-20217963 calling process_next_codepoint. Move printing of source code to