Searched refs:cpp_digraph2name (Results 1 – 3 of 3) sorted by relevance
3254 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() function3301 spelling = cpp_digraph2name (token->type); in cpp_spell_token()3359 return (const char *) cpp_digraph2name (type); in cpp_type2name()3380 spelling = cpp_digraph2name (token->type); in cpp_output_token()
4094 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() function4141 spelling = cpp_digraph2name (token->type); in cpp_spell_token()4199 return (const char *) cpp_digraph2name (type); in cpp_type2name()4220 spelling = cpp_digraph2name (token->type); in cpp_output_token()
5450 cpp_named_operator2name for named operators and cpp_digraph2name5452 (cpp_digraph2name): New.