OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inlining
(Results
1 - 25
of
159
) sorted by null
1
2
3
4
5
6
7
/prebuilts/go/darwin-x86/test/fixedbugs/issue18895.dir/
q.go
10
p.F() // ERROR "
inlining
call to .*\.F" "
inlining
call to .*\.m"
p.go
9
v.m() // ERROR "
inlining
call"
/prebuilts/go/linux-x86/test/fixedbugs/issue18895.dir/
q.go
10
p.F() // ERROR "
inlining
call to .*\.F" "
inlining
call to .*\.m"
/prebuilts/go/darwin-x86/test/fixedbugs/
bug465.go
7
// Issue 4230:
inlining
bug for composite literal in
issue3552.go
7
// Issue 3552: cross-package
inlining
misbehaves when
bug467.go
7
// Exported data for
inlining
could forget types of
issue4748.go
8
// This program used to complain because
inlining
created two exit labels.
issue5470.go
7
// Issue 5470: exported data for
inlining
may miss
issue5614.go
7
// Issue 5614: exported data for
inlining
may miss
issue5755.go
7
// Issue 5755: exported data for
inlining
may miss
/prebuilts/go/darwin-x86/test/fixedbugs/issue19261.dir/
q.go
10
p.F() // ERROR "
inlining
call to p.F"
p.go
17
F() // ERROR "
inlining
call to F"
/prebuilts/go/darwin-x86/test/linkname.dir/
linkname3.go
9
if y.ContainsSlash(bs) { // ERROR "
inlining
call to y.ContainsSlash"
/prebuilts/go/linux-x86/test/fixedbugs/
bug465.go
7
// Issue 4230:
inlining
bug for composite literal in
issue3552.go
7
// Issue 3552: cross-package
inlining
misbehaves when
/prebuilts/go/linux-x86/test/fixedbugs/issue19261.dir/
q.go
10
p.F() // ERROR "
inlining
call to p.F"
/prebuilts/go/linux-x86/test/linkname.dir/
linkname3.go
9
if y.ContainsSlash(bs) { // ERROR "
inlining
call to y.ContainsSlash"
/prebuilts/go/darwin-x86/test/
inline_variadic.go
7
// Test more aggressive
inlining
(-l=3 allows variadic functions)
17
x := head("hello", "world") // ERROR "
inlining
call to head" "\[\]string literal does not escape"
inline.go
7
// Test, using compiler diagnostic flags, that
inlining
is working.
18
return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "
inlining
call to add1"
26
return add2(x, 1) // ERROR "
inlining
call to add2" "
inlining
call to add1"
60
e(somethingWrong) // ERROR "
inlining
call to l.func1"
65
// any re-assignment prevents closure
inlining
73
// address taking prevents closure
inlining
93
return func() int { return 42 }() // ERROR "can inline p.func1" "
inlining
call to p.func1"
98
return foo() // ERROR "
inlining
call to q.func1"
108
}(x) // ERROR "
inlining
call to r.func2.1
[
all
...]
escape4.go
8
// Compiles but does not run.
Inlining
is enabled.
21
p = alloc(2) // ERROR "
inlining
call to alloc" "&x escapes to heap" "moved to heap: x"
26
p = alloc(3) // ERROR "
inlining
call to alloc"
27
}() // ERROR "
inlining
call to f1.func1" "
inlining
call to alloc" "&x escapes to heap" "moved to heap: x"
30
p = alloc(3) // ERROR "
inlining
call to alloc" "&x escapes to heap" "moved to heap: x"
/prebuilts/go/linux-x86/test/
inline_variadic.go
7
// Test more aggressive
inlining
(-l=3 allows variadic functions)
17
x := head("hello", "world") // ERROR "
inlining
call to head" "\[\]string literal does not escape"
inline.go
7
// Test, using compiler diagnostic flags, that
inlining
is working.
18
return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "
inlining
call to add1"
26
return add2(x, 1) // ERROR "
inlining
call to add2" "
inlining
call to add1"
60
e(somethingWrong) // ERROR "
inlining
call to l.func1"
65
// any re-assignment prevents closure
inlining
73
// address taking prevents closure
inlining
93
return func() int { return 42 }() // ERROR "can inline p.func1" "
inlining
call to p.func1"
98
return foo() // ERROR "
inlining
call to q.func1"
108
}(x) // ERROR "
inlining
call to r.func2.1
[
all
...]
escape4.go
8
// Compiles but does not run.
Inlining
is enabled.
21
p = alloc(2) // ERROR "
inlining
call to alloc" "&x escapes to heap" "moved to heap: x"
26
p = alloc(3) // ERROR "
inlining
call to alloc"
27
}() // ERROR "
inlining
call to f1.func1" "
inlining
call to alloc" "&x escapes to heap" "moved to heap: x"
30
p = alloc(3) // ERROR "
inlining
call to alloc" "&x escapes to heap" "moved to heap: x"
/prebuilts/go/darwin-x86/test/fixedbugs/bug448.dir/
pkg2.go
5
// Issue 3843:
inlining
bug due to wrong receive operator precedence.
/prebuilts/go/linux-x86/test/fixedbugs/bug448.dir/
pkg2.go
5
// Issue 3843:
inlining
bug due to wrong receive operator precedence.
Completed in 5665 milliseconds
1
2
3
4
5
6
7