Home
last modified time | relevance | path

Searched refs:_cpp_valid_ucn (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h623 extern cppchar_t _cpp_valid_ucn (cpp_reader *, const unsigned char **,
H A Dcharset.c938 _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 DChangeLog411 * 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 Dlex.c496 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200314409 (_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.