Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h309 bool semantictiargsdone; // has semanticTiargs() been done? variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d5828 semantictiargsdone = 1u << (_nest.sizeof * 8 - 1), // MSB of _nest enumerator
5840 bool semantictiargsdone() const { return (_nest & Flag.semantictiargsdone) != 0; } in semantictiargsdone() function
5841 void semantictiargsdone(bool x) in semantictiargsdone() function