Searched refs:checkNestedReference (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | delegatize.c | 137 result = v->checkNestedReference(sc, Loc()); in lambdaCheckForNestedRef() 144 result = v->checkNestedReference(sc, Loc()); in lambdaCheckForNestedRef() 150 result = e->var->checkNestedReference(sc, Loc()); in lambdaCheckForNestedRef() 158 result = v->checkNestedReference(sc, Loc()); in lambdaCheckForNestedRef()
|
H A D | declaration.h | 290 bool checkNestedReference(Scope *sc, Loc loc); 660 bool checkNestedReference(Scope *sc, Loc loc);
|
H A D | expressionsem.c | 497 if (e->var->checkNestedReference(sc, e->loc)) in visit() 576 if (e->var->checkNestedReference(sc, e->loc)) in visit() 1441 if (v->checkNestedReference(sc, e->loc)) in visit() 1446 if (f->checkNestedReference(sc, e->loc)) in visit() 1485 if (vd->checkNestedReference(sc, e->loc)) in visit() 1496 if (fd->checkNestedReference(sc, e->loc)) in visit() 3455 if (exp->f->checkNestedReference(sc, exp->loc)) in visit() 3528 if (exp->f->checkNestedReference(sc, exp->loc)) in visit() 3555 if (exp->f->checkNestedReference(sc, exp->loc)) in visit()
|
H A D | declaration.c | 1885 bool VarDeclaration::checkNestedReference(Scope *sc, Loc loc) in checkNestedReference() function
|
H A D | func.c | 4310 bool FuncDeclaration::checkNestedReference(Scope *sc, Loc loc) in checkNestedReference() function
|
H A D | statementsem.c | 2988 bool r = fd->vresult->checkNestedReference(sc, Loc()); in visit()
|
H A D | expression.c | 3243 if (v->checkNestedReference(sc, loc)) in resolve()
|
H A D | mtype.c | 8632 const bool nestedError = fd->vthis->checkNestedReference(sc, e->loc); in dotExp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | delegatize.d | 220 result = v.checkNestedReference(sc, Loc.initial); in lambdaCheckForNestedRef() 227 result = v.checkNestedReference(sc, Loc.initial); in lambdaCheckForNestedRef() 233 result = e.var.checkNestedReference(sc, Loc.initial); in lambdaCheckForNestedRef() 241 result = v.checkNestedReference(sc, Loc.initial); in lambdaCheckForNestedRef()
|
H A D | expressionsem.d | 897 if (v.checkNestedReference(sc, loc)) in symbolToExp() 2857 if (e.var.checkNestedReference(sc, e.loc)) in visit() 2937 if (e.var.checkNestedReference(sc, e.loc)) in visit() 3918 if (v.checkNestedReference(sc, e.loc)) in visit() 3923 if (f.checkNestedReference(sc, e.loc)) in visit() 3967 if (vd.checkNestedReference(sc, e.loc)) in visit() 3980 if (fd.checkNestedReference(sc, e.loc)) in visit() 4975 if (exp.f.checkNestedReference(sc, exp.loc)) in visit() 5047 if (exp.f.checkNestedReference(sc, exp.loc)) in visit() 5082 if (exp.f.checkNestedReference(sc, exp.loc)) in visit()
|
H A D | declaration.d | 1583 extern (D) final bool checkNestedReference(Scope* sc, Loc loc) in checkNestedReference() function
|
H A D | func.d | 1923 extern (D) final bool checkNestedReference(Scope* sc, const ref Loc loc) in checkNestedReference() function
|
H A D | typesem.d | 4357 const nestedError = fd.vthis.checkNestedReference(sc, e.loc); in dotExp()
|
H A D | statementsem.d | 3118 bool r = fd.vresult.checkNestedReference(sc, Loc.initial); in package()
|