/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 2614 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_simple() 2668 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ebcdic() 2714 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_hex() 2755 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_oct() 2889 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ucn4() 2940 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ucn8() 3000 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_wide_string() 3050 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_string16() 3091 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_string32() 3133 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_u8() [all …]
|
H A D | ChangeLog-2003 | 14411 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION. 15609 (cpp_init_iconv, cpp_interpret_string): New external interfaces. 15631 cpp_interpret_string, narrow_str_to_charconst, 15643 cpp_interpret_string to do the heavy lifting. 15660 (cb_ident): Use cpp_interpret_string, not lex_string. 15665 Most of the work handed off to cpp_interpret_string.
|
H A D | ChangeLog-2008 | 22087 (fname_as_string): Match updated cpp_interpret_string prototype. 22100 * c-lex.c (cb_ident): Match updated cpp_interpret_string prototype. 22103 cpp_interpret_string and cpp_interpret_string_notranslate prototypes.
|
H A D | ChangeLog-2018 | 18688 through cpp_interpret_string.
|
H A D | ChangeLog-2004 | 42173 duplicate argument structure of cpp_interpret_string.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 2454 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_simple() 2508 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ebcdic() 2554 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_hex() 2595 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_oct() 2729 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ucn4() 2780 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ucn8() 2840 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_wide_string() 2890 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_string16() 2931 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_string32() 2973 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_u8() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | charset.c | 1781 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() function 1874 retval = cpp_interpret_string (pfile, from, count, to, CPP_STRING); in cpp_interpret_string_notranslate() 2047 else if (!cpp_interpret_string (pfile, &token->val.str, 1, &str, in cpp_interpret_charconst()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | charset.cc | 1813 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() function 1906 retval = cpp_interpret_string (pfile, from, count, to, CPP_STRING); in cpp_interpret_string_notranslate() 2079 else if (!cpp_interpret_string (pfile, &token->val.str, 1, &str, in cpp_interpret_charconst()
|
H A D | ChangeLog | 2566 (cpp_interpret_string): Rename to... 2576 (cpp_interpret_string): Reimplement in terms to 5181 * charset.c (cpp_interpret_string): Don't transform UCNs in raw 5189 * charset.c (cpp_interpret_string): Change inner delimiters to (). 5238 (cpp_interpret_string): Handle CPP_UTF8STRING and raw-strings. 5846 (cpp_interpret_string): Update prototype. 5856 (cpp_interpret_string): Use converter_for_type, support u and U prefix. 6563 (cpp_interpret_string): Use XNEWVEC. 6564 (cpp_interpret_string): Use XRESIZEVEC.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 172 if (cpp_interpret_string (pfile, str, 1, &cstr, CPP_STRING)) in cb_ident() 1361 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
H A D | c-common.cc | 717 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, CPP_STRING)) in fname_as_string()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 173 if (cpp_interpret_string (pfile, str, 1, &cstr, CPP_STRING)) in cb_ident() 1293 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
H A D | c-common.c | 694 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, CPP_STRING)) in fname_as_string()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1055 extern bool cpp_interpret_string (cpp_reader *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1160 extern bool cpp_interpret_string (cpp_reader *,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 4273 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) 4427 if (!cpp_interpret_string (parse_in, &in, 1, &out, CPP_STRING)) in make_char_string_pack()
|
/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() 4644 if (!cpp_interpret_string (parse_in, &in, 1, &out, CPP_STRING)) in make_char_string_pack()
|
/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()
|