Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d9918 const isArrayCtor = in visit() local
9939 if (isArrayCtor || isArraySetCtor) in visit()
9945 auto func = isArrayCtor ? Id._d_arrayctor : Id._d_arraysetctor; in visit()
9946 const other = isArrayCtor ? "other array" : "value"; in visit()
9957 if (isArrayCtor) in visit()