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

/freebsd-10.0-release/contrib/gcc/
H A Dc-lex.c187 if (cpp_interpret_string (pfile, str, 1, &cstr, false))
720 cpp_interpret_string takes a vector of cpp_string structures, which
783 ? cpp_interpret_string : cpp_interpret_string_notranslate)
814 so return the empty string instead. cpp_interpret_string has
H A Dc-common.c759 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, false))
/freebsd-10.0-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h691 extern bool cpp_interpret_string (cpp_reader *,
/freebsd-10.0-release/contrib/gcc/cp/
H A Dparser.c2797 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate)
2807 /* cpp_interpret_string has issued an error. */

Completed in 116 milliseconds