Home
last modified time | relevance | path

Searched refs:cpp_interpret_string_notranslate (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-lex.c781 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
789 int xlated = cpp_interpret_string_notranslate (parse_in, strs, in lex_string()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h706 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c873 if (cpp_interpret_string_notranslate (pfile, &token->val.str, 1, in do_line()
926 if (cpp_interpret_string_notranslate (pfile, &token->val.str, in do_linemarker()
H A Dcharset.c1360 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c2971 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()