Searched refs:pcb_stmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pcb.h80 dtrace_stmtdesc_t *pcb_stmt; /* intermediate stmt made by compiler */ member in struct:dt_pcb
H A Ddt_pcb.c132 if (pcb->pcb_stmt != NULL)
133 dtrace_stmt_destroy(dtp, pcb->pcb_stmt);
H A Ddt_cc.c150 assert(yypcb->pcb_stmt == NULL);
151 yypcb->pcb_stmt = sdp;
283 if (yypcb->pcb_stmt == sdp)
284 yypcb->pcb_stmt = NULL;
1632 assert(yypcb->pcb_stmt == NULL);
1653 assert(yypcb->pcb_stmt == sdp);

Completed in 111 milliseconds