Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d515 final Mcache* getMcache() in getMcache() function
1173 getMcache(); in mutableOf()
1179 getMcache(); in mutableOf()
1198 getMcache(); in mutableOf()
1270 getMcache(); in unSharedOf()
1392 getMcache(); in fixTo()
1397 getMcache(); in fixTo()
1402 getMcache(); in fixTo()
1407 getMcache(); in fixTo()
1439 getMcache(); in fixTo()
[all …]
H A Dtypesem.d944 printf("index.ito = x%p\n", mtype.index.getMcache().ito); in typeSemantic()
945 if (mtype.index.getMcache().ito) in typeSemantic()
947 printf("index.ito.mod = x%x\n", mtype.index.getMcache().ito.mod); in typeSemantic()
948 printf("index.ito.ito = x%p\n", mtype.index.getMcache().ito.getMcache().ito); in typeSemantic()