Lines Matching refs:CTF_ERR
88 ddp->dd_type = CTF_ERR; in dt_decl_alloc()
152 dsp->ds_type = CTF_ERR; in dt_decl_pop()
320 if (dnp->dn_type == CTF_ERR && !(flags & DT_DP_VARARGS)) { in dt_decl_prototype()
482 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR && in dt_decl_sou()
491 if (type == CTF_ERR || ctf_update(ctfp) == CTF_ERR) { in dt_decl_sou()
588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR || in dt_decl_member()
606 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
607 ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_member()
630 if (dtt.dtt_type == CTF_ERR || in dt_decl_member()
631 ctf_update(dtt.dtt_ctfp) == CTF_ERR) { in dt_decl_member()
638 ident, dtt.dtt_type) == CTF_ERR) { in dt_decl_member()
677 if (name != NULL && (type = ctf_lookup_by_name(ctfp, n)) != CTF_ERR) { in dt_decl_enum()
680 } else if ((type = ctf_add_enum(ctfp, flag, name)) == CTF_ERR) { in dt_decl_enum()
746 name, value) == CTF_ERR || ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_decl_enumerator()
939 if (tip->dtt_type == CTF_ERR || in dt_decl_type()
940 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
960 if (tip->dtt_type == CTF_ERR || in dt_decl_type()
961 ctf_update(tip->dtt_ctfp) == CTF_ERR) { in dt_decl_type()
1039 if (type == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_decl_type()
1062 dsp->ds_type = CTF_ERR; in dt_scope_create()
1111 if (dsp->ds_ctfp != NULL && ctf_update(dsp->ds_ctfp) == CTF_ERR) { in dt_scope_pop()