Home
last modified time | relevance | path

Searched refs:UCS_LIMIT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c905 #define UCS_LIMIT 0x10FFFF macro
921 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1145 else if (result > UCS_LIMIT in _cpp_valid_ucn()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc922 #define UCS_LIMIT 0x10FFFF macro
938 if (c > UCS_LIMIT) in ucn_valid_in_identifier()
1178 else if (result > UCS_LIMIT in _cpp_valid_ucn()
H A DChangeLog1321 * charset.c (UCS_LIMIT): New macro.
1324 UCS_LIMIT outside of identifiers in C and in C++2a or later.