Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h213 virtual bool isforwardRef();
312 bool isforwardRef();
H A Ddsymbol.c617 bool Dsymbol::isforwardRef() in isforwardRef() function
1361 bool ScopeDsymbol::isforwardRef() in isforwardRef() function
H A Ddtemplate.c3380 if (sym->isforwardRef() && !tparam->deco) in deduceType()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h227 virtual bool isforwardRef();
336 bool isforwardRef();
H A Ddsymbol.d991 bool isforwardRef() in isforwardRef() function
1667 override final bool isforwardRef() nothrow in isforwardRef() function
H A Ddtemplate.d3725 if (sym.isforwardRef() && !tparam.deco) in visit()