Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h291 virtual Type *makeWildConst();
379 Type *makeWildConst();
H A Dmtype.d1332 Type t = makeWildConst(); in wildConstOf()
1747 t = t.makeWildConst(); in addSTC()
1764 t = t.makeWildConst(); in addSTC()
2136 Type makeWildConst() in makeWildConst() function
2953 override final Type makeWildConst() in makeWildConst() function
2961 TypeNext t = cast(TypeNext)Type.makeWildConst(); in makeWildConst()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h304 virtual Type *makeWildConst();
378 Type *makeWildConst();
H A Dmtype.c563 Type *t = makeWildConst(); in wildConstOf()
872 Type *Type::makeWildConst() in makeWildConst() function
948 t = t->makeWildConst(); in addSTC()
965 t = t->makeWildConst(); in addSTC()
2764 Type *TypeNext::makeWildConst() in makeWildConst() function
2772 TypeNext *t = (TypeNext *)Type::makeWildConst(); in makeWildConst()
H A Dfunc.c660 type = type->makeWildConst(); in semantic()