- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for no_scope (0.07 sec)
-
src/cmd/cgo/doc.go
then this is unnecessary. The #cgo noescape directive may be used to tell the compiler that no Go pointers escape via the named C function. If the noescape directive is used and the C function does not handle the pointer safely, the program may crash or see memory corruption. For example: // #cgo noescape cFunctionName
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
api/go1.5.txt
pkg go/types, func NewParam(token.Pos, *Package, string, Type) *Var pkg go/types, func NewPkgName(token.Pos, *Package, string, *Package) *PkgName pkg go/types, func NewPointer(Type) *Pointer pkg go/types, func NewScope(*Scope, token.Pos, token.Pos, string) *Scope pkg go/types, func NewSignature(*Var, *Tuple, *Tuple, bool) *Signature pkg go/types, func NewSlice(Type) *Slice pkg go/types, func NewStruct([]*Var, []string) *Struct
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0)