Searched refs:pp_identifier (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Derror.c243 pp_identifier (cxx_pp, "<missing>");
268 pp_identifier (cxx_pp, "<unresolved overloaded function type>");
384 pp_identifier (cxx_pp, "<type error>");
465 pp_identifier (cxx_pp, "<anonymous>");
579 pp_identifier (cxx_pp, "<typeprefixerror>");
706 pp_identifier (cxx_pp, "<anonymous>");
766 pp_identifier (cxx_pp, "<unnamed>");
840 pp_identifier (cxx_pp, "<built-in>");
879 pp_identifier (cxx_pp, "<enumerator>");
913 pp_identifier (cxx_p
[all...]
H A Dcxx-pretty-print.c1695 pp_identifier (pp, TREE_CODE (t) == BREAK_STMT ? "break" : "continue");
/freebsd-9.3-release/contrib/gcc/
H A Dc-pretty-print.c1006 pp_identifier (pp, id);
1266 pp_identifier (pp, code == POSTINCREMENT_EXPR ? "++" : "--");
1463 pp_identifier (pp, code == PREINCREMENT_EXPR ? "++" : "--");
1599 pp_identifier (pp, code == LSHIFT_EXPR ? "<<" : ">>");
1633 pp_identifier (pp, "<=");
1635 pp_identifier (pp, ">=");
1661 pp_identifier (pp, code == EQ_EXPR ? "==" : "!=");
1740 pp_identifier (pp, "&&");
1759 pp_identifier (pp, "||");

Completed in 59 milliseconds