Lines Matching full:does

20 		if x := func() int { // ERROR "can inline main.func2" "func literal does not escape"
33 if y := func(x int) int { // ERROR "can inline main.func4" "func literal does not escape"
41 y := func(x int) int { // ERROR "can inline main.func5" "func literal does not escape"
44 y = func(x int) int { // ERROR "can inline main.func6" "func literal does not escape"
53 func() { // ERROR "func literal does not escape"
54 y := func(x int) int { // ERROR "can inline main.func7.1" "func literal does not escape"
57 y = func(x int) int { // ERROR "can inline main.func7.2" "func literal does not escape"
67 y := func(x int) int { // ERROR "can inline main.func8" "func literal does not escape"
70 y, sink = func(x int) int { // ERROR "can inline main.func9" "func literal does not escape"
79 func() { // ERROR "func literal does not escape"
80 y := func(x int) int { // ERROR "can inline main.func10.1" "func literal does not escape"
83 y, sink = func(x int) int { // ERROR "can inline main.func10.2" "func literal does not escape"
93 y := func(x int) int { // ERROR "can inline main.func11" "func literal does not escape"
100 }() // ERROR "func literal does not escape" "inlining call to main.func12"
107 func() { // ERROR "func literal does not escape"
108 y := func(x int) int { // ERROR "func literal does not escape" "can inline main.func13.1"
115 }() // ERROR "func literal does not escape" "inlining call to main.func13.2"
123 y := func(x int) int { // ERROR "can inline main.func14" "func literal does not escape"
126 y, ok = map[int]func(int) int{ // ERROR "does not escape"
135 func() { // ERROR "func literal does not escape"
136 y := func(x int) int { // ERROR "can inline main.func16.1" "func literal does not escape"
139 y, ok = map[int]func(int) int{ // ERROR "does not escape"
149 y := func(x int) int { // ERROR "can inline main.func17" "func literal does not escape"
152 y, ok = interface{}(func(x int) int { // ERROR "can inline main.func18" "does not escape"
161 func() { // ERROR "func literal does not escape"
162 y := func(x int) int { // ERROR "can inline main.func19.1" "func literal does not escape"
165 y, ok = interface{}(func(x int) int { // ERROR "can inline main.func19.2" "does not escape"
181 if y := func() int { // ERROR "can inline main.func21" "func literal does not escape"
197 if z := func(y int) int { // ERROR "func literal does not escape" "can inline main.func23"
220 func(b int) { // ERROR "func literal does not escape"
243 }() // ERROR "inlining call to main.func26" "func literal does not escape"