Home
last modified time | relevance | path

Searched refs:havetempdecl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h310 bool havetempdecl; // if used second constructor variable
H A Ddtemplate.c5838 this->havetempdecl = false; in TemplateInstance()
5868 this->havetempdecl = true; in TemplateInstance()
6535 if (havetempdecl) in findTempDecl()
6989 if (havetempdecl) in findBestMatch()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d5829 havetempdecl = semantictiargsdone >> 1, enumerator
5847 bool havetempdecl() const { return (_nest & Flag.havetempdecl) != 0; } in havetempdecl() function
5848 void havetempdecl(bool x) in havetempdecl() function
5850 if (x) _nest |= Flag.havetempdecl; in havetempdecl()
5851 else _nest &= ~Flag.havetempdecl; in havetempdecl()
5888 this.havetempdecl = true; in this()
6351 if (havetempdecl) in findTempDecl()
6858 if (havetempdecl) in findBestMatch()