Home
last modified time | relevance | path

Searched refs:isCOMinterface (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.h299 virtual bool isCOMinterface() const;
326 bool isCOMinterface() const;
H A Ddclass.d831 bool isCOMinterface() const in isCOMinterface() function
1096 if (isCOMinterface() || isCPPinterface()) in vtblOffset()
1106 override bool isCOMinterface() const in isCOMinterface() function
H A Ddsymbolsem.d5037 if (b.sym.isCOMinterface()) in visit()
5554 if (b.sym.isCOMinterface()) in visit()
H A Dexpressionsem.d7377 if (cd.isCOMinterface()) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h317 virtual bool isCOMinterface() const;
345 bool isCOMinterface() const;
H A Ddclass.c599 if (b->sym->isCOMinterface()) in semantic()
1293 bool ClassDeclaration::isCOMinterface() const in isCOMinterface() function
1603 if (b->sym->isCOMinterface()) in semantic()
1806 if (isCOMinterface() || isCPPinterface()) in vtblOffset()
1811 bool InterfaceDeclaration::isCOMinterface() const in isCOMinterface() function
H A Dexpressionsem.c4084 if (cd->isCOMinterface()) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc965 if (cd->isCOMinterface ()) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc953 if (cd->isCOMinterface ()) in visit()