Home | History | Annotate | Download | only in libiberty

Lines Matching defs:first

39    This code first pulls the mangled name apart into a list of
278 /* Stack of components, innermost first, used to avoid loops. */
288 /* A demangle component and some scope captured when it was first
340 /* Stack of components, innermost first, used to avoid loops. */
2762 /* Detect special qualifier indicating that the first argument
3263 struct demangle_component *first;
3270 first = d_expression_1 (di);
3279 first = d_exprlist (di, '_');
3305 first,
4701 /* This is the first time SUB has been traversed.
5154 struct demangle_component *first = d_left (d_right (dc));
5160 d_print_subexpr (dpi, options, first);
5169 if (d_left (first) != NULL)
5171 d_print_subexpr (dpi, options, first);