Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmustuse.d232 auto typeExp = e.isTypeExp; in isMustUseAttribute() local
233 if (!typeExp) in isMustUseAttribute()
236 auto typeEnum = typeExp.type.isTypeEnum(); in isMustUseAttribute()
H A Dobjc.d622 auto typeExp = e.isTypeExp(); in declaredAsOptionalCount()
624 if (typeExp.type.ty != Tenum) in declaredAsOptionalCount()
627 auto typeEnum = cast(TypeEnum) typeExp.type; in declaredAsOptionalCount()