/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | opover.c | 199 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 D | template.h | 295 Objects *tiargs; variable
|
H A D | dtemplate.c | 1120 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 D | parse.c | 2645 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 D | dstruct.c | 305 Objects *tiargs = new Objects(); in semantic3() local
|
H A D | expressionsem.c | 165 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 D | expression.c | 249 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 D | dsymbol.c | 1732 Objects *tiargs = new Objects(); in search() local
|
H A D | func.c | 3486 Objects *tiargs, Type *tthis, Expressions *fargs, int flags) in resolveFuncCall()
|
H A D | mtype.c | 2263 Objects *tiargs = new Objects(); in noMember() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | opover.d | 200 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 D | arrayop.d | 131 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 D | mustuse.d | 169 auto tiargs = ti.tiargs; in isIncrementOrDecrement() local
|
H A D | template.h | 245 Objects *tiargs; variable
|
H A D | dtemplate.d | 971 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 D | parse.d | 1643 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 D | expressionsem.d | 250 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 D | semantic3.d | 1543 auto tiargs = new Objects(); in visit() local
|
H A D | cparse.d | 1562 auto tiargs = new AST.Objects(); in cparseBuiltin_va_arg() local
|
H A D | typesem.d | 3856 auto tiargs = new Objects(); in dotExp() local
|
H A D | dsymbolsem.d | 6899 Objects* tiargs = new Objects(1); in doAtomicOp() local
|
H A D | func.d | 3120 Objects* tiargs, Type tthis, Expressions* fargs, FuncResolveFlag flags) in resolveFuncCall()
|
H A D | expression.d | 4881 extern (D) this(const ref Loc loc, Expression e, Identifier name, Objects* tiargs) in this()
|