Home
last modified time | relevance | path

Searched defs:ArrayLiteralExp (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d469 override void visit(ArrayLiteralExp) { buf.setsize(0); } in visit() argument
H A Dexpression.c3750 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expressions *elements) in ArrayLiteralExp() function
3759 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expression *e) in ArrayLiteralExp() function
3769 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expression *basis, Expressions *elements) in ArrayLiteralExp() function
H A Dvisitor.h197 class ArrayLiteralExp; variable
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c3750 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expressions *elements) in ArrayLiteralExp() function
3759 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expression *e) in ArrayLiteralExp() function
3769 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expression *basis, Expressions *elements) in ArrayLiteralExp() function
H A Dvisitor.h191 class ArrayLiteralExp; variable