Home
last modified time | relevance | path

Searched refs:isIntroducing (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h662 bool isIntroducing() const;
H A Ddtoh.d845 if (fd.isVirtual() && fd.isIntroducing())
1142 if (!fd.isIntroducing())
H A Dfunc.d1348 if (!isVirtual() || this.isIntroducing()) in initInferAttributes()
1494 final bool isIntroducing() const scope @safe pure nothrow @nogc in isIntroducing() function