Home
last modified time | relevance | path

Searched refs:makeSharedConst (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h289 virtual Type *makeSharedConst();
377 Type *makeSharedConst();
H A Dmtype.d1244 Type t = makeSharedConst(); in sharedConstOf()
1730 t = t.makeSharedConst(); in addSTC()
1742 t = t.makeSharedConst(); in addSTC()
2118 Type makeSharedConst() in makeSharedConst() function
2903 override final Type makeSharedConst() in makeSharedConst() function
2911 TypeNext t = cast(TypeNext)Type.makeSharedConst(); in makeSharedConst()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h302 virtual Type *makeSharedConst();
376 Type *makeSharedConst();
H A Dmtype.c472 Type *t = makeSharedConst(); in sharedConstOf()
856 Type *Type::makeSharedConst() in makeSharedConst() function
931 t = t->makeSharedConst(); in addSTC()
943 t = t->makeSharedConst(); in addSTC()
2712 Type *TypeNext::makeSharedConst() in makeSharedConst() function
2720 TypeNext *t = (TypeNext *)Type::makeSharedConst(); in makeSharedConst()
H A Dfunc.c668 type = type->makeSharedConst(); in semantic()