Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A 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()
H A Dc-common.c760 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, false)) in fname_as_string()
/openbsd-src/gnu/gcc/libcpp/
H A 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()
H A DChangeLog278 (cpp_interpret_string): Use XNEWVEC.
279 (cpp_interpret_string): Use XRESIZEVEC.
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h690 extern bool cpp_interpret_string (cpp_reader *,
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c2795 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()