HomeSort by relevance Sort by last modified time
    Searched defs:checkFunc (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
check.go 7 // checkFunc checks invariants of f.
8 func checkFunc(f *Func) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
check.go 7 // checkFunc checks invariants of f.
8 func checkFunc(f *Func) {
  /prebuilts/go/darwin-x86/test/
rotate.go 35 fmt.Fprint(b, strings.Replace(checkFunc, "XXX", typ, -1))
36 fmt.Fprint(b, strings.Replace(checkFunc, "XXX", "u"+typ, -1))
80 const checkFunc = `
  /prebuilts/go/linux-x86/test/
rotate.go 35 fmt.Fprint(b, strings.Replace(checkFunc, "XXX", typ, -1))
36 fmt.Fprint(b, strings.Replace(checkFunc, "XXX", "u"+typ, -1))
80 const checkFunc = `

Completed in 93 milliseconds