Home
last modified time | relevance | path

Searched refs:isAggregateDeclaration (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daccess.c154 if (!smemberparent || !smemberparent->isAggregateDeclaration()) in checkAccess()
302 cd = smemberparent->isAggregateDeclaration(); in hasPrivateAccess()
H A Dsafe.c44 AggregateDeclaration *ad = v->toParent2()->isAggregateDeclaration(); in checkUnsafeAccess()
H A Daliasthis.c109 AggregateDeclaration *ad = p->isAggregateDeclaration(); in semantic()
H A Ddelegatize.c201 if (AggregateDeclaration *ad = s->isAggregateDeclaration()) in checkNestedRef()
H A Daggregate.h162 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration() function
H A Ddsymbol.c658 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 Ddeclaration.c1229 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 Dtraits.c573 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 Dfunc.c557 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 Ddsymbol.h254 virtual AggregateDeclaration *isAggregateDeclaration() { return NULL; } in isAggregateDeclaration() function
H A Ddtemplate.c600 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 Ddscope.d437 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 Ddsymbol.d625 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 Daggregate.d656 else if (auto ad = s.isAggregateDeclaration()) in makeNested()
807 override final inout(AggregateDeclaration) isAggregateDeclaration() inout in inout()
H A Dsafe.d56 auto ad = v.toParent2().isAggregateDeclaration(); in checkUnsafeAccess()
H A Daggregate.h146 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration() function
H A Ddelegatize.d297 if (auto ad = s.isAggregateDeclaration()) in ensureStaticLinkTo()
H A Ddsymbolsem.d251 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 Dtraits.d683 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 Ddsymbol.h277 virtual AggregateDeclaration *isAggregateDeclaration() { return NULL; } in isAggregateDeclaration() function
H A Ddtoh.d567 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 Dd-codegen.cc70 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 Ddecl.cc1002 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 Ddecl.cc938 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 Dd-codegen.cc69 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()

12