Home
last modified time | relevance | path

Searched refs:checkForwardRef (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h609 bool checkForwardRef(Loc loc);
H A Dinitsem.c656 if (f->checkForwardRef(init->loc)) in visit()
H A Ddcast.c1959 if (f->checkForwardRef(e->loc)) in castTo()
2194 if (f->checkForwardRef(e->loc)) in castTo()
2237 if (f->checkForwardRef(e->loc)) in castTo()
H A Dstatementsem.c103 if (f->checkForwardRef(s->exp->loc)) in visit()
2768 if (fd->inferRetType && f->checkForwardRef(rs->exp->loc)) in visit()
H A Dmtype.c7385 if (f->checkForwardRef(loc)) in resolve()
7390 if (f->checkForwardRef(loc)) in resolve()
H A Dexpressionsem.c3675 if (!hasOverloads && f->checkForwardRef(exp->loc)) in visit()
8271 if (f->checkForwardRef(exp->loc)) in semanticX()
H A Dfunc.c2460 bool FuncDeclaration::checkForwardRef(Loc loc) in checkForwardRef() function
H A Dexpression.c3265 if (!hasOverloads && f->checkForwardRef(loc)) in resolve()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d2185 if (f.checkForwardRef(e.loc)) in visitAddr()
2440 if (f.checkForwardRef(e.loc)) in visitSymOff()
2495 if (f.checkForwardRef(e.loc)) in visitDelegate()
H A Dinitsem.d1057 if (f.checkForwardRef(init.loc)) in inferType()
H A Dtypesem.d3151 … if ((!f.isUnitTestDeclaration() || global.params.useUnitTests) && f.checkForwardRef(loc)) in visitTypeof()
3156 if (f.checkForwardRef(loc)) in visitTypeof()
H A Dstatementsem.d212 if (f.checkForwardRef(s.exp.loc)) in package()
2891 if (fd.inferRetType && f.checkForwardRef(rs.exp.loc)) in package()
H A Dfunc.d491 extern (D) final bool checkForwardRef(const ref Loc loc) in checkForwardRef() function
H A Dexpressionsem.d919 if (!hasOverloads && f.checkForwardRef(loc)) in symbolToExp()
6953 if (!hasOverloads && f.checkForwardRef(exp.loc)) in visit()
12261 if (f.checkForwardRef(loc)) in semanticX()