Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d600 bool inferRef = (f.isref && (funcdecl.storage_class & STC.auto_)); in visit() local
644 …if (inferRef && f.isref && !exp.type.constConv(f.next)) // https://issues.dlang.org/show_bug.cgi?i… in visit()
H A Dstatementsem.d2823 bool inferRef = (tf.isref && (fd.storage_class & STC.auto_)); in package() local
2973 if (inferRef) // deduce 'auto ref' in package()
3048 if (inferRef) // deduce 'auto ref' in package()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c2715 bool inferRef = (tf->isref && (fd->storage_class & STCauto)); in visit() local
2842 if (inferRef) // deduce 'auto ref' in visit()
2873 if (!inferRef) in visit()
2919 if (inferRef) // deduce 'auto ref' in visit()
H A Dfunc.c1710 bool inferRef = (f->isref && (storage_class & STCauto)); in semantic3() local
1754 … if (inferRef && f->isref && !exp->type->constConv(f->next)) // Bugzilla 13336 in semantic3()