Home
last modified time | relevance | path

Searched refs:dn_kind (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_pragma.c89 if (dnp == NULL || dnp->dn_kind != DT_NODE_IDENT || in dt_pragma_attributes()
90 dnp->dn_list == NULL || dnp->dn_list->dn_kind != DT_NODE_IDENT) { in dt_pragma_attributes()
171 if (dnp == NULL || dnp->dn_kind != DT_NODE_STRING || in dt_pragma_binding()
172 dnp->dn_list == NULL || dnp->dn_list->dn_kind != DT_NODE_IDENT) { in dt_pragma_binding()
248 cnp->dn_kind != DT_NODE_IDENT || nnp->dn_kind != DT_NODE_IDENT) { in dt_pragma_depends()
348 if (enp->dn_kind == DT_NODE_IDENT || in dt_pragma_error()
349 enp->dn_kind == DT_NODE_STRING) in dt_pragma_error()
357 if (enp->dn_kind == DT_NODE_IDENT || in dt_pragma_error()
358 enp->dn_kind == DT_NODE_STRING) { in dt_pragma_error()
380 if (dnp == NULL || dnp->dn_kind != DT_NODE_IDENT) { in dt_pragma_option()
[all …]
Ddt_parser.c407 switch (dnp->dn_kind) { in dt_node_name()
487 (void) snprintf(buf, len, "node <%u>", dnp->dn_kind); in dt_node_name()
508 dnp->dn_kind = (uchar_t)kind; in dt_node_xalloc()
545 uchar_t kind = dnp->dn_kind; in dt_node_free()
547 dnp->dn_kind = DT_NODE_FREE; in dt_node_free()
732 if (dnp->dn_kind == DT_NODE_STRING) in dt_node_type_size()
756 switch (dnp->dn_kind) { in dt_node_resolve()
791 if (dnp->dn_kind != DT_NODE_SYM) in dt_node_sizeof()
906 if (dnp->dn_kind == DT_NODE_VAR && in dt_node_is_dynamic()
1036 if (lp_is_int && (lp->dn_kind != DT_NODE_INT || lp->dn_value != 0)) in dt_node_is_ptrcompat()
[all …]
Ddt_cg.c337 assert(dst->dn_right->dn_kind == DT_NODE_IDENT); in dt_cg_field_set()
671 if (dnp->dn_child->dn_kind == DT_NODE_VAR) { in dt_cg_prearith_op()
726 if (dnp->dn_child->dn_kind == DT_NODE_VAR) { in dt_cg_postarith_op()
1018 dn.dn_kind = DT_NODE_OP2; in dt_cg_asgn_op()
1024 mn.dn_kind = DT_NODE_IDENT; in dt_cg_asgn_op()
1124 if (dnp->dn_left->dn_kind == DT_NODE_VAR) { in dt_cg_asgn_op()
1157 assert(dnp->dn_kind == DT_NODE_VAR); in dt_cg_assoc_op()
1236 assert(dnp->dn_kind == DT_NODE_VAR); in dt_cg_array_op()
1239 assert(dnp->dn_args->dn_kind == DT_NODE_INT); in dt_cg_array_op()
1823 if (dnp->dn_kind == DT_NODE_XLATOR) { in dt_cg_node()
[all …]
Ddt_cc.c343 if (anp->dn_kind != DT_NODE_AGG) { in dt_action_clear()
386 if (anp->dn_kind != DT_NODE_AGG) { in dt_action_normalize()
450 if (anp->dn_kind != DT_NODE_AGG) { in dt_action_trunc()
506 switch (dnp->dn_args->dn_kind) { in dt_action_printa()
532 if (anp->dn_kind != DT_NODE_AGG) { in dt_action_printa()
588 if (dnp->dn_args->dn_kind != DT_NODE_STRING) { in dt_action_printflike()
680 if (dnp->dn_args->dn_kind == DT_NODE_AGG) { in dt_action_trace()
841 if (arg1->dn_kind != DT_NODE_INT || in dt_action_ustack_args()
1054 if (addr == NULL || addr->dn_kind != DT_NODE_FUNC || in dt_action_printt()
1252 if (anp->dn_kind == DT_NODE_FUNC) { in dt_compile_agg()
[all …]
Ddt_decl.c383 if (dnp != NULL && dnp->dn_kind == DT_NODE_TYPE) { in dt_decl_array()
396 if (dnp != NULL && dnp->dn_kind != DT_NODE_TYPE) { in dt_decl_array()
575 if (ident == NULL && dnp->dn_kind == DT_NODE_INT && in dt_decl_member()
723 if (dnp->dn_kind != DT_NODE_IDENT || ctf_enum_value( in dt_decl_enumerator()
727 if (dnp->dn_kind != DT_NODE_INT) { in dt_decl_enumerator()
911 ddp->dd_node->dn_kind == DT_NODE_TYPE) { in dt_decl_type()
Ddt_as.c159 assert(dnp->dn_kind == DT_NODE_MEMBER); in dt_as_xlate()
160 assert(dnp->dn_membexpr->dn_kind == DT_NODE_XLATOR); in dt_as_xlate()
Ddt_ident.c338 if (ap->dn_kind != DT_NODE_INT) { in dt_idcook_args()
448 if (ap->dn_kind != DT_NODE_INT) { in dt_idcook_regs()
993 switch (dnp->dn_kind) { in dt_ident_resolve()
Ddt_parser.h51 uchar_t dn_kind; /* node kind (DT_NODE_*, defined below) */ member
Ddt_xlator.c79 assert(enp->dn_link->dn_kind == DT_NODE_MEMBER); in dt_xlator_create_member()
Ddt_printf.c1203 assert(lhs->dn_kind == DT_NODE_AGG); in dt_printa_validate()
1204 assert(rhs->dn_kind == DT_NODE_AGG); in dt_printa_validate()
Ddt_provider.c639 dnp->dn_kind = DT_NODE_TYPE; in dt_probe_tag()