Home
last modified time | relevance | path

Searched refs:funcroot (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h62 FuncDeclaration *funcroot; // first function in unified overload list variable
H A Ddeclaration.d790 s = td.funcroot ? td.funcroot : td; in overloadInsert()
802 auto od = new OverDeclaration(ident, td.funcroot ? td.funcroot : td); in overloadInsert()
H A Dtraits.d1095 if (td && td.funcroot) in semanticTraits()
1096 f = td.funcroot; in semanticTraits()
1103 if (td && td.funcroot) in semanticTraits()
1104 f = td.funcroot; in semanticTraits()
H A Dfunc.d773 if (!td.funcroot) in overloadInsert()
774 td.funcroot = this; in overloadInsert()
3184 if (td && td.funcroot) in resolveFuncCall()
3185 s = fd = td.funcroot; in resolveFuncCall()
H A Ddtemplate.d559 FuncDeclaration funcroot; // first function in unified overload list variable
683 if (funcroot) in overloadInsert()
684 return funcroot.overloadInsert(fd); in overloadInsert()
685 funcroot = fd; in overloadInsert()
686 return funcroot.overloadInsert(this); in overloadInsert()
3067 if (td && td.funcroot)
3068 dstart = td.funcroot;
H A Dclone.d1573 ctor = td.funcroot; in needCopyCtor()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h69 FuncDeclaration *funcroot; // first function in unified overload list variable
H A Ddtemplate.c533 this->funcroot = NULL; in TemplateDeclaration()
709 if (funcroot) in overloadInsert()
710 return funcroot->overloadInsert(fd); in overloadInsert()
711 funcroot = fd; in overloadInsert()
712 return funcroot->overloadInsert(this); in overloadInsert()
2567 if (td && td->funcroot) in functionResolve()
2568 dstart = td->funcroot; in functionResolve()
H A Dfunc.c2935 if (!td->funcroot) in overloadInsert()
2936 td->funcroot = this; in overloadInsert()
3534 if (td && td->funcroot) in resolveFuncCall()
3535 s = fd = td->funcroot; in resolveFuncCall()