func ReturnIntLong() (int, C.long) { … }
func gc() { … }
var sum …
func Add(x int) { … }
func goDummy() { … }
func testCthread(t *testing.T) { … }
func benchCGoInCthread(b *testing.B) { … }
func BackIntoGo() { … }
func xvariadic(x ...interface{ … }
func test1328(t *testing.T) { … }
var issue1560 …
var issue1560Ch …
func Issue1560FromC() { … }
func Issue1560FromGo() { … }
func test1560(t *testing.T) { … }
func exportbyte() byte { … }
func exportbool() bool { … }
func exportrune() rune { … }
func exporterror() error { … }
func exportint() int { … }
func exportuint() uint { … }
func exportuintptr() uintptr { … }
func exportint8() int8 { … }
func exportuint8() uint8 { … }
func exportint16() int16 { … }
func exportuint16() uint16 { … }
func exportint32() int32 { … }
func exportuint32() uint32 { … }
func exportint64() int64 { … }
func exportuint64() uint64 { … }
func exportfloat32() float32 { … }
func exportfloat64() float64 { … }
func exportcomplex64() complex64 { … }
func exportcomplex128() complex128 { … }
func exportSliceIn(s []byte) bool { … }
func exportSliceOut() []byte { … }
func exportSliceInOut(s []byte) []byte { … }
func init() { … }
func test3775(t *testing.T) { … }
func lockOSThreadCallback() { … }
var issue4054b …
func issue5548FromC(s string, i int) int { … }
func test5548(t *testing.T) { … }
func GoIssue6833Func(aui uint, aui64 uint64) uint64 { … }
func test6833(t *testing.T) { … }
const CString …
func CheckIssue6907Go(s string) C.int { … }
func test6907Go(t *testing.T) { … }
var bad7665 …
var good7665 …
func test7665(t *testing.T) { … }
var issue7978sync …
func issue7978check(t *testing.T, wantFunc string, badFunc string, depth int) { … }
func issue7978wait(store uint32, wait uint32) { … }
func issue7978cb() { … }
func growStack(n int) int { … }
func issue7978go() { … }
func test7978(t *testing.T) { … }
var issue8331Var …
func Test8945() { … }
func multi() (*C.char, C.int) { … }
func test20910(t *testing.T) { … }
const issue28772Constant2 …
func useIssue31891A(c *C.Issue31891A) { … }
func useIssue31891B(c *C.Issue31891B) { … }
func test31891(t *testing.T) { … }
var issue37033 …
func GoFunc37033(handle C.uintptr_t) { … }
var _ …
type data49633 …
func GoFunc49633(context unsafe.Pointer) { … }
func test49633(t *testing.T) { … }