Searched refs:stmts (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/grammar/
H A DMakefile13 tst.stmts.d \
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_sugar.c358 * stmts
362 dt_sugar_new_basic_block(dt_sugar_parse_t *dp, int condid, dt_node_t *stmts) argument
382 dt_node_clause(dp->dtsp_pdescs, pred, stmts));
390 dt_sugar_visit_stmts(dt_sugar_parse_t *dp, dt_node_t *stmts, int precondition) argument
397 for (stmt = stmts; stmt != NULL; stmt = next_stmt) {
/freebsd-13-stable/contrib/libpcap/
H A Doptimize.c592 for (s = b->stmts; s; s = s->next) {
837 s = b->stmts;
1355 for (s = b->stmts; s != 0; s = s->next)
1375 for (s = b->stmts; s && s->next; s = s->next)
1416 for (s = b->stmts; s; s = s->next)
1447 if (b->stmts != 0) {
1448 b->stmts = 0;
1847 s = (*b)->stmts;
1848 (*b)->stmts = 0;
1852 tmp = (*b)->stmts;
[all...]
H A Dgencode.c1125 b->stmts = s;
1924 b->stmts = s;
2927 s = gen_load_802_11_header_len(cstate, s, b->stmts);
2960 sappend(s, b->stmts);
2961 b->stmts = s;
2980 b->stmts = s_load_dlt;
3785 b1->stmts = s;
4335 b1->stmts = s;
4350 b2->stmts = s;
4373 b1->stmts
[all...]
H A Dgencode.h245 struct slist *stmts; /* side effect stmts */ member in struct:block

Completed in 80 milliseconds