Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d1104 final Type nullAttributes() nothrow const in nullAttributes() function
1290 t = this.nullAttributes(); in unSharedOf()
2094 Type t = this.nullAttributes(); in makeConst()
2104 Type t = this.nullAttributes(); in makeImmutable()
2113 Type t = this.nullAttributes(); in makeShared()
2122 Type t = this.nullAttributes(); in makeSharedConst()
2131 Type t = this.nullAttributes(); in makeWild()
2140 Type t = this.nullAttributes(); in makeWildConst()
2149 Type t = this.nullAttributes(); in makeSharedWild()
2158 Type t = this.nullAttributes(); in makeSharedWildConst()
[all …]
H A Dmtype.h263 Type *nullAttributes() const;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c328 Type *Type::nullAttributes() in nullAttributes() function
519 t = this->nullAttributes(); in unSharedOf()
834 Type *t = this->nullAttributes(); in makeConst()
843 Type *t = this->nullAttributes(); in makeImmutable()
851 Type *t = this->nullAttributes(); in makeShared()
859 Type *t = this->nullAttributes(); in makeSharedConst()
867 Type *t = this->nullAttributes(); in makeWild()
875 Type *t = this->nullAttributes(); in makeWildConst()
883 Type *t = this->nullAttributes(); in makeSharedWild()
891 Type *t = this->nullAttributes(); in makeSharedWildConst()
[all …]
H A Dmtype.h276 Type *nullAttributes();