Home
last modified time | relevance | path

Searched refs:dimStack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c3231 Objects dimStack; in parseBasicTypeStartingAt() local
3239 dimStack.push(a->dim->syntaxCopy()); in parseBasicTypeStartingAt()
3246 dimStack.push(a->index->syntaxCopy()); in parseBasicTypeStartingAt()
3254 assert(dimStack.dim > 0); in parseBasicTypeStartingAt()
3257 while (dimStack.dim) in parseBasicTypeStartingAt()
3259 tid->addIndex(dimStack.pop()); in parseBasicTypeStartingAt()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d3747 AST.Objects dimStack; variable
3755 dimStack.push(a.dim.syntaxCopy());
3762 dimStack.push(a.index.syntaxCopy());
3770 assert(dimStack.dim > 0);
3773 while (dimStack.dim)
3775 tid.addIndex(dimStack.pop());