Home
last modified time | relevance | path

Searched refs:stmts (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_sugar.c362 dt_sugar_new_basic_block(dt_sugar_parse_t *dp, int condid, dt_node_t *stmts) in dt_sugar_new_basic_block() argument
382 dt_node_clause(dp->dtsp_pdescs, pred, stmts)); in dt_sugar_new_basic_block()
390 dt_sugar_visit_stmts(dt_sugar_parse_t *dp, dt_node_t *stmts, int precondition) in dt_sugar_visit_stmts() argument
397 for (stmt = stmts; stmt != NULL; stmt = next_stmt) { in dt_sugar_visit_stmts()
/freebsd/contrib/libpcap/
H A Doptimize.c628 for (s = b->stmts; s; s = s->next) { in compute_local_ud()
896 s = b->stmts; in opt_peep()
1461 for (s = b->stmts; s != 0; s = s->next) in opt_deadstores()
1491 for (s = b->stmts; s && s->next; s = s->next) in opt_blk()
1532 for (s = b->stmts; s; s = s->next) in opt_blk()
1566 if (b->stmts != 0) { in opt_blk()
1567 b->stmts = 0; in opt_blk()
2175 s = (*b)->stmts; in opt_root()
2176 (*b)->stmts = 0; in opt_root()
2180 tmp = (*b)->stmts; in opt_root()
[all …]
H A Dgencode.c1128 b->stmts = s; in gen_ncmp()
1928 b->stmts = s; in gen_uncond()
2980 s = gen_load_802_11_header_len(cstate, s, b->stmts); in insert_compute_vloffsets()
3017 sappend(s, b->stmts); in insert_compute_vloffsets()
3018 b->stmts = s; in insert_compute_vloffsets()
3037 b->stmts = s_load_dlt; in gen_ppi_dlt_check()
3826 b1->stmts = s; in gen_llc_i()
4385 b1->stmts = s; in gen_wlanhostop()
4400 b2->stmts = s; in gen_wlanhostop()
4423 b1->stmts = s; in gen_wlanhostop()
[all …]
H A Dgencode.h270 struct slist *stmts; /* side effect stmts */ member
/freebsd/cddl/usr.sbin/dtrace/tests/common/grammar/
H A DMakefile11 tst.stmts.d \
/freebsd/crypto/heimdal/appl/push/
H A DChangeLog16 fprintf(stderr) for all dbg stmts.