Home
last modified time | relevance | path

Searched defs:Z1 (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/test/codegen/
Dstructs.go18 type Z1 struct { struct
19 a, b, c int
22 func Zero1(t *Z1) { // Issue #18370
/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/
Dzero_test.go7 type Z1 struct { struct
8 pre [8]byte
9 mid [1]byte
10 post [8]byte