go.pact.im/x/plumb/internal/solve.ResultSlot.Typ (field)

11 uses

	go.pact.im/x/plumb/internal/solve (current package)
		instance.go#L26: 	Typ      types.Type // ResultKindValue: the value type; otherwise nil
		instance.go#L63: 			out = append(out, r.Typ)
		instance.go#L111: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: p.Sym.Type()}}
		instance.go#L114: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: p.ConvertTo}}
		instance.go#L121: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: fieldType}}
		instance.go#L130: 		in.Results = []ResultSlot{{Kind: ResultKindValue, Typ: declared}}
		instance.go#L262: 			in.Results = append(in.Results, ResultSlot{Kind: ResultKindValue, Typ: t})

	go.pact.im/x/plumb/internal/emit
		emit.go#L233: 				vn := alloc.alloc(baseName(r.Typ))
		emit.go#L234: 				setLocal(r.Typ, vn)
		render.go#L52: 		b.WriteString(q.typeString(in.Results[0].Typ))
		report.go#L92: 			parts = append(parts, "val "+q(r.Typ))