OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrayliteralexp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h
145
ArrayLiteralExp
* isArrayLiteralExp();
414
class
ArrayLiteralExp
: public Expression
421
static
ArrayLiteralExp
*create(const Loc &loc, Expressions *elements);
423
ArrayLiteralExp
*syntaxCopy();
1382
char
arrayliteralexp
[sizeof(
ArrayLiteralExp
)];
member in union:MemorySet::UnionExp::__anon15987
expression.d
572
char[__traits(classInstanceSize,
ArrayLiteralExp
)]
arrayliteralexp
;
1639
inout(
ArrayLiteralExp
) isArrayLiteralExp() { return op == EXP.arrayLiteral ? cast(typeof(return))this : null; }
2927
extern (C++) final class
ArrayLiteralExp
: Expression
2941
super(loc, EXP.arrayLiteral, __traits(classInstanceSize,
ArrayLiteralExp
));
2948
super(loc, EXP.arrayLiteral, __traits(classInstanceSize,
ArrayLiteralExp
));
2956
super(loc, EXP.arrayLiteral, __traits(classInstanceSize,
ArrayLiteralExp
));
2962
static
ArrayLiteralExp
create(const ref Loc loc, Expressions* elements)
2964
return new
ArrayLiteralExp
(loc, null, elements);
2970
emplaceExp!(
ArrayLiteralExp
)(pue, loc, null, elements)
[
all
...]
Completed in 43 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026