Searched refs:cpp_interpret_string (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-lex.c | 186 if (cpp_interpret_string (pfile, str, 1, &cstr, false)) in cb_ident() 781 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
| H A D | c-common.c | 774 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, false)) in fname_as_string()
|
| H A D | ChangeLog-2003 | 14411 (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.
|
| H A D | ChangeLog-2004 | 42173 duplicate argument structure of cpp_interpret_string.
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | charset.c | 1305 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()
|
| H A D | ChangeLog | 278 (cpp_interpret_string): Use XNEWVEC. 279 (cpp_interpret_string): Use XRESIZEVEC.
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 703 extern bool cpp_interpret_string (cpp_reader *,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | parser.c | 2971 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()
|