OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrayLength
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
nogc.d
169
if (e.e1.op == EXP.
arrayLength
)
tokens.h
316
arrayLength
,
tokens.d
306
arrayLength
,
expression.d
1679
inout(ArrayLengthExp) isArrayLengthExp() { return op == EXP.
arrayLength
? cast(typeof(return))this : null; }
5561
super(loc, EXP.
arrayLength
, __traits(classInstanceSize, ArrayLengthExp), e1);
5971
if (e1.op == EXP.slice || e1.op == EXP.
arrayLength
)
5980
if (e1.op == EXP.slice || e1.op == EXP.
arrayLength
)
7214
EXP.vector, EXP.vectorArray, EXP.slice, EXP.
arrayLength
, EXP.array, EXP.delegatePointer,
optimize.d
1090
ret =
ArrayLength
(e.type, e.e1).copy();
1379
case EXP.
arrayLength
: visitArrayLength(ex.isArrayLengthExp()); break;
hdrgen.d
2602
case EXP.
arrayLength
: return visitArrayLength(e.isArrayLengthExp());
4043
EXP.
arrayLength
: "
arraylength
",
dinterpret.d
3498
else if (e1.op == EXP.
arrayLength
)
3647
if (e1.op == EXP.
arrayLength
)
5489
dinteger_t len =
ArrayLength
(Type.tsize_t, agg).exp().toInteger();
expressionsem.d
5823
if (exp.e1.op == EXP.
arrayLength
)
8574
if (t1.ty == Tclass || t1.ty == Tstruct || exp.e1.op == EXP.
arrayLength
)
8583
if (exp.e1.op != EXP.variable && exp.e1.op != EXP.
arrayLength
)
parse.d
9401
EXP.
arrayLength
: PREC.primary,
/src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc
912
if (e->e1->op == EXP::
arrayLength
)
Completed in 75 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026