Home
last modified time | relevance | path

Searched defs:localNum (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d481 uint localNum = s.localNum; in mangleParent() local
1247 void writeLocalParent(OutBuffer* buf, uint localNum) in writeLocalParent()
H A Ddsymbol.h183 …unsigned short localNum; // perturb mangled name to avoid collisions with those in FuncDecl… variable
H A Ddsymbol.d253 …ushort localNum; /// perturb mangled name to avoid collisions with those in FuncDeclaration… variable