Home
last modified time | relevance | path

Searched refs:sharedConstOf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d1234 final Type sharedConstOf() in sharedConstOf() function
1802 t = sharedConstOf(); in castMod()
1847 t = sharedConstOf(); in addMod()
1893 t = sharedConstOf(); in addMod()
1903 t = sharedConstOf(); in addMod()
2843 t.next = next.sharedConstOf(); in makeConst()
2894 t.next = next.sharedConstOf(); in makeShared()
2917 t.next = next.sharedConstOf(); in makeSharedConst()
H A Dmtype.h268 Type *sharedConstOf();
H A Dclone.d494 hasIt(ad.type.sharedConstOf())) in hasIdentityOpEquals()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c462 Type *Type::sharedConstOf() in sharedConstOf() function
1018 t = sharedConstOf(); in castMod()
1064 t = sharedConstOf(); in addMod()
1110 t = sharedConstOf(); in addMod()
1120 t = sharedConstOf(); in addMod()
2650 t->next = next->sharedConstOf(); in makeConst()
2703 t->next = next->sharedConstOf(); in makeShared()
2727 t->next = next->sharedConstOf(); in makeSharedConst()
H A Dmtype.h281 Type *sharedConstOf();
H A Dclone.c429 case 4: tthis = ad->type->sharedConstOf(); break; in hasIdentityOpEquals()