Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for needsPointerCheck (0.21 sec)

  1. src/cmd/cgo/gcc.go

    		sb.WriteString("()")
    	}
    	sb.WriteString("()")
    
    	return sb.String(), needsUnsafe
    }
    
    // needsPointerCheck reports whether the type t needs a pointer check.
    // This is true if t is a pointer and if the value to which it points
    // might contain a pointer.
    func (p *Package) needsPointerCheck(f *File, t ast.Expr, arg ast.Expr) bool {
    	// An untyped nil does not need a pointer check, and when
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top