Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d2510 AST.Types constTypes; // all the Types that will need `const` applied to them variable
2511 constTypes.setDim(0);
2551 constTypes.push(t);
2708 if (constTypes.length)
2717 foreach (tc; constTypes[]) in foreach() argument