Searched defs:UnionExp (Results 1 – 5 of 5) sorted by relevance
1489 struct UnionExp struct1491 UnionExp() { } // yes, default constructor does nothing in UnionExp() argument1493 UnionExp(Expression *e) in UnionExp() function1500 Expression *exp() { return (Expression *)&u; } in exp()1516 {1546 UnionExp Neg(Type *type, Expression *e1); argument
1347 struct UnionExp struct1349 UnionExp() { } // yes, default constructor does nothing in UnionExp() argument1351 UnionExp(Expression *e) in UnionExp() function1358 Expression *exp() { return (Expression *)&u; } in exp()1374 {1391 } u;
528 extern (C++) struct UnionExp struct531 extern (D) this(Expression e) in this()
41 Compiler::paintAsType (UnionExp *, Expression *expr, Type *type) in paintAsType() argument
449 Compiler::paintAsType (UnionExp *, Expression *expr, Type *type) in paintAsType() argument