Home
last modified time | relevance | path

Searched defs:sapply (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c1601 bool inferAggregate(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferAggregate()
1705 bool inferApplyArgTypes(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferApplyArgTypes()
H A Dstatementsem.c844 Dsymbol *sapply = NULL; in visit() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d1459 bool inferForeachAggregate(Scope* sc, bool isForeach, ref Expression feaggr, out Dsymbol sapply) in inferForeachAggregate()
1557 bool inferApplyArgTypes(ForeachStatement fes, Scope* sc, ref Dsymbol sapply) in inferApplyArgTypes()
H A Dstatementsem.d731 Dsymbol sapply = null; // the inferred opApply() or front() function in package() local