Searched refs:normalize_state (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | internal.h | 780 struct normalize_state struct 800 struct normalize_state *state, 809 struct normalize_state *nst,
|
| H A D | lex.c | 1295 const struct normalize_state *s) in warn_about_normalization() 1322 struct normalize_state *state) in forms_identifier_p() 1457 struct normalize_state *nst, cpp_hashnode **spelling) in lex_identifier() 1542 struct normalize_state *nst) in lex_number() 2800 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct() 2848 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct() 3062 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct() 3149 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct()
|
| H A D | charset.c | 916 struct normalize_state *nst) in ucn_valid_in_identifier() 1043 struct normalize_state *nst, cppchar_t *cp, in _cpp_valid_ucn() 1175 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in convert_ucn() 1238 struct normalize_state *nst, in _cpp_valid_utf8()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | internal.h | 805 struct normalize_state struct 825 struct normalize_state *state, 834 struct normalize_state *nst,
|
| H A D | charset.cc | 933 struct normalize_state *nst) in ucn_valid_in_identifier() 1076 struct normalize_state *nst, cppchar_t *cp, in _cpp_valid_ucn() 1208 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in convert_ucn() 1271 struct normalize_state *nst, in _cpp_valid_utf8()
|
| H A D | lex.cc | 1809 const struct normalize_state *s) in warn_about_normalization() 1862 struct normalize_state *state) in forms_identifier_p() 2014 struct normalize_state *nst, cpp_hashnode **spelling) in lex_identifier() 2102 struct normalize_state *nst) in lex_number() 3635 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct() 3683 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct() 3897 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct() 3989 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct()
|
| H A D | ChangeLog | 3937 * internal.h (struct normalize_state): Document "previous" as 6711 (convert_ucn): Pass normalize_state to cpp_valid_ucn. 6712 * internal.h (struct normalize_state): New. 6718 (forms_identifier_p): Add normalize_state parameter, update callers. 6719 (lex_identifier): Add normalize_state parameter, update callers. Keep 6722 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
|