OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lazy_
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
astenums.d
62
lazy_
= 0x2000, /// `lazy` parameter
125
STC.deprecated_ | STC.future | STC.override_ | STC.
lazy_
| STC.alias_ | STC.out_ | STC.in_ | STC.manifest |
158
STC.abstract_ | STC.synchronized_ | STC.deprecated_ | STC.override_ | STC.
lazy_
|
tokens.h
193
lazy_
,
member in class:TOK
tokens.d
184
lazy_
,
530
TOK.
lazy_
,
736
TOK.
lazy_
: "lazy",
dmangle.d
1023
switch (stc & (STC.IOR | STC.
lazy_
))
1039
case STC.
lazy_
:
1045
printf("storageClass = x%llx\n", stc & (STC.IOR | STC.
lazy_
));
semantic3.d
486
stc |= fparam.storageClass & (STC.IOR | STC.return_ | STC.scope_ | STC.
lazy_
| STC.final_ | STC.TYPECTOR | STC.nodtor | STC.returnScope);
1145
if (v.isReference() || (v.storage_class & STC.
lazy_
))
traits.d
777
return isDeclX(d => (d.storage_class & STC.
lazy_
) != 0);
1485
else if (stc & STC.
lazy_
)
func.d
1708
if (fparam.storageClass & (STC.
lazy_
| STC.out_ | STC.ref_))
2463
if (!(p.storageClass & STC.
lazy_
))
2721
enum invalidSTC = STC.out_ | STC.ref_ | STC.
lazy_
;
typesem.d
1380
StorageClass stc1 = fparam.storageClass & (STC.ref_ | STC.out_ | STC.
lazy_
);
1381
StorageClass stc2 = narg.storageClass & (STC.ref_ | STC.out_ | STC.
lazy_
);
1390
stc = stc1 | (stc & ~(STC.ref_ | STC.out_ | STC.
lazy_
));
1431
else if (!(fparam.storageClass & STC.
lazy_
) && t.ty == Tvoid)
mtype.d
4326
if (fparam.storageClass & (STC.
lazy_
| STC.out_))
4346
if (fparam.storageClass & STC.
lazy_
)
4385
if (stc & (STC.scope_ | STC.return_ | STC.
lazy_
) || purity == PURE.impure)
4660
if (!(p.storageClass & STC.
lazy_
&& tprm.ty == Tvoid && targ.ty != Tvoid))
4703
if (p.storageClass & STC.
lazy_
&& tprm.ty == Tvoid && targ.ty != Tvoid)
7015
const mask = STC.ref_ | STC.out_ | STC.
lazy_
| (previewIn ? STC.in_ : 0);
expressionsem.d
1339
if (ve && ve.var.storage_class & STC.
lazy_
&& !ve.delegateWasExtracted)
1859
if (!(p.storageClass & STC.
lazy_
&& p.type.ty == Tvoid))
1956
if (!(p.storageClass & STC.
lazy_
&& p.type.ty == Tvoid))
2021
else if (p.storageClass & STC.
lazy_
)
2043
else if (!(pStc & (STC.scope_ | STC.
lazy_
)))
2259
if (!(p && (p.storageClass & (STC.
lazy_
| STC.ref_ | STC.out_))))
2300
const bool isLazy = (parameter && (parameter.storageClass & STC.
lazy_
));
4383
if (ve.var.storage_class & STC.
lazy_
)
6890
if (ve.var.storage_class & STC.
lazy_
)
hdrgen.d
2913
SCstring(STC.
lazy_
, Token.toString(TOK.
lazy_
)),
3194
else if (p.storageClass & STC.
lazy_
)
cppmangle.d
1321
else if (fparam.storageClass & STC.
lazy_
)
dtemplate.d
855
fparam.storageClass &= (STC.IOR | STC.
lazy_
| STC.final_ | STC.TYPECTOR | STC.nodtor);
1635
if (!(fparam.storageClass & STC.
lazy_
) && farg.type.ty == Tvoid)
1840
if (!(fparam.storageClass & STC.
lazy_
) && argtype.ty == Tvoid && farg.op != EXP.function_)
1961
if (m == MATCH.nomatch && (fparam.storageClass & STC.
lazy_
) && prmtype.ty == Tvoid && farg.type.ty != Tvoid)
escape.d
1509
v.storage_class & STC.
lazy_
) // lazy variables are actually pointers
parse.d
2821
case TOK.
lazy_
:
2822
stc = STC.
lazy_
;
2885
stc = storageClass & (STC.IOR | STC.
lazy_
);
7484
case TOK.
lazy_
:
dcast.d
920
if (fparam.storageClass & STC.
lazy_
)
1233
if (fparam.storageClass & STC.
lazy_
)
statementsem.d
4324
if (p.storageClass & (STC.out_ | STC.ref_ | STC.
lazy_
))
4383
if (storageClass & (STC.out_ | STC.
lazy_
) ||
expression.d
3688
if (var.storage_class & (STC.
lazy_
| STC.rvalue | STC.manifest))
3700
if (var.storage_class & STC.
lazy_
&& !delegateWasExtracted)
dinterpret.d
495
else if (fparam.storageClass & STC.
lazy_
)
dsymbolsem.d
484
if (tb.ty == Tvoid && !(dsym.storage_class & STC.
lazy_
))
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d
723
psc & PSC.
lazy_
? "lazy " : "",
1139
lazy_
= 0x08, /// ditto
1219
case "lazy": result |=
lazy_
; break;
1268
static assert(test_pstc[3] == STC.
lazy_
);
5554
enum wantExact = STC.out_ | STC.ref_ | STC.
lazy_
| STC.return_;
typecons.d
5684
if (stc & STC.
lazy_
) params ~= "lazy ";
9430
if (storageClasses[i] & ParameterStorageClass.
lazy_
)
Completed in 63 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026