Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darrayop.c26 void buildArrayIdent(Expression *e, OutBuffer *buf, Expressions *arguments);
199 buildArrayIdent(e, &buf, arguments); in arrayOp()
263 void buildArrayIdent(Expression *e, OutBuffer *buf, Expressions *arguments) in buildArrayIdent() function