Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d1339 final Type sharedWildOf() in sharedWildOf() function
1806 t = sharedWildOf(); in castMod()
1864 t = sharedWildOf(); in addMod()
1888 t = sharedWildOf(); in addMod()
1910 t = sharedWildOf(); in addMod()
2889 t.next = next.sharedWildOf(); in makeShared()
2939 t.next = next.sharedWildOf(); in makeWild()
2987 t.next = next.sharedWildOf(); in makeSharedWild()
H A Dmtype.h272 Type *sharedWildOf();
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c570 Type *Type::sharedWildOf() in sharedWildOf() function
1022 t = sharedWildOf(); in castMod()
1081 t = sharedWildOf(); in addMod()
1105 t = sharedWildOf(); in addMod()
1127 t = sharedWildOf(); in addMod()
2698 t->next = next->sharedWildOf(); in makeShared()
2750 t->next = next->sharedWildOf(); in makeWild()
2800 t->next = next->sharedWildOf(); in makeSharedWild()
H A Dmtype.h285 Type *sharedWildOf();