Home
last modified time | relevance | path

Searched refs:localNum (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmangle.d481 uint localNum = s.localNum; in mangleParent() local
486 localNum = ti.tempdecl.localNum; in mangleParent()
498 if (localNum) in mangleParent()
499 writeLocalParent(buf, localNum); in mangleParent()
1247 void writeLocalParent(OutBuffer* buf, uint localNum) in writeLocalParent() argument
1250 auto n = localNum; in writeLocalParent()
1256 buf.printf("%u__S%u", ndigits + 3, localNum); in writeLocalParent()
1347 if (linkage != LINK.d && d.localNum) in private()
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
317 if (s && ident && s.ident && ident.equals(s.ident) && localNum == s.localNum) in equals()
H A Dexpressionsem.d5280 s.localNum = cast(ushort)(originalSymbol.localNum + 1); in visit()
5282 if (!s.localNum) in visit()