Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cgoIndexNN (0.25 sec)

  1. src/cmd/cgo/gcc.go

    	return *arg, needsUnsafe
    }
    
    // checkIndex checks whether arg has the form &a[i], possibly inside
    // type conversions. If so, then in the general case it writes
    //
    //	_cgoIndexNN := a
    //	_cgoNN := &cgoIndexNN[i] // with type conversions, if any
    //
    // to sb, and writes
    //
    //	_cgoCheckPointer(_cgoNN, _cgoIndexNN)
    //
    // to sbCheck, and returns true. If a is a simple variable or field reference,
    // it writes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top