Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dlex.c2406 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() function
2429 spelling = cpp_digraph2name (token->type); in cpp_spell_token()
2499 return (const char *) cpp_digraph2name (type); in cpp_type2name()
2520 spelling = cpp_digraph2name (token->type); in cpp_output_token()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dlex.c3221 cpp_digraph2name (enum cpp_ttype type) in cpp_digraph2name() function
3268 spelling = cpp_digraph2name (token->type); in cpp_spell_token()
3326 return (const char *) cpp_digraph2name (type); in cpp_type2name()
3347 spelling = cpp_digraph2name (token->type); in cpp_output_token()