Searched defs:ForeachDg (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | cppmangle.c | 41 typedef int (*ForeachDg)(void *ctx, size_t paramidx, Parameter *param); typedef
|
H A D | dmangle.c | 28 typedef int (*ForeachDg)(void *ctx, size_t paramidx, Parameter *param); typedef
|
H A D | traits.c | 36 typedef int (*ForeachDg)(void *ctx, size_t idx, Dsymbol *s); typedef
|
H A D | dsymbol.c | 36 typedef int (*ForeachDg)(void *ctx, size_t idx, Dsymbol *s); typedef
|
H A D | mtype.c | 35 typedef int (*ForeachDg)(void *ctx, size_t paramidx, Parameter *param); typedef
|