Lines Matching refs:tl
2710 struct demangle_component *tl; in d_parmlist() local
2713 tl = NULL; in d_parmlist()
2714 ptl = &tl; in d_parmlist()
2738 if (tl == NULL) in d_parmlist()
2742 if (d_right (tl) == NULL in d_parmlist()
2743 && d_left (tl)->type == DEMANGLE_COMPONENT_BUILTIN_TYPE in d_parmlist()
2744 && d_left (tl)->u.s_builtin.type->print == D_PRINT_VOID) in d_parmlist()
2746 di->expansion -= d_left (tl)->u.s_builtin.type->len; in d_parmlist()
2747 d_left (tl) = NULL; in d_parmlist()
2750 return tl; in d_parmlist()
2759 struct demangle_component *tl; in d_bare_function_type() local
2780 tl = d_parmlist (di); in d_bare_function_type()
2781 if (tl == NULL) in d_bare_function_type()
2785 return_type, tl); in d_bare_function_type()
3474 struct demangle_component *tl; in d_lambda() local
3483 tl = d_parmlist (di); in d_lambda()
3484 if (tl == NULL) in d_lambda()
3498 ret->u.s_unary_num.sub = tl; in d_lambda()