Home
last modified time | relevance | path

Searched defs:havetempdecl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h310 bool havetempdecl; // if used second constructor variable
/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