Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __requires (0.14 sec)

  1. src/cmd/cgo/gcc.go

    // just the contents of the pointer being passed, not any other part
    // of the memory allocation. This is run after checkIndex, which looks
    // for the special case of &a[i], which requires different checks.
    func (p *Package) checkAddr(sb, sbCheck *bytes.Buffer, arg ast.Expr, i int) bool {
    	// Strip type conversions.
    	px := &arg
    	for {
    		c, ok := (*px).(*ast.CallExpr)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top