OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAggregateDeclaration
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dscope.d
437
s = checkAliasThis(sds.
isAggregateDeclaration
(), ident, flags, exp);
443
s = checkAliasThis(sds.
isAggregateDeclaration
(), ident, flags, exp);
492
Dsymbol aliasSym = checkAliasThis(sc.scopesym.
isAggregateDeclaration
(), ident, flags, &exp);
safe.d
56
auto ad = v.toParent2().
isAggregateDeclaration
();
aggregate.d
656
else if (auto ad = s.
isAggregateDeclaration
())
807
override final inout(AggregateDeclaration)
isAggregateDeclaration
() inout
aggregate.h
146
AggregateDeclaration *
isAggregateDeclaration
() { return this; }
dsymbol.d
625
if (auto ad = s.
isAggregateDeclaration
())
839
if (sds.
isAggregateDeclaration
() || sds.isEnumDeclaration())
1037
return p ? p.
isAggregateDeclaration
() : null;
1046
return p ? p.
isAggregateDeclaration
() : null;
1055
return p ? p.
isAggregateDeclaration
() : null;
1064
return p ? p.
isAggregateDeclaration
() : null;
1338
inout(AggregateDeclaration)
isAggregateDeclaration
() inout { return null; }
delegatize.d
297
if (auto ad = s.
isAggregateDeclaration
())
dsymbol.h
277
virtual AggregateDeclaration *
isAggregateDeclaration
() { return NULL; }
traits.d
683
else if (auto ad = s.
isAggregateDeclaration
())
860
if (auto ad = s.
isAggregateDeclaration
()) // `s` is `C`
1246
auto ad = s ? s.
isAggregateDeclaration
() : null;
1525
if (!s || ((d = s.isDeclaration()) is null && (agg = s.
isAggregateDeclaration
()) is null))
dsymbolsem.d
251
AggregateDeclaration ad = p.
isAggregateDeclaration
();
734
AggregateDeclaration aad = parent.
isAggregateDeclaration
();
1059
else if (parent.
isAggregateDeclaration
())
1176
if(sc.scopesym && !sc.scopesym.
isAggregateDeclaration
())
1444
auto ad = p.
isAggregateDeclaration
();
1544
if (auto ad = s.
isAggregateDeclaration
())
2523
if (auto ad = tempdecl.parent.pastMixin().
isAggregateDeclaration
())
2819
AggregateDeclaration ad = tm.toParent().
isAggregateDeclaration
();
3121
if (AggregateDeclaration adx = p.
isAggregateDeclaration
())
3271
if (sc.scopesym && sc.scopesym.
isAggregateDeclaration
())
[
all
...]
dtoh.d
567
if (!sym.isScopeDsymbol() && !sym.
isAggregateDeclaration
())
2825
if (auto ad = sym.
isAggregateDeclaration
())
2937
if (auto ad = sym.
isAggregateDeclaration
())
cppmangle.d
617
auto ag = s.
isAggregateDeclaration
();
656
auto ag = ti.aliasdecl ? ti.aliasdecl.
isAggregateDeclaration
() : null;
transitivevisitor.d
648
if (AST.AggregateDeclaration ad = onemember.
isAggregateDeclaration
())
typesem.d
1698
if (td && td.onemember && td.onemember.
isAggregateDeclaration
)
2457
if (auto sym = dsym.
isAggregateDeclaration
())
3394
auto ad = v.toParent().
isAggregateDeclaration
();
3806
auto sym = mt.toDsymbol(sc).
isAggregateDeclaration
();
expressionsem.d
995
AggregateDeclaration ad = p ? p.
isAggregateDeclaration
() : null;
1909
if (auto ad = s.
isAggregateDeclaration
())
3266
sc.func && sc.func.needThis && ve.var.toParent2().
isAggregateDeclaration
())
3325
AggregateDeclaration ad = p ? p.
isAggregateDeclaration
() : null;
3336
AggregateDeclaration ad = os.parent.
isAggregateDeclaration
();
3811
AggregateDeclaration ad = s ? s.
isAggregateDeclaration
() : null;
4682
AggregateDeclaration ad = exp.f.toParentLocal().
isAggregateDeclaration
();
5269
s.
isAggregateDeclaration
() ||
6639
AggregateDeclaration ad = vparent ? vparent.
isAggregateDeclaration
() : null;
6718
AggregateDeclaration ad = f.toParentLocal().
isAggregateDeclaration
();
[
all
...]
func.d
1127
if (auto thiscd = s.
isAggregateDeclaration
())
3491
AggregateDeclaration sym = tb.toDsymbol(null).
isAggregateDeclaration
();
declaration.d
1530
Dsymbol sym = toParent().
isAggregateDeclaration
();
dtemplate.d
725
return (onemember && onemember.
isAggregateDeclaration
()) ? onemember.kind() : "template";
1544
AggregateDeclaration ad = p.
isAggregateDeclaration
();
2418
AggregateDeclaration ad = parent.
isAggregateDeclaration
();
8117
if ((cast(Dsymbol)sa).
isAggregateDeclaration
())
expression.d
221
if (AggregateDeclaration ad2 = s.
isAggregateDeclaration
())
320
if (auto ad = s.
isAggregateDeclaration
())
1342
if (AggregateDeclaration ad = s.
isAggregateDeclaration
())
doc.d
346
if (AggregateDeclaration ad = td.onemember.
isAggregateDeclaration
())
hdrgen.d
1219
if (AggregateDeclaration ad = onemember.
isAggregateDeclaration
())
statementsem.d
4803
s.
isAggregateDeclaration
() ||
/src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc
70
AggregateDeclaration *ad = dsym->
isAggregateDeclaration
();
97
AggregateDeclaration *ad = parent->
isAggregateDeclaration
();
2473
AggregateDeclaration *adp = dsym->
isAggregateDeclaration
();
2553
ad = dsym->
isAggregateDeclaration
();
2915
ad = d->
isAggregateDeclaration
();
decl.cc
992
ad = pd->
isAggregateDeclaration
();
1210
AggregateDeclaration *ad = decl->toParent ()->
isAggregateDeclaration
();
1730
ad = outer->
isAggregateDeclaration
();
1755
ad = outer->
isAggregateDeclaration
();
Completed in 98 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026