Searched refs:forms_identifier_p (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | lex.c | 470 forms_identifier_p (cpp_reader *pfile, int first, in forms_identifier_p() function 523 if (starts_ucn || forms_identifier_p (pfile, false, nst)) in lex_identifier() 532 } while (forms_identifier_p (pfile, false, nst)); in lex_identifier() 589 while (forms_identifier_p (pfile, false, nst)); in lex_number() 1229 if (forms_identifier_p (pfile, true, &nst)) in _cpp_lex_direct()
|
| H A D | ChangeLog | 234 * lex.c (forms_identifier_p): Check extended_identifiers. 416 * lex.c (forms_identifier_p): Disable UCNs in C89 mode. 433 (forms_identifier_p): Add normalize_state parameter, update callers. 455 (forms_identifier_p): Allow UCNs.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2003 | 15648 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn. 19607 * cpplex.c (forms_identifier_p): Tweak for new location of 22409 * cpplex.c (forms_identifier_p): Use warn_dollars. 25867 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
|