Home
last modified time | relevance | path

Searched refs:overroot (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h61 TemplateDeclaration *overroot; // first in overnext list variable
H A Dtraits.d892 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in semanticTraits()
893 td = td.overroot; // then get the start in semanticTraits()
1160 td.overroot = null; in semanticTraits()
H A Ddtemplate.d558 TemplateDeclaration overroot; // first in overnext list variable
709 td.overroot = this; in overloadInsert()
4085 if (td.overroot) in visit()
4086 td = td.overroot; in visit()
6396 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in findTempDecl()
6397 td = td.overroot; // then get the start in findTempDecl()
6547 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in updateTempDecl()
6548 td = td.overroot; // then get the start in updateTempDecl()
H A Dtypesem.d3054 if (td.overroot) in visitIdentifier()
3055 td = td.overroot; in visitIdentifier()
H A Dexpressionsem.d454 if (td.overroot) in searchUFCS()
455 td = td.overroot; in searchUFCS()
2663 if (td.overroot) // if not start of overloaded list of TemplateDeclaration's in visit()
2664 td = td.overroot; // then get the start in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h68 TemplateDeclaration *overroot; // first in overnext list variable
H A Dtraits.c706 if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in semanticTraits()
707 td = td->overroot; // then get the start in semanticTraits()
H A Ddtemplate.c532 this->overroot = NULL; in TemplateDeclaration()
725 td->overroot = this; in overloadInsert()
3728 if (td->overroot) in deduceType()
3729 td = td->overroot; in deduceType()
6576 if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in findTempDecl()
6577 td = td->overroot; // then get the start in findTempDecl()
6716 if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in updateTempDecl()
6717 td = td->overroot; // then get the start in updateTempDecl()
H A Dexpression.c735 if (td->overroot) in searchUFCS()
736 td = td->overroot; in searchUFCS()
H A Dexpressionsem.c355 … if (td->overroot) // if not start of overloaded list of TemplateDeclaration's in visit()
356 td = td->overroot; // then get the start in visit()