Searched refs:dd_next (Results 1 – 3 of 3) sorted by relevance
91 ddp->dd_next = NULL; in dt_decl_alloc()102 ndp = ddp->dd_next; in dt_decl_free()115 while (ddp->dd_next != NULL) { in dt_decl_reset()116 dsp->ds_decl = ddp->dd_next; in dt_decl_reset()117 ddp->dd_next = NULL; in dt_decl_reset()135 assert(ddp->dd_next == NULL); in dt_decl_push()136 ddp->dd_next = top; in dt_decl_push()380 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY) in dt_decl_array()381 ndp = ndp->dd_next; /* skip to bottom-most array declaration */ in dt_decl_array()388 dsp->ds_decl = ddp->dd_next; in dt_decl_array()[all …]
52 struct dt_decl *dd_next; /* next declaration in list */ member
1656 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_decl()2299 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_inline()