Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h290 virtual Type *makeWild();
378 Type *makeWild();
H A Dmtype.d1315 Type t = makeWild(); in wildOf()
1766 t = t.makeWild(); in addSTC()
2127 Type makeWild() in makeWild() function
2923 override final Type makeWild() in makeWild() function
2931 TypeNext t = cast(TypeNext)Type.makeWild(); in makeWild()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h303 virtual Type *makeWild();
377 Type *makeWild();
H A Dmtype.c546 Type *t = makeWild(); in wildOf()
864 Type *Type::makeWild() in makeWild() function
967 t = t->makeWild(); in addSTC()
2733 Type *TypeNext::makeWild() in makeWild() function
2741 TypeNext *t = (TypeNext *)Type::makeWild(); in makeWild()
H A Dfunc.c656 type = type->makeWild(); in semantic()