Searched refs:cpp_interpret_string_notranslate (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | directives.c | 986 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 D | charset.c | 1863 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 D | directives.cc | 1010 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 D | charset.cc | 1895 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
|
H A D | ChangeLog | 5760 * 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 D | cpplib.h | 1064 extern bool cpp_interpret_string_notranslate (cpp_reader *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1169 extern bool cpp_interpret_string_notranslate (cpp_reader *,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 1361 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 1293 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 7471 ? cpp_interpret_string : cpp_interpret_string_notranslate) in c_parser_string_literal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 7429 ? cpp_interpret_string : cpp_interpret_string_notranslate) in c_parser_string_literal()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 4273 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 4489 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2008 | 22103 cpp_interpret_string and cpp_interpret_string_notranslate prototypes.
|