HomeSort by: relevance | last modified time | path
    Searched refs:compoundLiteral (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 435 compoundLiteral, // ( type-name ) { initializer-list }
tokens.d 425 compoundLiteral, // ( type-name ) { initializer-list }
hdrgen.d 2568 case EXP.compoundLiteral: return visitCompoundLiteral(e.isCompoundLiteralExp());
4042 EXP.compoundLiteral : "compoundliteral",
expression.d 1642 inout(CompoundLiteralExp) isCompoundLiteralExp() { return op == EXP.compoundLiteral ? cast(typeof(return))this : null; }
3373 super(loc, EXP.compoundLiteral, __traits(classInstanceSize, CompoundLiteralExp));
parse.d 9400 EXP.compoundLiteral : PREC.primary,

Completed in 23 milliseconds