Home
last modified time | relevance | path

Searched refs:inferApplyArgTypes (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h51 bool inferApplyArgTypes(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply);
H A Dopover.c1705 bool inferApplyArgTypes(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferApplyArgTypes() function
H A Dstatementsem.c886 if (!inferApplyArgTypes(fs, sc, sapply)) in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.c1705 bool inferApplyArgTypes(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferApplyArgTypes() function
H A Dopover.d1557 bool inferApplyArgTypes(ForeachStatement fes, Scope* sc, ref Dsymbol sapply) in inferApplyArgTypes() function
H A Dstatementsem.c886 if (!inferApplyArgTypes(fs, sc, sapply)) in visit()
H A Dstatementsem.d747 if (!inferApplyArgTypes(fs, sc, sapply)) in package()