Home
last modified time | relevance | path

Searched refs:normalize_state (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dlex.c435 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()
H A Dinternal.h583 struct normalize_state struct
602 struct normalize_state *state);
H A Dcharset.c826 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()
H A DChangeLog426 (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. Keep
437 (_cpp_lex_direct): Pass normalize_state to subroutines. Check