Home
last modified time | relevance | path

Searched refs:APPLY_CONVERSION (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dcharset.cc609 #define APPLY_CONVERSION(CONVERTER, FROM, FLEN, TO) \ macro
809 if (!APPLY_CONVERSION (pfile->narrow_cset_desc, sbuf, 1, &tbuf)) in cpp_host_to_exec_charset()
1232 if (!APPLY_CONVERSION (cvt, buf, 6 - bytesleft, tbuf)) in convert_ucn()
1595 if (!APPLY_CONVERSION (cvt, &c, 1, tbuf)) in convert_escape()
1712 if (!APPLY_CONVERSION (cvt, p, limit - p, &tbuf)) in cpp_interpret_string_1()
1760 if (!APPLY_CONVERSION (cvt, base, p - base, &tbuf)) in cpp_interpret_string_1()
2213 const bool ok = APPLY_CONVERSION (input_cset, input, len, &to); in _cpp_convert_input()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200314402 (APPLY_CONVERSION): New macro.
14410 (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
14411 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.