Lines Matching defs:third
3455 /* The third production is ambiguous with the old unresolved-name syntax
3683 struct demangle_component *third;
3693 third = d_expression_1 (di);
3694 if (third == NULL)
3702 third = d_expression_1 (di);
3703 if (third == NULL)
3716 third = NULL;
3723 third = d_exprlist (di, 'E');
3728 third = d_expression_1 (di);
3740 second, third)));
6007 struct demangle_component *third = d_right (d_right (d_right (dc)));
6015 d_print_subexpr (dpi, options, third);
6026 if (third)
6027 d_print_subexpr (dpi, options, third);