Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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()
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h693 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c868 if (cpp_interpret_string_notranslate (pfile, &token->val.str, 1, in do_line()
921 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
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c2795 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()