Home
last modified time | relevance | path

Searched defs:tup (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprinttunable.c14 printtunable(tup) in printtunable() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d1208 auto tup = new TupleExp(e.loc, exps); in semanticTraits() local
1300 auto tup = new TupleExp(e.loc, exps); in semanticTraits() local
1329 auto tup = new TupleExp(e.loc, mods); in semanticTraits() local
1501 auto tup = new TupleExp(e.loc, exps); in semanticTraits() local
1976 auto tup = new TupleExp(e.loc, exps); in semanticTraits() local
2054 auto tup = new TupleExp(e.loc, exps); in semanticTraits() local
2092 auto tup = new TupleExp(e.loc, exps); in semanticTraits() local
H A Dtypesem.d94 private Expression semanticLength(Scope* sc, TupleDeclaration tup, Expression exp) in semanticLength()
123 auto tup = s.isTupleDeclaration(); in resolveTupleIndex() local
728 if (auto tup = s ? s.isTupleDeclaration() : null) in typeSemantic() local
2880 if (auto tup = s.isTupleDeclaration()) in visitSArray() local
2947 if (auto tup = ps.isTupleDeclaration()) in visitDArray() local
4082 if (TupleDeclaration tup = d.isTupleDeclaration()) in dotExp() local
4498 if (TupleDeclaration tup = d.isTupleDeclaration()) in dotExp() local
H A Ddsymbolsem.d2869 TupleExp tup = name ? null : resolved.isTupleExp(); in visit() local
4816 if (auto tup = tb.isTypeTuple()) in visit() local
5455 if (auto tup = tb.isTypeTuple()) in visit() local
6816 if (auto tup = v.aliassym.isTupleDeclaration()) in determineFields() local
H A Dexpressionsem.d969 if (TupleDeclaration tup = s.isTupleDeclaration()) in symbolToExp() local
2416 auto tup = new TypeTuple(args); in functionParameters() local
5469 Tuple tup = isTuple(tded); in visit() local
6530 if (auto tup = exp.var.isTupleDeclaration()) in visit() local
7962 TypeTuple tup; in visit() local
8445 TypeTuple tup; in visit() local
12554 if (auto tup = s.isTupleDeclaration()) in semanticY() local
H A Ddtemplate.d3940 TemplateTupleParameter tup = tx.isTemplateTupleParameter(); in visit() local
3956 Tuple tup = isTuple(o); in visit() local
3975 auto tup = new Tuple(tuple_dim); in visit() local
7520 if (Tuple tup = isTuple(o)) in unSpeculative() local
8260 Tuple tup = isTuple((*dedtypes)[i]); in matchArg() local
H A Ddinterpret.d138 auto tup = e.isTupleExp(); in ctfeInterpretForPragmaMsg() local
H A Dexpression.d2850 extern (D) this(const ref Loc loc, TupleDeclaration tup) in this()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c375 TypeTuple *tup = toArgTypes(f->type); in toArgTypes() local
H A Dtraits.c915 TupleExp *tup = new TupleExp(e->loc, exps); in semanticTraits() local
956 TupleExp *tup = new TupleExp(e->loc, mods); in semanticTraits() local
1110 TupleExp *tup = new TupleExp(e->loc, exps); in semanticTraits() local
H A Ddclass.c413 TypeTuple *tup = (TypeTuple *)tb; in semantic() local
1501 TypeTuple *tup = (TypeTuple *)tb; in semantic() local
H A Dexpressionsem.c2196 Tuple *tup = isTuple(tded); in visit() local
2536 if (TupleDeclaration *tup = exp->var->isTupleDeclaration()) in visit() local
4597 TypeTuple *tup; in visit() local
4997 TypeTuple *tup; in visit() local
8538 TupleDeclaration *tup = s->isTupleDeclaration(); in semanticY() local
H A Ddtemplate.c3585 TemplateTupleParameter *tup = tx->isTemplateTupleParameter(); in deduceType() local
3601 Tuple *tup = isTuple(o); in deduceType() local
3620 Tuple *tup = new Tuple(); in deduceType() local
5751 Tuple *tup = isTuple((*dedtypes)[i]); in matchArg() local
8029 if (Tuple *tup = isTuple(o)) in unSpeculative() local
H A Dexpression.c1955 TypeTuple *tup = new TypeTuple(args); in functionParameters() local
3316 if (TupleDeclaration *tup = s->isTupleDeclaration()) in resolve() local
4484 TupleExp::TupleExp(Loc loc, TupleDeclaration *tup) in TupleExp()
H A Dmtype.c8058 if (TupleDeclaration *tup = d->isTupleDeclaration()) in dotExp() local
8762 if (TupleDeclaration *tup = d->isTupleDeclaration()) in dotExp() local
H A Ddinterpret.c710 TupleExp *tup = (TupleExp *)e; in ctfeInterpretForPragmaMsg() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d95 auto tup = tuple!("x", "y", "z")(2, 3, 4); variable
688 auto tup = ISD(1, "test", 3.2); member
H A Dpath.d3014 auto tup = mismatch!((a, b) => filenameCmp!cs(a, b) == 0)(basePS, pathPS); variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d684 auto tup = ISD(1, "test", 3.2); in Tuple() member
H A Dpath.d2914 auto tup = mismatch!((a, b) => filenameCmp!cs(a, b) == 0)(basePS, pathPS); variable