Searched refs:cpp_interpret_string (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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 …]
|
| 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.
|
| 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.
|
| D | ChangeLog-2018 | 18688 through cpp_interpret_string.
|
| D | ChangeLog-2004 | 42173 duplicate argument structure of cpp_interpret_string.
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| 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()
|
| 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/libcpp/include/ |
| D | cpplib.h | 1160 extern bool cpp_interpret_string (cpp_reader *,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| 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()
|