Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libcpp/
HDcharset.c1071 emit_numeric_escape (cpp_reader *pfile, cppchar_t n, in emit_numeric_escape() function
1160 emit_numeric_escape (pfile, n, tbuf, wide); in convert_hex()
1199 emit_numeric_escape (pfile, n, tbuf, wide); in convert_oct()
1345 emit_numeric_escape (pfile, 0, &tbuf, wide); in cpp_interpret_string()
HDChangeLog277 (emit_numeric_escape): Use XRESIZEVEC.
660 * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
/trueos/contrib/gcc/
HDChangeLog-200315630 emit_numeric_escape, convert_hex, convert_oct, convert_escape,