Searched refs:checkMutableArguments (Results 1 – 3 of 3) sorted by relevance
151 * dmd/escape.d (checkMutableArguments): Always allocate new buffer for
56 bool checkMutableArguments(Scope* sc, FuncDeclaration fd, TypeFunction tf, in checkMutableArguments() function
2403 err |= checkMutableArguments(sc, fd, tf, ethis, arguments, false); in functionParameters()