Home
last modified time | relevance | path

Searched defs:tiargs (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c199 Objects *tiargs = new Objects(); in opToArg() local
279 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
309 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
367 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
552 Objects *tiargs = new Objects(); in op_overload() local
618 Objects *tiargs = NULL; in op_overload() local
1186 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1222 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1275 Objects *tiargs = NULL; in op_overload() local
1413 Objects *tiargs = NULL; in compare_overload() local
H A Dtemplate.h295 Objects *tiargs; variable
H A Ddtemplate.c1120 Objects *tiargs = ti->tiargs; in deduceFunctionTemplateMatch() local
2133 Objects *tiargs, Type *tthis, Expressions *fargs) in functionResolve()
2141 Objects *tiargs; in functionResolve() member
4439 Objects *tiargs = new Objects(); in deduceType() local
4980 MATCH TemplateParameter::matchArg(Loc instLoc, Scope *sc, Objects *tiargs, in matchArg()
5710 MATCH TemplateTupleParameter::matchArg(Loc, Scope *sc, Objects *tiargs, in matchArg()
5850 TemplateInstance::TemplateInstance(Loc loc, TemplateDeclaration *td, Objects *tiargs) in TemplateInstance()
6767 bool TemplateInstance::semanticTiargs(Loc loc, Scope *sc, Objects *tiargs, int flags) in semanticTiargs()
8248 TemplateMixin::TemplateMixin(Loc loc, Identifier *ident, TypeQualified *tqual, Objects *tiargs) in TemplateMixin()
H A Dparse.c2645 Objects *tiargs; in parseMixin() local
2740 Objects *tiargs; in parseTemplateArguments() local
2784 Objects *tiargs = new Objects(); in parseTemplateArgumentList() local
2821 Objects *tiargs = new Objects(); in parseTemplateSingleArgument() local
7221 Objects *tiargs = parseTemplateArguments(); in parsePostExp() local
H A Ddstruct.c305 Objects *tiargs = new Objects(); in semantic3() local
H A Dexpressionsem.c165 OverloadSet *os, Objects* tiargs, Type *tthis, Expressions *arguments) in resolveOverloadSet()
1677 Objects *tiargs = new Objects(); in callExpSemantic() local
2158 Objects tiargs; in visit() local
2742 Objects *tiargs = NULL; // initial list of template arguments in visit() local
H A Dexpression.c249 Objects *tiargs; variable
4685 Objects *tiargs = new Objects(); in matchType() local
5416 …plateInstanceExp::DotTemplateInstanceExp(Loc loc, Expression *e, Identifier *name, Objects *tiargs) in DotTemplateInstanceExp()
6861 Objects *tiargs = new Objects(); in resolveOpDollar() local
H A Ddsymbol.c1732 Objects *tiargs = new Objects(); in search() local
H A Dfunc.c3486 Objects *tiargs, Type *tthis, Expressions *fargs, int flags) in resolveFuncCall()
H A Dmtype.c2263 Objects *tiargs = new Objects(); in noMember() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d200 auto tiargs = new Objects(); in opToArg() local
320 Objects* tiargs = opToArg(sc, e.op); in visitUna() local
348 Objects* tiargs = opToArg(sc, e.op); in visitUna() local
386 Objects* tiargs = opToArg(sc, e.op); in visitUna() local
572 auto tiargs = new Objects(); in visitCast() local
623 Objects* tiargs = null; in visitBin() local
1140 Objects* tiargs = opToArg(sc, e.op); in visitBinAssign() local
1173 Objects* tiargs = opToArg(sc, e.op); in visitBinAssign() local
1207 Objects* tiargs = null; in visitBinAssign() local
1324 Objects* tiargs = null; in compare_overload() local
H A Darrayop.d131 auto tiargs = new Objects(); in arrayOp() local
187 private void buildArrayOp(Scope* sc, Expression e, Objects* tiargs, Expressions* args) in buildArrayOp()
193 Objects* tiargs; in buildArrayOp() local
H A Dmustuse.d169 auto tiargs = ti.tiargs; in isIncrementOrDecrement() local
H A Dtemplate.h245 Objects *tiargs; variable
H A Ddtemplate.d971 private void formatParamsWithTiargs(ref Objects tiargs, ref OutBuffer buf) in formatParamsWithTiargs()
1259 auto tiargs = new Objects(); in leastAsSpecialized() local
1329 Objects* tiargs = ti.tiargs; in deduceFunctionTemplateMatch() local
4820 auto tiargs = new Objects(); in visit() local
5795 Objects* tiargs; variable
5862 extern (D) this(const ref Loc loc, Identifier ident, Objects* tiargs) in this()
5877 extern (D) this(const ref Loc loc, TemplateDeclaration td, Objects* tiargs) in this()
6570 extern (D) static bool semanticTiargs(const ref Loc loc, Scope* sc, Objects* tiargs, int flags) in semanticTiargs()
7639 extern (D) this(const ref Loc loc, Identifier ident, TypeQualified tqual, Objects* tiargs) in this()
7841 MATCH matchArg(TemplateParameter tp, Loc instLoc, Scope* sc, Objects* tiargs, size_t i, TemplatePar… in matchArg()
H A Dparse.d1643 AST.Objects* tiargs; in parseMixin() local
1735 AST.Objects* tiargs; in parseTemplateArguments() local
1778 auto tiargs = new AST.Objects(); in parseTemplateArgumentList() local
1816 auto tiargs = new AST.Objects(); in parseTemplateSingleArgument() local
8740 AST.Objects* tiargs = parseTemplateArguments(); variable
H A Dexpressionsem.d250 auto tiargs = new Objects(); in resolveOpDollar() local
1122 Objects* tiargs; variable
4164 auto tiargs = new Objects(); in callExpSemantic() local
4203 Objects* tiargs = null; // initial list of template arguments in visit() local
5771 Objects tiargs = Objects(1); in visit() local
6207 Objects* tiargs; in visit() local
7644 auto tiargs = new Objects(); in visit() local
9592 auto tiargs = new Objects(); in visit() local
H A Dsemantic3.d1543 auto tiargs = new Objects(); in visit() local
H A Dcparse.d1562 auto tiargs = new AST.Objects(); in cparseBuiltin_va_arg() local
H A Dtypesem.d3856 auto tiargs = new Objects(); in dotExp() local
H A Ddsymbolsem.d6899 Objects* tiargs = new Objects(1); in doAtomicOp() local
H A Dfunc.d3120 Objects* tiargs, Type tthis, Expressions* fargs, FuncResolveFlag flags) in resolveFuncCall()
H A Dexpression.d4881 extern (D) this(const ref Loc loc, Expression e, Identifier name, Objects* tiargs) in this()