Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d791 else if (res.idents || res.identExps || res.cppmangle != CPPMANGLE.def)
824 else if (res.identExps)
827 assert(res.identExps.dim);
828 for (size_t i = res.identExps.dim; i;)
830 AST.Expression exp = (*res.identExps)[--i];
2125 result.identExps = new AST.Expressions();
2128 result.identExps.push(parseCondExp());
4267 if (res.idents || res.identExps)
9535 AST.Expressions* identExps; in ParsedLinkage() local