Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d9256 auto newExp = cast(NewExp)(exp.e2); in visit() local
9257 if (newExp.newtype && newExp.newtype == t1) in visit()
9260 newExp.toChars(), newExp.type.toChars(), t1.toChars()); in visit()