Searched refs:ScopeDsymbol_foreach (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dsymbol.c | 37 int ScopeDsymbol_foreach(Scope *sc, Dsymbols *members, ForeachDg dg, void *ctx, size_t *pn = NULL); 1435 ScopeDsymbol_foreach(NULL, members, &dimDg, &n); in dim() 1466 int res = ScopeDsymbol_foreach(NULL, members, &getNthSymbolDg, &ctx); in getNth() 1479 int ScopeDsymbol_foreach(Scope *sc, Dsymbols *members, ForeachDg dg, void *ctx, size_t *pn) in ScopeDsymbol_foreach() function 1491 result = ScopeDsymbol_foreach(sc, a->include(sc, NULL), dg, ctx, &n); in ScopeDsymbol_foreach() 1493 result = ScopeDsymbol_foreach(sc, tm->members, dg, ctx, &n); in ScopeDsymbol_foreach()
|
H A D | traits.c | 37 int ScopeDsymbol_foreach(Scope *sc, Dsymbols *members, ForeachDg dg, void *ctx, size_t *pn = NULL); 1259 ScopeDsymbol_foreach(NULL, ed->members, &PushIdentsDg::dg, ctx); in semanticTraits() 1270 ScopeDsymbol_foreach(sc, sds->members, &PushIdentsDg::dg, &ctx); in semanticTraits() 1285 ScopeDsymbol_foreach(NULL, cb->members, &PushIdentsDg::dg, ctx); in semanticTraits()
|