Searched refs:treq (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/conf/transp/
H A Dtransp_tli.c101 struct t_bind *treq, *tret; local
104 treq = (struct t_bind *) t_alloc(td, T_BIND, T_ADDR);
105 if (!treq) {
111 t_free((char *) treq, T_BIND);
115 memset((char *) treq->addr.buf, 0, treq->addr.len);
116 sin = (struct sockaddr_in *) treq->addr.buf;
118 treq->qlen = 64; /* 0 is ok for udp, for tcp you need qlen>0 */
119 treq->addr.len = treq
314 struct t_bind *treq, *tret; local
474 struct t_bind *treq; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c500 if (fld && fld->treq)
502 Type *treq = fld->treq; local
503 assert(treq->nextOf()->ty == Tfunction);
504 if (treq->ty == Tdelegate)
506 else if (treq->ty == Tpointer && treq->nextOf()->ty == Tfunction)
510 linkage = treq->nextOf()->toTypeFunction()->linkage;
4706 this->treq = NULL;
4717 f->treq
[all...]
H A Dexpressionsem.c1554 /* fd->treq might be incomplete type,
1557 * foo(a=>a); // in IFTI, treq == T delegate(int)
1559 //if (exp->fd->treq)
1560 // exp->fd->treq = exp->fd->treq->semantic(exp->loc, sc);
1565 if (exp->fd->treq && !exp->fd->type->nextOf())
1568 if (exp->fd->treq->ty == Tdelegate ||
1569 (exp->fd->treq->ty == Tpointer && exp->fd->treq->nextOf()->ty == Tfunction))
1570 tfv = (TypeFunction *)exp->fd->treq
[all...]
H A Ddeclaration.h704 Type *treq; // target of return type inference member in class:FuncLiteralDeclaration
H A Dstatementsem.c2755 else if (fld && fld->treq)
2756 rs->exp = inferType(rs->exp, fld->treq->nextOf()->nextOf());
H A Ddtemplate.c4470 e->fd->treq = tparam;
4477 e->fd->treq = NULL;
H A Dexpression.c4711 fd->treq = to;
4718 fd->treq = NULL;
H A Ddcast.c2463 fe->fd->treq = t;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h715 Type *treq; // target of return type inference member in class:FuncLiteralDeclaration
H A Ddsymbolsem.d3022 if (fld.treq)
3024 Type treq = fld.treq;
3025 assert(treq.nextOf().ty == Tfunction);
3026 if (treq.ty == Tdelegate)
3028 else if (treq.isPtrToFunction())
3032 funcdecl._linkage = treq.nextOf().toTypeFunction().linkage;
H A Dexpressionsem.d3996 if (exp.fd.treq)
3997 printf(" treq = %s\n", exp.fd.treq.toChars());
4013 /* fd.treq might be incomplete type,
4016 * foo(a=>a); // in IFTI, treq == T delegate(int)
4018 //if (fd.treq)
4019 // fd.treq = fd.treq.dsymbolSemantic(loc, sc);
4024 if (exp.fd.treq && !exp.fd.type.nextOf())
4027 if (exp.fd.treq
[all...]
H A Dfunc.d3671 Type treq; // target of return type inference
3693 f.treq = treq; // don't need to copy
H A Dstatementsem.d2873 else if (fld && fld.treq)
2874 rs.exp = inferType(rs.exp, fld.treq.nextOf().nextOf());
H A Ddtemplate.d4847 e.fd.treq = tparam;
4853 e.fd.treq = null;
H A Dexpression.d3939 fd.treq = to;
3945 fd.treq = null;
H A Ddcast.d2715 fe.fd.treq = t;

Completed in 217 milliseconds