Home
last modified time | relevance | path

Searched refs:_cpp_spell_ident_ucns (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h715 extern unsigned char *_cpp_spell_ident_ucns (unsigned char *, cpp_hashnode *);
H A Dlex.c3264 _cpp_spell_ident_ucns (unsigned char *buffer, cpp_hashnode *ident) in _cpp_spell_ident_ucns() function
3321 buffer = _cpp_spell_ident_ucns (buffer, token->val.node.node); in cpp_spell_token()
H A Dmacro.c3871 buffer = _cpp_spell_ident_ucns (buffer, node); in cpp_macro_definition()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h748 extern unsigned char *_cpp_spell_ident_ucns (unsigned char *, cpp_hashnode *);
H A Dlex.cc4104 _cpp_spell_ident_ucns (unsigned char *buffer, cpp_hashnode *ident) in _cpp_spell_ident_ucns() function
4161 buffer = _cpp_spell_ident_ucns (buffer, token->val.node.node); in cpp_spell_token()
H A Dmacro.cc4122 buffer = _cpp_spell_ident_ucns (buffer, node); in cpp_macro_definition()
H A DChangeLog3598 (_cpp_spell_ident_ucns): New declaration.
3602 (_cpp_spell_ident_ucns): New function, factored out of
3605 original spelling of identifiers. Use _cpp_spell_ident_ucns in