Searched refs:normalize_state (Results 1 – 4 of 4) sorted by relevance
435 const struct normalize_state *s) in warn_about_normalization()459 struct normalize_state *state) in forms_identifier_p()496 struct normalize_state *nst) in lex_identifier()557 struct normalize_state *nst) in lex_number()943 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct()972 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct()1111 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct()1197 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in _cpp_lex_direct()
583 struct normalize_state struct602 struct normalize_state *state);
826 struct normalize_state *nst) in ucn_valid_in_identifier()940 struct normalize_state *nst) in _cpp_valid_ucn()1046 struct normalize_state nst = INITIAL_NORMALIZE_STATE; in convert_ucn()
426 (convert_ucn): Pass normalize_state to cpp_valid_ucn.427 * internal.h (struct normalize_state): New.433 (forms_identifier_p): Add normalize_state parameter, update callers.434 (lex_identifier): Add normalize_state parameter, update callers. Keep437 (_cpp_lex_direct): Pass normalize_state to subroutines. Check