Searched refs:_cpp_spell_ident_ucns (Results 1 – 7 of 7) sorted by relevance
715 extern unsigned char *_cpp_spell_ident_ucns (unsigned char *, cpp_hashnode *);
3264 _cpp_spell_ident_ucns (unsigned char *buffer, cpp_hashnode *ident) in _cpp_spell_ident_ucns() function3321 buffer = _cpp_spell_ident_ucns (buffer, token->val.node.node); in cpp_spell_token()
3871 buffer = _cpp_spell_ident_ucns (buffer, node); in cpp_macro_definition()
748 extern unsigned char *_cpp_spell_ident_ucns (unsigned char *, cpp_hashnode *);
4104 _cpp_spell_ident_ucns (unsigned char *buffer, cpp_hashnode *ident) in _cpp_spell_ident_ucns() function4161 buffer = _cpp_spell_ident_ucns (buffer, token->val.node.node); in cpp_spell_token()
4122 buffer = _cpp_spell_ident_ucns (buffer, node); in cpp_macro_definition()
3598 (_cpp_spell_ident_ucns): New declaration.3602 (_cpp_spell_ident_ucns): New function, factored out of3605 original spelling of identifiers. Use _cpp_spell_ident_ucns in