Home | History | Annotate | Download | only in test

Lines Matching refs:three

49 func three(x int) {
64 three(call(add, 1, 2))
65 three(call1(add, 1, 2))
67 three(call(f, 1, 2))
68 three(call1(f, 1, 2))
69 three(call(fn(), 1, 2))
70 three(call1(fn(), 1, 2))
71 three(call(func(a, b int) int { return a + b }, 1, 2))
72 three(call1(func(a, b int) int { return a + b }, 1, 2))
77 three(<-c)
79 three(<-c)
81 three(<-c)
83 three(<-c)