Searched refs:cpp_interpret_string_1 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | charset.c | 1612 cpp_interpret_string_1 (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string_1() function 1784 return cpp_interpret_string_1 (pfile, from, count, to, type, NULL, NULL); in cpp_interpret_string() 1847 bool result = cpp_interpret_string_1 (pfile, from, count, NULL, type, in cpp_interpret_string_ranges()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | charset.cc | 1644 cpp_interpret_string_1 (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string_1() function 1816 return cpp_interpret_string_1 (pfile, from, count, to, type, NULL, NULL); in cpp_interpret_string() 1879 bool result = cpp_interpret_string_1 (pfile, from, count, NULL, type, in cpp_interpret_string_ranges()
|
H A D | ChangeLog | 2279 * charset.c (cpp_interpret_string_1): Skip locations from 2351 * charset.c (cpp_interpret_string_1): Add a source_range for the 2567 (cpp_interpret_string_1): ...this, adding params "loc_readers" and 2577 cpp_interpret_string_1.
|