Searched defs:sapply (Results 1 – 4 of 4) sorted by relevance
1601 bool inferAggregate(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferAggregate()1705 bool inferApplyArgTypes(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferApplyArgTypes()
844 Dsymbol *sapply = NULL; in visit() local
1459 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()
731 Dsymbol sapply = null; // the inferred opApply() or front() function in package() local