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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y413 $$ = OP2(DT_TOK_XLATE, dt_node_type($3), $6);
424 $$ = OP1(DT_TOK_SIZEOF, dt_node_type($3));
442 $$ = OP2(DT_TOK_LPAR, dt_node_type($2), $4);
777 $$ = dt_node_type(NULL);
780 $$ = dt_node_type(NULL);
783 $$ = dt_node_type(NULL);
H A Ddt_parser.h196 extern dt_node_t *dt_node_type(dt_decl_t *);
H A Ddt_parser.c1314 dt_node_type(dt_decl_t *ddp) function
1324 * form of dt_node_type() is used by parameter rules in dt_grammar.y.

Completed in 69 milliseconds