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

/osnet-11/usr/src/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.c146 assert(yypcb->pcb_stmt == NULL);
147 yypcb->pcb_stmt = sdp;
279 if (yypcb->pcb_stmt == sdp)
280 yypcb->pcb_stmt = NULL;
1373 assert(yypcb->pcb_stmt == NULL);
1394 assert(yypcb->pcb_stmt == sdp);

Completed in 27 milliseconds