Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dimportc.d294 …if (!tf1.parameterList.hasIdentifierList && !tf2.parameterList.hasIdentifierList) // if both are p… in cFuncEquivalence()
H A Dmtype.h587 bool hasIdentifierList; // true if C identifier-list style member
H A Dfunc.d2773 …f.parameterList.varargs && (!this.isCsymbol() || (!tf.parameterList.hasIdentifierList && nparams))) in checkMain()
H A Dcparse.d1954 …ft.parameterList.hasIdentifierList = true; // semantic needs to know to adjust parameter ty…
H A Dmtype.d6701 bool hasIdentifierList; // true if C identifier-list style member