Searched refs:_cpp_valid_ucn (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | internal.h | 623 extern cppchar_t _cpp_valid_ucn (cpp_reader *, const unsigned char **,
|
| H A D | charset.c | 938 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, in _cpp_valid_ucn() function 1049 ucn = _cpp_valid_ucn (pfile, &from, limit, 0, &nst); in convert_ucn()
|
| H A D | ChangeLog | 411 * charset.c (_cpp_valid_ucn): In identifiers, reject a partial 431 (_cpp_valid_ucn): New. 452 (_cpp_valid_ucn): Allow UCN version of '$'.
|
| H A D | lex.c | 496 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p()
|
| /freebsd-12.1/contrib/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.
|