Home
last modified time | relevance | path

Searched refs:makeConst (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h286 virtual Type *makeConst();
374 Type *makeConst();
H A Dmtype.d1137 Type t = makeConst(); in constOf()
1749 t = t.makeConst(); in addSTC()
2089 Type makeConst() in makeConst() function
2827 override final Type makeConst() in makeConst() function
2835 TypeNext t = cast(TypeNext)Type.makeConst(); in makeConst()
H A Dmtype.c366 Type *t = makeConst(); in constOf()
830 Type *Type::makeConst() in makeConst() function
950 t = t->makeConst(); in addSTC()
2633 Type *TypeNext::makeConst() in makeConst() function
2641 TypeNext *t = (TypeNext *)Type::makeConst(); in makeConst()
H A Dfunc.c652 type = type->makeConst(); in semantic()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h299 virtual Type *makeConst();
373 Type *makeConst();
H A Dmtype.c366 Type *t = makeConst(); in constOf()
830 Type *Type::makeConst() in makeConst() function
950 t = t->makeConst(); in addSTC()
2633 Type *TypeNext::makeConst() in makeConst() function
2641 TypeNext *t = (TypeNext *)Type::makeConst(); in makeConst()
H A Dfunc.c652 type = type->makeConst(); in semantic()