Home
last modified time | relevance | path

Searched refs:cpp_interpret_string (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dc-lex.c186 if (cpp_interpret_string (pfile, str, 1, &cstr, false)) in cb_ident()
781 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
Dc-common.c774 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, false)) in fname_as_string()
DChangeLog-200314411 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
15609 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
15631 cpp_interpret_string, narrow_str_to_charconst,
15643 cpp_interpret_string to do the heavy lifting.
15660 (cb_ident): Use cpp_interpret_string, not lex_string.
15665 Most of the work handed off to cpp_interpret_string.
DChangeLog-200442173 duplicate argument structure of cpp_interpret_string.
/freebsd-10-stable/contrib/gcclibs/libcpp/
Dcharset.c1305 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() function
1369 retval = cpp_interpret_string (pfile, from, count, to, wide); in cpp_interpret_string_notranslate()
1513 else if (!cpp_interpret_string (pfile, &token->val.str, 1, &str, wide)) in cpp_interpret_charconst()
DChangeLog278 (cpp_interpret_string): Use XNEWVEC.
279 (cpp_interpret_string): Use XRESIZEVEC.
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
Dcpplib.h703 extern bool cpp_interpret_string (cpp_reader *,
/freebsd-10-stable/contrib/gcc/cp/
Dparser.c2971 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()