Home
last modified time | relevance | path

Searched defs: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
H A Dstatementsem.d2823 bool inferRef = (tf.isref && (fd.storage_class & STC.auto_)); in package() local
/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
H A Dfunc.c1710 bool inferRef = (f->isref && (storage_class & STCauto)); in semantic3() local