Home | History | Annotate | Download | only in gcc-demangle

Lines Matching defs:cl

1536   { "cl", NL ("()"),        2 },
2499 struct demangle_component *cl;
2506 cl = cplus_demangle_type (di);
2537 return d_make_comp (di, DEMANGLE_COMPONENT_PTRMEM_TYPE, cl, mem);
2661 /* Subroutine of <expression> ::= cl <expression>+ E */
2699 ::= cl <expression>+ E
2821 if (!strcmp (code, "cl"))
4144 if (strcmp (d_left (dc)->u.s_operator.op->code, "cl") != 0)