HomeSort by: relevance | last modified time | path
    Searched defs:StructLiteralExp (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 147 StructLiteralExp* isStructLiteralExp();
447 class StructLiteralExp : public Expression
461 StructLiteralExp *origin;
464 StructLiteralExp *inlinecopy;
477 static StructLiteralExp *create(const Loc &loc, StructDeclaration *sd, void *elements, Type *stype = NULL);
479 StructLiteralExp *syntaxCopy();
1384 char structliteralexp [sizeof(StructLiteralExp)]; member in union:MemorySet::UnionExp::__anon15987

Completed in 18 milliseconds