HomeSort by: relevance | last modified time | path
    Searched refs:pcb_stmt (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pcb.h 80 dtrace_stmtdesc_t *pcb_stmt; /* intermediate stmt made by compiler */ member in struct:dt_pcb
dt_pcb.c 132 if (pcb->pcb_stmt != NULL)
133 dtrace_stmt_destroy(dtp, pcb->pcb_stmt);
dt_cc.c 150 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 29 milliseconds