Home
last modified time | relevance | path

Searched refs:cpp_digraph2name (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c3254 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() function
3301 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()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc4094 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() function
4141 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()
H A DChangeLog5450 cpp_named_operator2name for named operators and cpp_digraph2name
5452 (cpp_digraph2name): New.