Home
last modified time | relevance | path

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

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dopover.d199 auto tiargs = new Objects(); in opToArg() local
330 Objects* tiargs = opToArg(sc, e.op); in visit() local
359 Objects* tiargs = opToArg(sc, e.op); in visit() local
398 Objects* tiargs = opToArg(sc, e.op); in visit() local
581 auto tiargs = new Objects(); in visit() local
629 Objects* tiargs = null; in visit() local
1161 Objects* tiargs = opToArg(sc, e.op); in visit() local
1195 Objects* tiargs = opToArg(sc, e.op); in visit() local
1230 Objects* tiargs = null; in visit() local
1334 Objects* tiargs = null; in compare_overload() local
H A Darrayop.d130 auto tiargs = new Objects(); in arrayOp() local
186 private void buildArrayOp(Scope* sc, Expression e, Objects* tiargs, Expressions* args) in buildArrayOp()
192 Objects* tiargs; in buildArrayOp() 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
4808 auto tiargs = new Objects(); in visit() local
5778 Objects* tiargs; variable
5845 extern (D) this(const ref Loc loc, Identifier ident, Objects* tiargs) in this()
5860 extern (D) this(const ref Loc loc, TemplateDeclaration td, Objects* tiargs) in this()
6576 extern (D) static bool semanticTiargs(const ref Loc loc, Scope* sc, Objects* tiargs, int flags) in semanticTiargs()
7641 extern (D) this(const ref Loc loc, Identifier ident, TypeQualified tqual, Objects* tiargs) in this()
7836 MATCH matchArg(TemplateParameter tp, Loc instLoc, Scope* sc, Objects* tiargs, size_t i, TemplatePar… in matchArg()
/dports/lang/gcc9/gcc-9.4.0/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
/dports/devel/avr-gcc/gcc-10.2.0/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
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dopover.c196 Objects *tiargs = new Objects(); in opToArg() local
276 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
306 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
364 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
549 Objects *tiargs = new Objects(); in op_overload() local
615 Objects *tiargs = NULL; in op_overload() local
1183 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1219 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1272 Objects *tiargs = NULL; in op_overload() local
1410 Objects *tiargs = NULL; in compare_overload() local
H A Dtemplate.h296 Objects *tiargs; variable
H A Ddtemplate.c1033 Objects *tiargs = ti->tiargs; in deduceFunctionTemplateMatch() local
2052 Objects *tiargs, Type *tthis, Expressions *fargs, const char **pMessage) in functionResolve()
2060 Objects *tiargs; in functionResolve() member
4364 Objects *tiargs = new Objects(); in deduceType() local
4905 MATCH TemplateParameter::matchArg(Loc instLoc, Scope *sc, Objects *tiargs, in matchArg()
5590 MATCH TemplateTupleParameter::matchArg(Loc, Scope *sc, Objects *tiargs, in matchArg()
5730 TemplateInstance::TemplateInstance(Loc loc, TemplateDeclaration *td, Objects *tiargs) in TemplateInstance()
6094 bool TemplateInstance::semanticTiargs(Loc loc, Scope *sc, Objects *tiargs, int flags) in semanticTiargs()
7417 TemplateMixin::TemplateMixin(Loc loc, Identifier *ident, TypeQualified *tqual, Objects *tiargs) in TemplateMixin()
/dports/lang/gcc10-devel/gcc-10-20211008/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
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dopover.c196 Objects *tiargs = new Objects(); in opToArg() local
276 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
306 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
364 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
549 Objects *tiargs = new Objects(); in op_overload() local
615 Objects *tiargs = NULL; in op_overload() local
1183 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1219 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1272 Objects *tiargs = NULL; in op_overload() local
1410 Objects *tiargs = NULL; in compare_overload() local
H A Dtemplate.h296 Objects *tiargs; variable
H A Ddtemplate.c1033 Objects *tiargs = ti->tiargs; in deduceFunctionTemplateMatch() local
2052 Objects *tiargs, Type *tthis, Expressions *fargs, const char **pMessage) in functionResolve()
2060 Objects *tiargs; in functionResolve() member
4364 Objects *tiargs = new Objects(); in deduceType() local
4905 MATCH TemplateParameter::matchArg(Loc instLoc, Scope *sc, Objects *tiargs, in matchArg()
5590 MATCH TemplateTupleParameter::matchArg(Loc, Scope *sc, Objects *tiargs, in matchArg()
5730 TemplateInstance::TemplateInstance(Loc loc, TemplateDeclaration *td, Objects *tiargs) in TemplateInstance()
6094 bool TemplateInstance::semanticTiargs(Loc loc, Scope *sc, Objects *tiargs, int flags) in semanticTiargs()
7417 TemplateMixin::TemplateMixin(Loc loc, Identifier *ident, TypeQualified *tqual, Objects *tiargs) in TemplateMixin()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dopover.c196 Objects *tiargs = new Objects(); in opToArg() local
276 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
306 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
364 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
549 Objects *tiargs = new Objects(); in op_overload() local
615 Objects *tiargs = NULL; in op_overload() local
1183 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1219 Objects *tiargs = opToArg(sc, e->op); in op_overload() local
1272 Objects *tiargs = NULL; in op_overload() local
1410 Objects *tiargs = NULL; in compare_overload() local
H A Dtemplate.h296 Objects *tiargs; variable
H A Ddtemplate.c1033 Objects *tiargs = ti->tiargs; in deduceFunctionTemplateMatch() local
2052 Objects *tiargs, Type *tthis, Expressions *fargs, const char **pMessage) in functionResolve()
2060 Objects *tiargs; in functionResolve() member
4364 Objects *tiargs = new Objects(); in deduceType() local
4905 MATCH TemplateParameter::matchArg(Loc instLoc, Scope *sc, Objects *tiargs, in matchArg()
5590 MATCH TemplateTupleParameter::matchArg(Loc, Scope *sc, Objects *tiargs, in matchArg()
5730 TemplateInstance::TemplateInstance(Loc loc, TemplateDeclaration *td, Objects *tiargs) in TemplateInstance()
6094 bool TemplateInstance::semanticTiargs(Loc loc, Scope *sc, Objects *tiargs, int flags) in semanticTiargs()
7417 TemplateMixin::TemplateMixin(Loc loc, Identifier *ident, TypeQualified *tqual, Objects *tiargs) in TemplateMixin()
/dports/lang/gcc9-aux/gcc-9.1.0/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
/dports/lang/gcc10/gcc-10.3.0/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
/dports/lang/gcc9-devel/gcc-9-20211007/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

1234