Searched refs:cd_nodes (Results 1 – 4 of 4) sorted by relevance
78 for (cdp = ctf_list_next(&cd->cd_nodes[i]); in ctf_decl_fini()149 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL) in ctf_decl_push()165 ctf_list_prepend(&cd->cd_nodes[prec], cdp); in ctf_decl_push()167 ctf_list_append(&cd->cd_nodes[prec], cdp); in ctf_decl_push()
128 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member
237 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in ctf_type_qlname()
637 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member716 for (cdp = ctf_list_next(&cd->cd_nodes[i]); in ctf_decl_fini()844 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL) in ctf_decl_push()860 ctf_list_prepend(&cd->cd_nodes[prec], cdp); in ctf_decl_push()862 ctf_list_append(&cd->cd_nodes[prec], cdp); in ctf_decl_push()916 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in fbt_type_name()