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()152 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL) in ctf_decl_push()168 ctf_list_prepend(&cd->cd_nodes[prec], cdp); in ctf_decl_push()170 ctf_list_append(&cd->cd_nodes[prec], cdp); in ctf_decl_push()
139 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member
358 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in ctf_type_qlname()
767 ctf_list_t cd_nodes[CTF_PREC_MAX]; /* declaration node stacks */ member846 for (cdp = ctf_list_next(&cd->cd_nodes[i]); in ctf_decl_fini()1009 if (ctf_list_next(&cd->cd_nodes[prec]) == NULL) in ctf_decl_push()1025 ctf_list_prepend(&cd->cd_nodes[prec], cdp); in ctf_decl_push()1027 ctf_list_append(&cd->cd_nodes[prec], cdp); in ctf_decl_push()1081 for (cdp = ctf_list_next(&cd.cd_nodes[prec]); in fbt_type_name()