Searched refs:expToBuffer (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | hdrgen.c | 2200 expToBuffer(el, PREC_assign); 2230 expToBuffer(e, PREC_assign); in sizeToBuffer() 2237 void expToBuffer(Expression *e, PREC pr) in expToBuffer() function 2531 expToBuffer(key, PREC_assign); in visit() 2533 expToBuffer(value, PREC_assign); in visit() 2597 expToBuffer(e->thisexp, PREC_primary); in visit() 2620 expToBuffer(e->thisexp, PREC_primary); in visit() 2762 expToBuffer(e->e1, precedence[e->op]); in visit() 2767 expToBuffer(e->e1, precedence[e->op]); in visit() 2771 expToBuffer(e->e2, (PREC)(precedence[e->op] + 1)); in visit() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | hdrgen.d | 2010 expToBuffer(key, PREC.assign, buf, hgs); in expressionPrettyPrint() 2013 expToBuffer(value, PREC.assign, buf, hgs); in expressionPrettyPrint() 2082 expToBuffer(e.thisexp, PREC.primary, buf, hgs); in expressionPrettyPrint() 2099 expToBuffer(e.thisexp, PREC.primary, buf, hgs); in expressionPrettyPrint() 2240 expToBuffer(e.e1, precedence[e.op], buf, hgs); in expressionPrettyPrint() 2245 expToBuffer(e.e1, precedence[e.op], buf, hgs); in expressionPrettyPrint() 2249 expToBuffer(e.e2, cast(PREC)(precedence[e.op] + 1), buf, hgs); in expressionPrettyPrint() 2289 expToBuffer(commaExtract, precedence[exp.op], buf, hgs); in expressionPrettyPrint() 2309 expToBuffer(e.e1, PREC.assign, buf, hgs); in expressionPrettyPrint() 2316 expToBuffer(e.e1, PREC.assign, buf, hgs); in expressionPrettyPrint() [all …]
|