Home
last modified time | relevance | path

Searched refs:dt_node_statement (Results 1 – 4 of 4) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_sugar.c168 body = dt_node_statement(dt_node_op2(DT_TOK_ASGN, in dt_sugar_new_condition_impl()
315 dt_node_t *stmt = dt_node_statement(dt_node_op2(DT_TOK_ASGN, in dt_sugar_new_clearerror_clause()
450 acts = dt_node_statement(dt_node_op2(DT_TOK_ASGN, in dt_sugar_makeerrorclause()
H A Ddt_parser.h218 extern dt_node_t *dt_node_statement(dt_node_t *);
H A Ddt_grammar.y365 $$ = LINK($1, dt_node_statement($2));
374 | expression ';' { $$ = dt_node_statement($1); }
H A Ddt_parser.c2151 dt_node_statement(dt_node_t *expr) in dt_node_statement() function