Searched refs:dn_op (Results 1 – 5 of 5) sorted by relevance
468 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op)); in dt_node_name()527 dnp->dn_op = 0; in dt_node_xalloc()1274 dnp->dn_op = DT_TOK_INT; in dt_node_int()1321 dnp->dn_op = DT_TOK_STRING; in dt_node_string()1352 dnp->dn_op = DT_TOK_INT; in dt_node_ident()1361 dnp->dn_op = name[0] == '@' ? DT_TOK_AGG : DT_TOK_IDENT; in dt_node_ident()1397 dnp->dn_op = DT_TOK_IDENT; in dt_node_type()1420 dnp->dn_op = DT_TOK_IDENT; in dt_node_vatype()1915 cp->dn_op = DT_TOK_INT; in dt_node_op1()1923 dnp->dn_op = (ushort_t)op; in dt_node_op1()[all …]
253 assert(dnp->dn_op == DT_TOK_PTR || dnp->dn_op == DT_TOK_DOT); in dt_cg_field_get()336 assert(dst->dn_op == DT_TOK_PTR || dst->dn_op == DT_TOK_DOT); in dt_cg_field_set()342 if (dst->dn_op == DT_TOK_PTR) { in dt_cg_field_set()594 int is_ptr_op = (dnp->dn_op == DT_TOK_ADD || dnp->dn_op == DT_TOK_SUB || in dt_cg_arithmetic_op()595 dnp->dn_op == DT_TOK_ADD_EQ || dnp->dn_op == DT_TOK_SUB_EQ); in dt_cg_arithmetic_op()603 assert(dnp->dn_op == DT_TOK_SUB); in dt_cg_arithmetic_op()1019 dn.dn_op = DT_TOK_DOT; in dt_cg_asgn_op()1025 mn.dn_op = DT_TOK_IDENT; in dt_cg_asgn_op()1525 switch (dnp->dn_op) { in dt_cg_node()1867 if (dnp->dn_op == DT_TOK_PTR) { in dt_cg_node()[all …]
55 ushort_t dn_op; /* operator (DT_TOK_*, defined by lex) */ member
220 if (dnp->dn_op == DT_TOK_LBRAC) { in dt_sugar_visit_all()
71 enp->dn_op = DT_TOK_XLATE; in dt_xlator_create_member()