Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c1298 emit_numeric_escape (cpp_reader *pfile, cppchar_t n, in emit_numeric_escape() function
1405 emit_numeric_escape (pfile, n, tbuf, cvt); in convert_hex()
1457 emit_numeric_escape (pfile, n, tbuf, cvt); in convert_oct()
1752 emit_numeric_escape (pfile, 0, &tbuf, cvt); in cpp_interpret_string_1()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc1331 emit_numeric_escape (cpp_reader *pfile, cppchar_t n, in emit_numeric_escape() function
1438 emit_numeric_escape (pfile, n, tbuf, cvt); in convert_hex()
1488 emit_numeric_escape (pfile, n, tbuf, cvt); in convert_oct()
1784 emit_numeric_escape (pfile, 0, &tbuf, cvt); in cpp_interpret_string_1()
H A DChangeLog2560 emit_numeric_escape on tbuf.
5851 (emit_numeric_escape): Idem.
6562 (emit_numeric_escape): Use XRESIZEVEC.
6945 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200315630 emit_numeric_escape, convert_hex, convert_oct, convert_escape,