Home
last modified time | relevance | path

Searched refs:toDsymbol (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h295 virtual Dsymbol *toDsymbol(Scope *sc);
679 Dsymbol *toDsymbol(Scope *sc);
691 Dsymbol *toDsymbol(Scope *sc);
721 Dsymbol *toDsymbol(Scope *sc);
734 Dsymbol *toDsymbol(Scope *sc);
746 Dsymbol *toDsymbol(Scope *sc);
756 Dsymbol *toDsymbol(Scope *sc);
784 Dsymbol *toDsymbol(Scope *sc);
814 Dsymbol *toDsymbol(Scope *sc);
849 Dsymbol *toDsymbol(Scope *sc);
H A Dcppmangle.d443 … parentti = this.context.res.asType().toDsymbol(null).parent.isTemplateInstance(); in template_arg()
707 : this.context.res.asType().toDsymbol(null).cppnamespace; in getTiNamespace()
752 Dsymbol s = (cast(TypeStruct)t).toDsymbol(null); in isIdent_char()
1022 if (auto typeTags = ABITagContainer.forSymbol(d.type.toDsymbol(null))) in mangle_variable()
1440 Dsymbol s = t.toDsymbol(null); in doSymbol()
1482 Dsymbol s = t.toDsymbol(null); in mangleTypeClass()
1608 auto sym1 = type.toDsymbol(null); in writeQualified()
2000 auto analyzed_ti = this.context.res.asType().toDsymbol(null).isInstantiated(); in visit()
2564 if (auto sym = o.toDsymbol(null)) in visit()
H A Dmustuse.d45 if (auto sym = e.type.toDsymbol(sc)) in checkMustUse()
H A Dtemplateparamsem.d159 Dsymbol s = ta.toDsymbol(sc); in aliasParameterSemantic()
H A Dmtype.d1049 if (Dsymbol s = toDsymbol(sc)) in checkDeprecated()
2170 Dsymbol toDsymbol(Scope* sc) in toDsymbol() function
5263 override Dsymbol toDsymbol(Scope* sc) in toDsymbol() function
5270 s = t.toDsymbol(sc); in toDsymbol()
5316 override Dsymbol toDsymbol(Scope* sc) in toDsymbol() function
5323 s = t.toDsymbol(sc); in toDsymbol()
5458 override Dsymbol toDsymbol(Scope* sc) in toDsymbol() function
5469 s = t.toDsymbol(sc); in toDsymbol()
5509 override Dsymbol toDsymbol(Scope* sc) in toDsymbol() function
5517 s = t.toDsymbol(sc); in toDsymbol()
[all …]
H A Dtypesem.d344 sm = t.toDsymbol(sc);
1717 Dsymbol varDecl = mtype.toDsymbol(sc); in typeSemantic()
2439 s = mt.toDsymbol(null); in getProperty()
2456 if (auto dsym = mt.toDsymbol(scope_)) in getProperty()
3177 if (Dsymbol s = t.toDsymbol(sc)) in visitTypeof()
3217 if (Dsymbol s = t.toDsymbol(sc)) in visitReturn()
3806 auto sym = mt.toDsymbol(sc).isAggregateDeclaration(); in dotExp()
H A Dinitsem.d533 …if (tb.ty == Tstruct && !(ti.ty == Tstruct && tb.toDsymbol(sc) == ti.toDsymbol(sc)) && !i.exp.impl… in initializerSemantic()
H A Ddeclaration.d411 s = type.toDsymbol(_scope);
887 Dsymbol s = type.toDsymbol(_scope); in toAlias()
H A Ddtemplate.d208 return ta.toDsymbol(null); in getDsymbol()
2342 if (Dsymbol s = t.toDsymbol(sc)) in declareParameter()
3563 Dsymbol s = t.toDsymbol(sc); in visit()
3580 if (s != tx.toDsymbol(sc)) in visit()
3723 if (Dsymbol sym = t.toDsymbol(sc)) in visit()
4066 s = tx.toDsymbol(sc); in visit()
6521 Dsymbol s2 = s.getType().toDsymbol(sc); in updateTempDecl()
H A Ddsymbol.d1872 s = e.type.toDsymbol(null);
1877 s = t.toDsymbol(null);
H A Dfunc.d1655 auto sym = t.toDsymbol(null).isStructDeclaration();
1736 auto sym = tp.toDsymbol(null).isStructDeclaration(); in isTypeIsolatedIndirect()
3491 AggregateDeclaration sym = tb.toDsymbol(null).isAggregateDeclaration(); in traverseIndirections()
H A Ddsymbolsem.d513 const s = dsym.type.toDsymbol(sc); in visit()
1126 if (sd.postblit && tb2.toDsymbol(null) == sd) in visit()
2070 auto sym = te.toDsymbol(sc).isEnumDeclaration(); in visit()
6512 auto s = ds.type.toDsymbol(sc); in aliasSemantic()
6695 auto s = ds.type.toDsymbol(sc); in aliasAssignSemantic()
H A Dstatementsem.d2276 if (t && ((ds = t.toDsymbol(sc)) !is null)) in package()
2278 if (!ed && te && ((ds = te.toDsymbol(sc)) !is null)) in package()
3469 Dsymbol s = (cast(TypeExp)ws.exp).type.toDsymbol(sc); in package()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h308 virtual Dsymbol *toDsymbol(Scope *sc);
713 Dsymbol *toDsymbol(Scope *sc);
730 Dsymbol *toDsymbol(Scope *sc);
743 Dsymbol *toDsymbol(Scope *sc);
756 Dsymbol *toDsymbol(Scope *sc);
788 Dsymbol *toDsymbol(Scope *sc);
819 Dsymbol *toDsymbol(Scope *sc);
858 Dsymbol *toDsymbol(Scope *sc);
H A Dcppmangle.c358 Dsymbol *s = ((TypeStruct*)t)->toDsymbol(NULL); in isIdent_char()
1039 Dsymbol *s = t->toDsymbol(NULL); in doSymbol()
1086 Dsymbol *s = t->toDsymbol(NULL); in mangleTypeClass()
H A Ddeclaration.c163 s = type->toDsymbol(_scope); in search()
414 Dsymbol *s = type->toDsymbol(sc); in aliasSemantic()
614 Dsymbol *s = type->toDsymbol(_scope); in toAlias()
1579 tb2->toDsymbol(NULL) == sd) in semantic()
H A Dmtype.c1308 Dsymbol *Type::toDsymbol(Scope *) in toDsymbol() function
1779 Dsymbol *s = toDsymbol(sc); in checkDeprecated()
2107 s = toDsymbol(NULL); in getProperty()
2216 AggregateDeclaration *sym = toDsymbol(sc)->isAggregateDeclaration(); in noMember()
6940 sm = t->toDsymbol(sc); in resolveHelper()
7149 Dsymbol *TypeIdentifier::toDsymbol(Scope *sc) in toDsymbol() function
7161 s = t->toDsymbol(sc); in toDsymbol()
7268 Dsymbol *TypeInstance::toDsymbol(Scope *sc) in toDsymbol() function
7277 s = t->toDsymbol(sc); in toDsymbol()
7306 Dsymbol *TypeTypeof::toDsymbol(Scope *sc) in toDsymbol() function
[all …]
H A Dinitsem.c437 !(ti->ty == Tstruct && tb->toDsymbol(sc) == ti->toDsymbol(sc)) && in visit()
H A Ddsymbol.c1553 s = e->type->toDsymbol(NULL); in search()
1558 s = t->toDsymbol(NULL); in search()
H A Ddenum.c152 EnumDeclaration *sym = (EnumDeclaration *)memtype->toDsymbol(sc); in semantic()
H A Ddtemplate.c179 sa = ta->toDsymbol(NULL); in getDsymbol()
2068 if (Dsymbol *s = t->toDsymbol(sc)) in declareParameter()
3214 Dsymbol *s = t->toDsymbol(sc); in deduceType()
3231 if (s != tx->toDsymbol(sc)) in deduceType()
3378 if (Dsymbol *sym = t->toDsymbol(sc)) in deduceType()
3710 s = tx->toDsymbol(sc); in deduceType()
5251 Dsymbol *s = ta->toDsymbol(sc); in aliasParameterSemantic()
6694 Dsymbol *s2 = s->getType()->toDsymbol(sc); in updateTempDecl()
H A Dclone.c125 if (fparam0->type->toDsymbol(NULL) != ad) in hasIdentityOpAssign()
H A Dstatementsem.c2301 if (t && ((ds = t->toDsymbol(sc)) != NULL)) in visit()
2303 if (!ed && te && ((ds = te->toDsymbol(sc)) != NULL)) in visit()
3319 Dsymbol *s = ((TypeExp *)ws->exp)->type->toDsymbol(sc); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc254 Dsymbol *sym = attr->type->toDsymbol (0); in build_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc314 Dsymbol *sym = attr->type->toDsymbol (0); in build_attributes()

12