Home
last modified time | relevance | path

Searched defs:m3 (Results 1 – 21 of 21) sorted by relevance

/prebuilts/go/linux-x86/src/internal/types/testdata/examples/
Dmethods.go42 func (t T1[int]) m3() { var _ int = 42 /* ERRORx `cannot use 42 .* as int` */ } func
80 func (t T2[X, Y, Z]) m3() (X, Y, Z) { return t.a, t.b, t.c } func
/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue51339.go20 func (T /* ERROR "too many type arguments for type" */ [_, _, _]) m3() {} func
Dissue47968.go17 func (A2 /* ERRORx `cannot define new methods on instantiated type (T\[int\]|A2)` */) m3() {} func
Dissue48703.go20 func (R[P]) m3([unsafe.Sizeof(new(R[P]))]int) {} func
/prebuilts/go/linux-x86/test/typeparam/
Dissue51700.go22 func (S) m3() {} func
Dsmoketest.go41 m3() methodSpec
/prebuilts/go/linux-x86/src/internal/types/testdata/check/decls2/
Ddecls2a.go55 func (x *pi /* ERROR "not a type" */ ) m3() {} func
67 func (x T3) m3() {} func
Ddecls2b.go62 func ((*T7)) m3() {} func
/prebuilts/go/linux-x86/test/
Dindirect1.go15 var m3 map[string]int = map[string]int{"a": 1} var
Dindirect.go14 var m3 map[string]int = map[string]int{"a": 1} var
Dnilptr3.go203 func m3(m map[int][80]byte) (byte, bool) { func
/prebuilts/go/linux-x86/src/hash/maphash/
Dmaphash_purego.go38 m3 = 0x8ebc6af09c88c6e3 const
/prebuilts/go/linux-x86/test/interface/
Dexplicit.go86 var m3 = M(ii) // ERROR "invalid|missing|cannot convert" var
/prebuilts/go/linux-x86/src/internal/types/testdata/check/
Ddecls0.go145 m3(x int) (x /* ERROR "redeclared" */ float32) methodSpec
194 func (S0) m3 () (x S0.m3 /* ERROR "S0.m3 is not a type" */ ) { return } func
Ddecls1.go139 func (x *T) m3() {} func
Dtypeparams.go333 func (T) m3[ /* ERROR "method must have no type parameters" */ P any]() {} func
/prebuilts/go/linux-x86/src/cmd/compile/internal/importer/testdata/
Dexports.go61 m3(x ...struct{}) []T9 methodSpec
/prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
Dexports.go61 m3(x ...struct{}) []T9 methodSpec
/prebuilts/go/linux-x86/src/math/bits/
Dbits.go113 const m3 = 0x00ff00ff00ff00ff // etc. const
/prebuilts/go/linux-x86/src/crypto/sha256/
Dsha256block_amd64.s576 #define m3 X6 macro
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
Dasmz.go4746 func zRIE(f form, op, r1, r2_m3_r3, i2_ri4_ri2, i3, i4, m3, i2_i5 uint32, asm *[]byte) { argument
4779 func zRIS(op, r1, m3, b4, d4, i2 uint32, asm *[]byte) { argument