Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for needsPointerCheck (0.11 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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top