Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FORM (0.55 sec)

  1. src/cmd/cgo/gcc.go

    					if nu {
    						needsUnsafe = true
    					}
    					c.Done = true
    				}
    			}
    		}
    	})
    	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
    //
    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