Home
last modified time | relevance | path

Searched refs:pcb_root (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_pcb.h61 dt_node_t *pcb_root; /* root of current parse tree */ member
HDdt_cc.c2500 if (yyparse() != 0 || yypcb->pcb_root == NULL) in dt_compile()
2509 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()
2528 assert(yypcb->pcb_root->dn_kind == DT_NODE_PROG); in dt_compile()
2530 if ((dnp = yypcb->pcb_root->dn_list) == NULL && in dt_compile()
2561 (void) dt_node_cook(yypcb->pcb_root, DT_IDFLG_REF); in dt_compile()
2562 dt_cg(yypcb, yypcb->pcb_root); in dt_compile()
2567 ddp = (dt_decl_t *)yypcb->pcb_root; /* root is really a decl */ in dt_compile()
2579 if (context != DT_CTX_DTYPE && yypcb->pcb_root != NULL && in dt_compile()
2581 dt_node_printr(yypcb->pcb_root, stderr, 0); in dt_compile()
HDdt_parser.c4852 yypcb->pcb_root = dnp; in dt_node_root()