Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c986 if (cpp_interpret_string_notranslate (pfile, &token->val.str, 1, in do_line()
1043 if (cpp_interpret_string_notranslate (pfile, &token->val.str, in do_linemarker()
1745 || !cpp_interpret_string_notranslate (pfile, &tok->val.str, 1, &str, in do_pragma_warning_or_error()
H A Dcharset.c1863 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc1010 if (cpp_interpret_string_notranslate (pfile, &token->val.str, 1, in do_line()
1067 if (cpp_interpret_string_notranslate (pfile, &token->val.str, in do_linemarker()
1786 || !cpp_interpret_string_notranslate (pfile, &tok->val.str, 1, &str, in do_pragma_warning_or_error()
H A Dcharset.cc1895 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
H A DChangeLog5760 * charset.c (cpp_interpret_string_notranslate): Also set
5847 (cpp_interpret_string_notranslate): Idem.
5857 (cpp_interpret_string_notranslate): Match changed prototype.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1064 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1169 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc1361 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c1293 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c7471 ? cpp_interpret_string : cpp_interpret_string_notranslate) in c_parser_string_literal()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc7429 ? cpp_interpret_string : cpp_interpret_string_notranslate) in c_parser_string_literal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c4273 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc4489 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200822103 cpp_interpret_string and cpp_interpret_string_notranslate prototypes.