Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for isDirectIface (0.21 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		return s.newValue2(ssa.OpIMake, dst, itab, data), ok
    	}
    
    	if base.Debug.TypeAssert > 0 {
    		base.WarnfAt(pos, "type assertion inlined")
    	}
    
    	// Converting to a concrete type.
    	direct := types.IsDirectIface(dst)
    	itab := s.newValue1(ssa.OpITab, byteptr, iface) // type word of interface
    	if base.Debug.TypeAssert > 0 {
    		base.WarnfAt(pos, "type assertion inlined")
    	}
    	var wantedFirstWord *ssa.Value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top