/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mtype.h | 295 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 D | cppmangle.d | 443 … 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 D | mustuse.d | 45 if (auto sym = e.type.toDsymbol(sc)) in checkMustUse()
|
H A D | templateparamsem.d | 159 Dsymbol s = ta.toDsymbol(sc); in aliasParameterSemantic()
|
H A D | mtype.d | 1049 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 D | typesem.d | 344 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 D | initsem.d | 533 …if (tb.ty == Tstruct && !(ti.ty == Tstruct && tb.toDsymbol(sc) == ti.toDsymbol(sc)) && !i.exp.impl… in initializerSemantic()
|
H A D | declaration.d | 411 s = type.toDsymbol(_scope); 887 Dsymbol s = type.toDsymbol(_scope); in toAlias()
|
H A D | dtemplate.d | 208 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 D | dsymbol.d | 1872 s = e.type.toDsymbol(null); 1877 s = t.toDsymbol(null);
|
H A D | func.d | 1655 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 D | dsymbolsem.d | 513 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 D | statementsem.d | 2276 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 D | mtype.h | 308 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 D | cppmangle.c | 358 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 D | declaration.c | 163 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 D | mtype.c | 1308 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 D | initsem.c | 437 !(ti->ty == Tstruct && tb->toDsymbol(sc) == ti->toDsymbol(sc)) && in visit()
|
H A D | dsymbol.c | 1553 s = e->type->toDsymbol(NULL); in search() 1558 s = t->toDsymbol(NULL); in search()
|
H A D | denum.c | 152 EnumDeclaration *sym = (EnumDeclaration *)memtype->toDsymbol(sc); in semantic()
|
H A D | dtemplate.c | 179 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 D | clone.c | 125 if (fparam0->type->toDsymbol(NULL) != ad) in hasIdentityOpAssign()
|
H A D | statementsem.c | 2301 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 D | d-attribs.cc | 254 Dsymbol *sym = attr->type->toDsymbol (0); in build_attributes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-attribs.cc | 314 Dsymbol *sym = attr->type->toDsymbol (0); in build_attributes()
|