Searched refs:endlinnum (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c1041 endlinnum = 0;
1051 endlinnum = 0;
1061 sds->endlinnum = endlinnum;
H A Ddsymbol.h295 unsigned endlinnum; // the linnumber of the statement after the scope (0 if unknown) member in class:ScopeDsymbol
H A Dstatementsem.c312 sym->endlinnum = ss->endloc.linnum;
449 sym->endlinnum = fs->endloc.linnum;
954 sym->endlinnum = fs->endloc.linnum;
1146 tmp->endlinnum = fs->endloc.linnum;
1950 sym->endlinnum = ifs->endloc.linnum;
3315 sym->endlinnum = ws->endloc.linnum;
3327 sym->endlinnum = ws->endloc.linnum;
3351 sym->endlinnum = ws->endloc.linnum;
3382 sym->endlinnum = ws->endloc.linnum;
H A Ddeclaration.c840 endlinnum = 0;
1629 for (ScopeDsymbol *sym = sc->scopesym; sym && endlinnum == 0;
1631 endlinnum = sym->endlinnum;
H A Ddeclaration.h259 unsigned endlinnum; // line number of end of scope that this var lives in member in class:VarDeclaration
H A Dfunc.c1455 ss->endlinnum = endloc.linnum;
1681 sym->endlinnum = endloc.linnum;
1690 sym->endlinnum = endloc.linnum;
2039 sym->endlinnum = endloc.linnum;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h323 unsigned endlinnum; // the linnumber of the statement after the scope (0 if unknown) member in class:ScopeDsymbol
H A Dsemantic3.d321 ss.endlinnum = funcdecl.endloc.linnum;
576 sym.endlinnum = fensure_endlin;
584 sym.endlinnum = funcdecl.endloc.linnum;
989 sym.endlinnum = funcdecl.endloc.linnum;
H A Dstatementsem.d466 sym.endlinnum = ss.endloc.linnum;
622 sym.endlinnum = fs.endloc.linnum;
716 vinit.endlinnum = fs.endloc.linnum;
803 sym.endlinnum = fs.endloc.linnum;
1876 sym.endlinnum = ifs.endloc.linnum;
3465 sym.endlinnum = ws.endloc.linnum;
3477 sym.endlinnum = ws.endloc.linnum;
3502 sym.endlinnum = ws.endloc.linnum;
3534 sym.endlinnum = ws.endloc.linnum;
H A Ddsymbol.d1383 uint endlinnum; // the linnumber of the statement after the scope (0 if unknown)
1414 sds.endlinnum = endlinnum;
H A Ddeclaration.h237 unsigned endlinnum; // line number of end of scope that this var lives in member in class:VarDeclaration
H A Ddeclaration.d1081 uint endlinnum; // line number of end of scope that this var lives in
H A Ddsymbolsem.d1178 for (ScopeDsymbol sym = sc.scopesym; sym && dsym.endlinnum == 0;
1180 dsym.endlinnum = sym.endlinnum;

Completed in 258 milliseconds