Searched refs:cpp_interpret_string (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/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 | 760 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, false)) in fname_as_string()
|
/openbsd-src/gnu/gcc/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.
|
/openbsd-src/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 690 extern bool cpp_interpret_string (cpp_reader *,
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | parser.c | 2795 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()
|