Searched refs:_cpp_valid_ucn (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 798 extern bool _cpp_valid_ucn (cpp_reader *, const unsigned char **,
|
H A D | charset.c | 1041 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, in _cpp_valid_ucn() function 1186 _cpp_valid_ucn (pfile, &from, limit, 0, &nst, in convert_ucn()
|
H A D | lex.c | 1355 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 823 extern bool _cpp_valid_ucn (cpp_reader *, const unsigned char **,
|
H A D | charset.cc | 1074 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, in _cpp_valid_ucn() function 1219 _cpp_valid_ucn (pfile, &from, limit, 0, &nst, in convert_ucn()
|
H A D | ChangeLog | 1323 (_cpp_valid_ucn): Issue a pedantic warning for UCNs larger than 2542 * charset.c (_cpp_valid_ucn): Replace overzealous assert with one 2552 (_cpp_valid_ucn): Add "char_range" and "loc_reader" params; if 2586 * internal.h (_cpp_valid_ucn): Add params "char_range" and 2589 _cpp_valid_ucn. 3100 * charset.c (_cpp_valid_ucn): Add cppchar_t * parameter and change 3104 * internal.h (_cpp_valid_ucn): Adjust declaration. 3768 * charset.c (_cpp_valid_ucn): Warn only if -Wc90-c99-compat. 3779 * charset.c (_cpp_valid_ucn): Likewise. 3949 (_cpp_valid_ucn): Pass new argument to [all …]
|
H A D | lex.cc | 1912 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 14409 (_cpp_valid_ucn): We don't need iconv to implement UCNs. 15614 (_cpp_valid_ucn): Update prototype. 15636 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal 15648 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn. 25774 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int. 25865 * cpphash.h (_cpp_valid_ucn): New.
|