Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.d2280 Expression commaExtract; in expressionPrettyPrint() local
2283 commaExtract = ce.e2; in expressionPrettyPrint()
2285 commaExtract = se; in expressionPrettyPrint()
2287 if (commaExtract) in expressionPrettyPrint()
2289 expToBuffer(commaExtract, precedence[exp.op], buf, hgs); in expressionPrettyPrint()