Searched refs:_cpp_valid_ucn (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | internal.h | 723 extern cppchar_t _cpp_valid_ucn (cpp_reader *, const unsigned char **,
|
H A D | charset.c | 983 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, in _cpp_valid_ucn() function 1095 ucn = _cpp_valid_ucn (pfile, &from, limit, 0, &nst); in convert_ucn()
|
H A D | lex.c | 1064 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | internal.h | 755 extern bool _cpp_valid_ucn (cpp_reader *, const unsigned char **,
|
H A D | charset.c | 1034 _cpp_valid_ucn (cpp_reader *pfile, const uchar **pstr, in _cpp_valid_ucn() function 1173 _cpp_valid_ucn (pfile, &from, limit, 0, &nst, in convert_ucn()
|
H A D | lex.c | 1346 if (_cpp_valid_ucn (pfile, &buffer->cur, buffer->rlimit, 1 + !first, in forms_identifier_p()
|