Searched refs:t_type (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dtypedef33.C7 typedef T t_type; typedef in struct:V
13 typedef typename V<T>::t_type t_type; typedef in class:J
14 const t_type& f(); // #0:
16 t_type b;
20 const typename V<T>::t_type& J<T>::f() {return b;} // #1
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dfixup_tdescs.c70 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
80 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name ||
81 ml->ml_type->t_tdesc->t_type != POINTER ||
86 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
89 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF)
94 p2->t_type = POINTER;
99 p1->t_type = POINTER;
120 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF)
124 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
131 if (ml->ml_type->t_type !
[all...]
H A Dst_parse.c159 tdp->t_type = TYPEDEF_UNRES;
181 ntdp->t_type = TYPEDEF;
309 assert(tdp->t_type != TYPEDEF);
315 ntdp->t_type = TYPEDEF;
321 assert(tdp->t_type == FORWARD ||
322 tdp->t_type == INTRINSIC);
327 ntdp->t_type = TYPEDEF;
335 ntdp->t_type = TYPEDEF;
372 tdp->t_type = TYPEDEF;
565 otdp->t_type, TYPEFIL
[all...]
H A Dtraverse.c160 if ((travcb = tdtd->firstops[this->t_type]) != NULL) {
171 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) {
179 if ((descender = tddescenders[this->t_type]) != NULL &&
183 if ((travcb = tdtd->postops[this->t_type]) != NULL &&
H A Dctf.c282 switch (tp->t_type) {
336 if (tp->t_type == STRUCT)
453 warning("Can't write unknown type %d\n", tp->t_type);
976 tdp->t_type = INTRINSIC;
1003 tdp->t_type = INTRINSIC;
1019 tdp->t_type = POINTER;
1024 tdp->t_type = ARRAY;
1039 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1084 tdp->t_type = ENUM;
1101 tdp->t_type
[all...]
H A Dmerge.c353 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp);
355 return (defn->t_type == STRUCT || defn->t_type == UNION);
385 if (ctdp->t_type != mtdp->t_type) {
386 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD)
396 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL)
465 if (ed.ed_tgt->t_type == FORWARD && ctdp->t_type !
[all...]
H A Ddwarf.c186 switch (tdp->t_type) {
211 tdp->t_id, tdp->t_type);
220 switch (tdp->t_type) {
247 tdp->t_id, tdp->t_type);
256 switch (tdp->t_type) {
532 tdp->t_type = INTRINSIC;
588 new->t_type = INTRINSIC;
623 dimtdp->t_type = ARRAY;
695 dimtdp->t_type == ARRAY;
770 tdp->t_type
[all...]
H A Dtdata.c68 switch (tdp->t_type) {
106 tdp->t_type, tdp->t_id);
261 if (free_cbs[tdp->t_type])
262 free_cbs[tdp->t_type](tdp);
H A Dstabs.c92 if (!new || (new->t_type != STRUCT && new->t_type != UNION))
H A Dctftools.h227 stabtype_t t_type; member in struct:tdesc
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_tableset.c85 int t_type; member in struct:npf_table
180 if (t->t_nitems || t->t_type != ot->t_type) {
269 t->t_type = type;
283 switch (t->t_type) {
375 switch (t->t_type) {
445 switch (t->t_type) {
500 switch (t->t_type) {
571 switch (t->t_type) {
/netbsd-6-1-5-RELEASE/bin/mt/
H A Dmt.c237 short t_type; /* type of magtape device */ member in struct:tape_desc
251 { .t_type = 0 }
264 if (mt->t_type == 0) {
269 if (mt->t_type == bp->mt_type)
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Disakmp.h405 u_int8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/
404 u_int8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/ member in struct:ikev2_t
H A Dprint-isakmp.c1453 switch (t.t_type) {
1483 STR_OR_ID(t.t_type, ikev2_t_type_map),
1487 STR_OR_ID(t.t_type, ikev2_t_type_map),
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dcmds.c132 int t_type; member in struct:types
265 curtype = type = p->t_type;
287 if (newtype == p->t_type)

Completed in 158 milliseconds