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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20060109-1.c32 if (cpp_interpret_string (pfile, str, 1, &cstr, 0))
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-lex.c186 if (cpp_interpret_string (pfile, str, 1, &cstr, CPP_STRING))
1102 cpp_interpret_string takes a vector of cpp_string structures, which
1185 ? cpp_interpret_string : cpp_interpret_string_notranslate)
1194 so return the empty string instead. cpp_interpret_string has
H A Dc-common.c957 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, CPP_STRING))
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h817 extern bool cpp_interpret_string (cpp_reader *,
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c1381 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count,
1473 retval = cpp_interpret_string (pfile, from, count, to, CPP_STRING);
1483 by cpp_interpret_string. PCHARS_SEEN and UNSIGNEDP are as for
1505 cpp_interpret_string. */
1552 by cpp_interpret_string. PCHARS_SEEN and UNSIGNEDP are as for
1626 else if (!cpp_interpret_string (pfile, &token->val.str, 1, &str, token->type))
1379 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, function
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c3749 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate)
3786 /* cpp_interpret_string has issued an error. */

Completed in 265 milliseconds