Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h118 MODmutable = 0x10 // type is mutable (only used in wildcard matching) enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c1253 t = t->substWildTo(mod == 0 ? MODmutable : (MODFlags)mod); in aliasthisOf()
1276 t = t->substWildTo(mod == 0 ? MODmutable : (MODFlags)mod); in aliasthisOf()
1397 if (mod1 == 0 || mod1 == MODmutable || mod1 == MODconst || in MODmerge()
1398 mod2 == 0 || mod2 == MODmutable || mod2 == MODconst) in MODmerge()
1870 return MODmutable; in deduceWild()
5984 wildmatch |= MODmutable; in callMatch()
6027 assert(wildmatch & MODmutable); in callMatch()
6028 wildmatch = MODmutable; in callMatch()
H A Dmtype.h119 MODmutable = 0x10 // type is mutable (only used in wildcard matching) enumerator
H A Dexpression.c1429 wildmatch = MODmutable; in functionParameters()
1564 if ((wildmatch == MODmutable || wildmatch == MODimmutable) && in functionParameters()
1605 const char *s = wildmatch == MODmutable ? "mutable" : MODtoChars(wildmatch); in functionParameters()
H A Ddtemplate.c2897 wm = MODmutable; in deduceWildHelper()
3424 tpn = tpn->substWildTo(MODmutable); in deduceType()