| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | access.c | 154 if (!smemberparent || !smemberparent->isAggregateDeclaration()) in checkAccess() 302 cd = smemberparent->isAggregateDeclaration(); in hasPrivateAccess()
|
| H A D | safe.c | 44 AggregateDeclaration *ad = v->toParent2()->isAggregateDeclaration(); in checkUnsafeAccess()
|
| H A D | aliasthis.c | 109 AggregateDeclaration *ad = p->isAggregateDeclaration(); in semantic()
|
| H A D | delegatize.c | 201 if (AggregateDeclaration *ad = s->isAggregateDeclaration()) in checkNestedRef()
|
| H A D | aggregate.h | 162 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration() function
|
| H A D | dsymbol.c | 658 return parent ? parent->isAggregateDeclaration() : NULL; in isMember() 667 return parent ? parent->isAggregateDeclaration() : NULL; in isMember2() 720 if (sds->isAggregateDeclaration() || sds->isEnumDeclaration()) in addMember()
|
| H A D | declaration.c | 1229 AggregateDeclaration *aad = parent->isAggregateDeclaration(); in semantic() 1528 else if (parent->isAggregateDeclaration()) in semantic() 1627 if (sc->scopesym && !sc->scopesym->isAggregateDeclaration()) in semantic() 1985 Dsymbol *sym = toParent()->isAggregateDeclaration(); in getConstInitializer()
|
| H A D | traits.c | 573 else if (AggregateDeclaration *a = s->isAggregateDeclaration()) in semanticTraits() 881 AggregateDeclaration *ad = s ? s->isAggregateDeclaration() : NULL; in semanticTraits() 1140 && (ad = s->isAggregateDeclaration()) == NULL)) in semanticTraits()
|
| H A D | func.c | 557 if (AggregateDeclaration *adx = p->isAggregateDeclaration()) in semantic() 3677 AggregateDeclaration *thiscd = s->isAggregateDeclaration(); in getLevel() 4009 AggregateDeclaration *sym = tb->toDsymbol(NULL)->isAggregateDeclaration(); 4841 AggregateDeclaration *ad = p->isAggregateDeclaration(); in semantic() 5040 AggregateDeclaration *ad = p->isAggregateDeclaration(); in semantic() 5376 AggregateDeclaration *ad = p->isAggregateDeclaration(); in semantic() 5530 if (!p->isAggregateDeclaration()) in semantic() 5609 if (!p->isAggregateDeclaration()) in semantic()
|
| H A D | dsymbol.h | 254 virtual AggregateDeclaration *isAggregateDeclaration() { return NULL; } in isAggregateDeclaration() function
|
| H A D | dtemplate.c | 600 if (AggregateDeclaration *ad = parent->pastMixin()->isAggregateDeclaration()) in semantic() 694 return (onemember && onemember->isAggregateDeclaration()) in kind() 1288 AggregateDeclaration *ad = p->isAggregateDeclaration(); in deduceFunctionTemplateMatch() 2695 AggregateDeclaration *ad = parent->isAggregateDeclaration(); in doHeaderInstantiation() 5294 if (((Dsymbol *)sa)->isAggregateDeclaration()) in matchArg() 6320 AggregateDeclaration *ad = sd->isAggregateDeclaration(); in semantic() 8543 AggregateDeclaration *ad = toParent()->isAggregateDeclaration(); in semantic()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dscope.d | 437 s = checkAliasThis(sds.isAggregateDeclaration(), ident, flags, exp); in checkAliasThis() 443 s = checkAliasThis(sds.isAggregateDeclaration(), ident, flags, exp); in checkAliasThis() 492 … Dsymbol aliasSym = checkAliasThis(sc.scopesym.isAggregateDeclaration(), ident, flags, &exp); in searchScopes()
|
| H A D | dsymbol.d | 625 if (auto ad = s.isAggregateDeclaration()) in has2This() 839 if (sds.isAggregateDeclaration() || sds.isEnumDeclaration()) in addMember() 1037 return p ? p.isAggregateDeclaration() : null; in inout() 1046 return p ? p.isAggregateDeclaration() : null; in inout() 1055 return p ? p.isAggregateDeclaration() : null; in inout() 1064 return p ? p.isAggregateDeclaration() : null; in inout() 1338 inout(AggregateDeclaration) isAggregateDeclaration() inout { return null; } in isAggregateDeclaration() function
|
| H A D | aggregate.d | 656 else if (auto ad = s.isAggregateDeclaration()) in makeNested() 807 override final inout(AggregateDeclaration) isAggregateDeclaration() inout in inout()
|
| H A D | safe.d | 56 auto ad = v.toParent2().isAggregateDeclaration(); in checkUnsafeAccess()
|
| H A D | aggregate.h | 146 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration() function
|
| H A D | delegatize.d | 297 if (auto ad = s.isAggregateDeclaration()) in ensureStaticLinkTo()
|
| H A D | dsymbolsem.d | 251 AggregateDeclaration ad = p.isAggregateDeclaration(); in visit() 734 AggregateDeclaration aad = parent.isAggregateDeclaration(); in visit() 1059 else if (parent.isAggregateDeclaration()) in visit() 1176 if(sc.scopesym && !sc.scopesym.isAggregateDeclaration()) in visit() 1444 auto ad = p.isAggregateDeclaration(); in visit() 1544 if (auto ad = s.isAggregateDeclaration()) in visit() 2523 if (auto ad = tempdecl.parent.pastMixin().isAggregateDeclaration()) in visit() 2819 AggregateDeclaration ad = tm.toParent().isAggregateDeclaration(); in visit() 3121 if (AggregateDeclaration adx = p.isAggregateDeclaration()) in funcDeclarationSemantic() 3271 if (sc.scopesym && sc.scopesym.isAggregateDeclaration()) in funcDeclarationSemantic() [all …]
|
| H A D | traits.d | 683 else if (auto ad = s.isAggregateDeclaration()) in semanticTraits() 860 if (auto ad = s.isAggregateDeclaration()) // `s` is `C` in semanticTraits() 1246 auto ad = s ? s.isAggregateDeclaration() : null; in semanticTraits() 1525 … if (!s || ((d = s.isDeclaration()) is null && (agg = s.isAggregateDeclaration()) is null)) in semanticTraits()
|
| H A D | dsymbol.h | 277 virtual AggregateDeclaration *isAggregateDeclaration() { return NULL; } in isAggregateDeclaration() function
|
| H A D | dtoh.d | 567 if (!sym.isScopeDsymbol() && !sym.isAggregateDeclaration()) 2825 if (auto ad = sym.isAggregateDeclaration()) 2937 if (auto ad = sym.isAggregateDeclaration())
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-codegen.cc | 70 AggregateDeclaration *ad = dsym->isAggregateDeclaration (); in d_decl_context() 97 AggregateDeclaration *ad = parent->isAggregateDeclaration (); in d_decl_context() 2473 AggregateDeclaration *adp = dsym->isAggregateDeclaration (); in get_frame_for_symbol() 2553 ad = dsym->isAggregateDeclaration (); in get_outer_function() 2915 ad = d->isAggregateDeclaration (); in get_frameinfo()
|
| H A D | decl.cc | 1002 ad = pd->isAggregateDeclaration (); in visit() 1210 AggregateDeclaration *ad = decl->toParent ()->isAggregateDeclaration (); in get_symbol_decl() 1730 ad = outer->isAggregateDeclaration (); in get_decl_tree() 1755 ad = outer->isAggregateDeclaration (); in get_decl_tree()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | decl.cc | 938 ad = pd->isAggregateDeclaration (); in visit() 1080 AggregateDeclaration *ad = decl->toParent ()->isAggregateDeclaration (); in get_symbol_decl() 1543 ad = outer->isAggregateDeclaration (); in get_decl_tree() 1568 ad = outer->isAggregateDeclaration (); in get_decl_tree()
|
| H A D | d-codegen.cc | 69 AggregateDeclaration *ad = dsym->isAggregateDeclaration (); in d_decl_context() 96 AggregateDeclaration *ad = parent->isAggregateDeclaration (); in d_decl_context() 2170 AggregateDeclaration *adp = dsym->isAggregateDeclaration (); in get_frame_for_symbol() 2622 ad = d->isAggregateDeclaration (); in get_frameinfo()
|