Searched refs:inferRef (Results 1 – 4 of 4) sorted by relevance
600 bool inferRef = (f.isref && (funcdecl.storage_class & STC.auto_)); in visit() local644 …if (inferRef && f.isref && !exp.type.constConv(f.next)) // https://issues.dlang.org/show_bug.cgi?i… in visit()
2823 bool inferRef = (tf.isref && (fd.storage_class & STC.auto_)); in package() local2973 if (inferRef) // deduce 'auto ref' in package()3048 if (inferRef) // deduce 'auto ref' in package()
2715 bool inferRef = (tf->isref && (fd->storage_class & STCauto)); in visit() local2842 if (inferRef) // deduce 'auto ref' in visit()2873 if (!inferRef) in visit()2919 if (inferRef) // deduce 'auto ref' in visit()
1710 bool inferRef = (f->isref && (storage_class & STCauto)); in semantic3() local1754 … if (inferRef && f->isref && !exp->type->constConv(f->next)) // Bugzilla 13336 in semantic3()