Home | History | Annotate | Download | only in test

Lines Matching defs:quux

1625 func quux(sp *string, bp *[]byte) { // ERROR "quux bp does not escape$" "quux sp does not escape$"
1626 *sp = (*sp)[1:2] // ERROR "quux ignoring self-assignment to \*sp$"
1627 *bp = (*bp)[1:2] // ERROR "quux ignoring self-assignment to \*bp$"