Home
last modified time | relevance | path

Searched refs:packageTag (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c1142 static unsigned packageTag = 0; in Package() local
1143 this->tag = packageTag++; in Package()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d163 __gshared uint packageTag; in this() local
164 this.tag = packageTag++; in this()