Searched refs:expressionsToString (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expressionsem.d | 96 bool expressionsToString(ref OutBuffer buf, Scope* sc, Expressions* exps) in expressionsToString() function 118 if (expressionsToString(buf, sc, te.exps)) in expressionsToString() 5928 if (expressionsToString(buf, sc, exp.exps)) in compileIt()
|
H A D | typesem.d | 2264 if (expressionsToString(buf, sc, tm.exps)) in compileTypeMixin()
|
H A D | statementsem.d | 4757 if (expressionsToString(buf, sc, cs.exps)) in flatten()
|
H A D | dsymbolsem.d | 1826 if (expressionsToString(buf, sc, cd.exps)) in compileIt()
|