/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | printtunable.c | 14 printtunable(tup) in printtunable() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | traits.d | 1208 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 D | typesem.d | 94 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 D | dsymbolsem.d | 2869 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 D | expressionsem.d | 969 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 D | dtemplate.d | 3940 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 D | dinterpret.d | 138 auto tup = e.isTupleExp(); in ctfeInterpretForPragmaMsg() local
|
H A D | expression.d | 2850 extern (D) this(const ref Loc loc, TupleDeclaration tup) in this()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | argtypes.c | 375 TypeTuple *tup = toArgTypes(f->type); in toArgTypes() local
|
H A D | traits.c | 915 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 D | dclass.c | 413 TypeTuple *tup = (TypeTuple *)tb; in semantic() local 1501 TypeTuple *tup = (TypeTuple *)tb; in semantic() local
|
H A D | expressionsem.c | 2196 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 D | dtemplate.c | 3585 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 D | expression.c | 1955 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 D | mtype.c | 8058 if (TupleDeclaration *tup = d->isTupleDeclaration()) in dotExp() local 8762 if (TupleDeclaration *tup = d->isTupleDeclaration()) in dotExp() local
|
H A D | dinterpret.c | 710 TupleExp *tup = (TupleExp *)e; in ctfeInterpretForPragmaMsg() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | typecons.d | 95 auto tup = tuple!("x", "y", "z")(2, 3, 4); variable 688 auto tup = ISD(1, "test", 3.2); member
|
H A D | path.d | 3014 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 D | typecons.d | 684 auto tup = ISD(1, "test", 3.2); in Tuple() member
|
H A D | path.d | 2914 auto tup = mismatch!((a, b) => filenameCmp!cs(a, b) == 0)(basePS, pathPS); variable
|