Searched refs:isImportedSymbol (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d458 if (!ve.var.isReference() && !ve.var.isImportedSymbol())
495 !ve.var.isImportedSymbol() &&
511 !se.var.isImportedSymbol() &&
524 !ve.var.isImportedSymbol() &&
566 if (ve.type.isTypeSArray() && !ve.var.isImportedSymbol())
H A Ddsymbol.h230 virtual bool isImportedSymbol() const; // is Dsymbol imported?
H A Ddeclaration.h279 bool isImportedSymbol() const;
644 bool isImportedSymbol() const;
H A Ddsymbol.d1009 bool isImportedSymbol() const
H A Ddeclaration.d1277 override final bool isImportedSymbol() const
H A Dfunc.d1248 override final bool isImportedSymbol() const
1250 //printf("isImportedSymbol()\n");
H A Ddcast.d2171 assert(f.isImportedSymbol());
H A Ddinterpret.d1987 if (decl.isImportedSymbol()) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h216 virtual bool isImportedSymbol() const; // is Dsymbol imported?
H A Ddeclaration.h277 bool isImportedSymbol() const;
632 bool isImportedSymbol() const;
H A Doptimize.c370 !ve->var->isImportedSymbol())
387 && !ve->var->isImportedSymbol())
H A Ddsymbol.c632 bool Dsymbol::isImportedSymbol() const function in class:Dsymbol
H A Ddeclaration.c1843 bool VarDeclaration::isImportedSymbol() const function in class:VarDeclaration
H A Ddcast.c1945 assert(f->isImportedSymbol());
H A Dfunc.c3762 bool FuncDeclaration::isImportedSymbol() const function in class:FuncDeclaration
3764 //printf("isImportedSymbol()\n");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1367 if (decl->isImportedSymbol ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1546 if (decl->isImportedSymbol ())

Completed in 236 milliseconds