Lines Matching refs:assert

36 #include <assert.h>
201 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY);
252 assert(dnp->dn_op == DT_TOK_PTR || dnp->dn_op == DT_TOK_DOT);
337 assert(dst->dn_op == DT_TOK_PTR || dst->dn_op == DT_TOK_DOT);
338 assert(dst->dn_right->dn_kind == DT_NODE_IDENT);
578 assert(dnp->dn_op == DT_TOK_SUB);
625 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER);
658 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE);
659 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
684 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER);
715 assert(dnp->dn_child->dn_flags & DT_NF_WRITABLE);
716 assert(dnp->dn_child->dn_flags & DT_NF_LVALUE);
1095 assert(dnp->dn_reg == dnp->dn_right->dn_reg);
1119 assert(dnp->dn_left->dn_flags & DT_NF_WRITABLE);
1120 assert(dnp->dn_left->dn_flags & DT_NF_LVALUE);
1139 assert(dnp->dn_kind == DT_NODE_VAR);
1140 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL));
1141 assert(dnp->dn_args != NULL);
1219 assert(dnp->dn_kind == DT_NODE_VAR);
1220 assert(!(idp->di_flags & DT_IDFLG_LOCAL));
1222 assert(dnp->dn_args->dn_kind == DT_NODE_INT);
1223 assert(dnp->dn_args->dn_list == NULL);
1279 assert(size < sizeof (uint64_t));
1316 assert(idp->di_flags & DT_IDFLG_INLINE);
1317 assert(idp->di_ops == &dt_idops_inline);
1595 assert(size != 0);
1616 assert(dxp->dx_ident->di_flags & DT_IDFLG_CGREG);
1617 assert(dxp->dx_ident->di_id != 0);
1639 assert(dnp->dn_kind == DT_NODE_OP2);
1652 assert(dnp->dn_right->dn_kind == DT_NODE_IDENT);
1672 assert(mnp != NULL);
1754 assert(dnp->dn_kind == DT_NODE_STRING);
1824 assert(dnp->dn_ident->di_id == DIF_VAR_ARGS);
1930 assert(pcb->pcb_dret == NULL);