OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCtorDeclaration
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.d
753
if (!(s.
isCtorDeclaration
() ||
771
auto f = s.
isCtorDeclaration
();
dstruct.d
491
if (auto ctorDecl = td.onemember.
isCtorDeclaration
())
500
if (auto ctorDecl = s.
isCtorDeclaration
())
sideeffect.d
106
if (f.
isCtorDeclaration
())
dsymbol.h
282
virtual CtorDeclaration *
isCtorDeclaration
() { return NULL; }
semantic3.d
591
if (ad2 && funcdecl.
isCtorDeclaration
())
674
else if (ad2 && funcdecl.
isCtorDeclaration
())
778
else if (ad2 && funcdecl.
isCtorDeclaration
())
1353
if (funcdecl.
isCtorDeclaration
()) // https://issues.dlang.org/show_bug.cgi?id=#15665
func.d
888
match = f.
isCtorDeclaration
() ? MATCH.exact : MODmethodConv(tthis.mod, tf.mod);
1021
if (
isCtorDeclaration
())
1306
!(inferRetType && !
isCtorDeclaration
()))
1316
(inferRetType && !
isCtorDeclaration
()))
1755
if (AggregateDeclaration ad =
isCtorDeclaration
() ? null : isThis())
1841
printf("isMember:%p isStatic:%d private:%d ctor:%d !Dlinkage:%d\n", isMember(), isStatic(), visibility == Visibility.Kind.private_,
isCtorDeclaration
(), linkage != LINK.d);
3847
override inout(CtorDeclaration)
isCtorDeclaration
() inout
escape.d
477
CtorDeclaration ctor = dve.var.
isCtorDeclaration
();
605
if (!tf.nextOf() || (tf.nextOf().ty != Tvoid && !fd.
isCtorDeclaration
()))
2032
if (dve.var.
isCtorDeclaration
())
json.d
472
if (td.onemember && td.onemember.
isCtorDeclaration
())
cppmangle.d
1069
if (auto ctor = d.
isCtorDeclaration
())
1180
if (d.
isCtorDeclaration
())
declaration.d
95
((fd.
isCtorDeclaration
() && var.isField()) ||
335
if (auto ctor =
isCtorDeclaration
())
declaration.h
746
CtorDeclaration *
isCtorDeclaration
() { return this; }
dtemplate.d
1537
if (fd.type && !fd.
isCtorDeclaration
())
2376
if (fd.
isCtorDeclaration
())
2410
if (fd.
isCtorDeclaration
())
2653
if (!fd.
isCtorDeclaration
&&
2678
bool isCtorCall = tthis_fd && fd.
isCtorDeclaration
();
2921
Type tthis_fd = fd.needThis() && !fd.
isCtorDeclaration
() ? tthis : null;
2980
bool isCtorCall = tthis_fd && fd.
isCtorDeclaration
();
3116
tthis_best = m.lastf.needThis() && !m.lastf.
isCtorDeclaration
() ? tthis : null;
doc.d
706
if (s.
isCtorDeclaration
() || ((td = s.isTemplateDeclaration()) !is null && td.onemember && td.onemember.
isCtorDeclaration
()))
1078
if (!d.
isCtorDeclaration
() &&
expressionsem.d
1723
const isCtorCall = fd && fd.needThis() && fd.
isCtorDeclaration
();
3696
exp.member = f.
isCtorDeclaration
();
3765
exp.member = f.
isCtorDeclaration
();
4487
auto ctor = sd.ctor.
isCtorDeclaration
();
4524
if (auto cf = sd.ctor.
isCtorDeclaration
())
4781
if (!cd || !cd.baseClass || !sc.func.
isCtorDeclaration
())
4796
if (!ad || !sc.func.
isCtorDeclaration
())
9091
if (sd.ctor && ce && dve && dve.var.
isCtorDeclaration
() &&
clone.d
1586
auto ctorDecl = s.
isCtorDeclaration
();
dsymbol.d
1343
inout(CtorDeclaration)
isCtorDeclaration
() inout { return null; }
dsymbolsem.d
3165
if (funcdecl.
isCtorDeclaration
())
3376
if (funcdecl.
isCtorDeclaration
() || funcdecl.isPostBlitDeclaration() || funcdecl.isDtorDeclaration() || funcdecl.isInvariantDeclaration() || funcdecl.isNewDeclaration() || funcdecl.isDelete())
3390
if (funcdecl.
isCtorDeclaration
())
3400
if (funcdecl.
isCtorDeclaration
())
traits.d
1633
if ((sm.
isCtorDeclaration
() && sm.ident != Id.ctor) ||
dtoh.d
2257
if (fd.
isCtorDeclaration
() || fd.isDtorDeclaration())
expression.d
422
if (dve.var.
isCtorDeclaration
())
5106
if (dve.var.
isCtorDeclaration
())
7072
if (sc.func && sc.func.
isCtorDeclaration
())
statementsem.d
2853
if (fd.
isCtorDeclaration
())
dinterpret.d
7305
if (pthis && !fd.fbody && fd.
isCtorDeclaration
() && fd.parent && fd.parent.parent && fd.parent.parent.ident == Id.object)
/src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc
998
if (dve->var->
isCtorDeclaration
())
expr.cc
1684
if (fd->
isCtorDeclaration
()
1714
if (fd->
isCtorDeclaration
())
Completed in 59 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026