Home
last modified time | relevance | path

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

/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_grammar.y428 $$ = OP2(DT_TOK_XLATE, dt_node_type($3), $6);
439 $$ = OP1(DT_TOK_SIZEOF, dt_node_type($3));
457 $$ = OP2(DT_TOK_LPAR, dt_node_type($2), $4);
793 $$ = dt_node_type(NULL);
796 $$ = dt_node_type(NULL);
799 $$ = dt_node_type(NULL);
HDdt_parser.h198 extern dt_node_t *dt_node_type(dt_decl_t *);
HDdt_parser.c1350 dt_node_type(dt_decl_t *ddp) in dt_node_type() function