Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h1489 struct UnionExp struct
1491 UnionExp() { } // yes, default constructor does nothing in UnionExp() argument
1493 UnionExp(Expression *e) in UnionExp() function
1500 Expression *exp() { return (Expression *)&u; } in exp()
1516 {
1546 UnionExp Neg(Type *type, Expression *e1); argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h1347 struct UnionExp struct
1349 UnionExp() { } // yes, default constructor does nothing in UnionExp() argument
1351 UnionExp(Expression *e) in UnionExp() function
1358 Expression *exp() { return (Expression *)&u; } in exp()
1374 {
1391 } u;
H A Dexpression.d528 extern (C++) struct UnionExp struct
531 extern (D) this(Expression e) in this()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-compiler.cc41 Compiler::paintAsType (UnionExp *, Expression *expr, Type *type) in paintAsType() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc449 Compiler::paintAsType (UnionExp *, Expression *expr, Type *type) in paintAsType() argument