Searched defs:ArrayLiteralExp (Results 1 – 4 of 4) sorted by relevance
469 override void visit(ArrayLiteralExp) { buf.setsize(0); } in visit() argument
197 class ArrayLiteralExp; variable
3750 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expressions *elements) in ArrayLiteralExp() function3759 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expression *e) in ArrayLiteralExp() function3769 ArrayLiteralExp::ArrayLiteralExp(Loc loc, Type *type, Expression *basis, Expressions *elements) in ArrayLiteralExp() function
191 class ArrayLiteralExp; variable