Home
last modified time | relevance | path

Searched refs:fixTo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d1139 t.fixTo(this); in constOf()
1159 t.fixTo(this); in immutableOf()
1209 t.fixTo(this); in mutableOf()
1229 t.fixTo(this); in sharedOf()
1246 t.fixTo(this); in sharedConstOf()
1294 t.fixTo(this); in unSharedOf()
1317 t.fixTo(this); in wildOf()
1334 t.fixTo(this); in wildConstOf()
1351 t.fixTo(this); in sharedWildOf()
1368 t.fixTo(this); in sharedWildConstOf()
[all …]
H A Dmtype.h274 void fixTo(Type *t);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c368 t->fixTo(this); in constOf()
389 t->fixTo(this); in immutableOf()
437 t->fixTo(this); in mutableOf()
457 t->fixTo(this); in sharedOf()
474 t->fixTo(this); in sharedConstOf()
524 t->fixTo(this); in unSharedOf()
548 t->fixTo(this); in wildOf()
565 t->fixTo(this); in wildConstOf()
582 t->fixTo(this); in sharedWildOf()
599 t->fixTo(this); in sharedWildConstOf()
[all …]
H A Dmtype.h287 void fixTo(Type *t);