Home
last modified time | relevance | path

Searched refs:isCPPinterface (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsafe.c113 if (cdfrom->isCPPinterface() || cdto->isCPPinterface()) in isSafeCast()
H A Daggregate.h319 virtual bool isCPPinterface() const;
344 bool isCPPinterface() const;
H A Ddclass.c601 if (isCPPclass() && !b->sym->isCPPinterface()) in semantic()
1303 bool ClassDeclaration::isCPPinterface() const in isCPPinterface() function
1605 if (b->sym->isCPPinterface()) in semantic()
1806 if (isCOMinterface() || isCPPinterface()) in vtblOffset()
1816 bool InterfaceDeclaration::isCPPinterface() const in isCPPinterface() function
H A Dmtype.c8557 if (sym->isCPPinterface()) in dotExp()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsafe.d147 if (cdfrom.isCPPinterface() || cdto.isCPPinterface()) in isSafeCast()
H A Daggregate.h301 virtual bool isCPPinterface() const;
325 bool isCPPinterface() const;
H A Ddclass.d841 bool isCPPinterface() const in isCPPinterface() function
1096 if (isCOMinterface() || isCPPinterface()) in vtblOffset()
1101 override bool isCPPinterface() const in isCPPinterface() function
H A Ddsymbolsem.d5039 if (cldec.classKind == ClassKind.cpp && !b.sym.isCPPinterface()) in visit()
5556 if (b.sym.isCPPinterface()) in visit()
H A Dtypesem.d4281 if (mt.sym.isCPPinterface()) in dotExp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1661 && !tc->sym->isCPPinterface ()) in d_classify_record()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc1782 && !tc->sym->isCPPinterface ()) in d_classify_record()