Home
last modified time | relevance | path

Searched refs:TypeOfInterface (Results 1 – 19 of 19) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dinterface.go28 return TypeOfInterface
32 types = append([]r.Type{TypeOfInterface}, types...)
42 return field.Name == StrGensymInterface && field.Type == TypeOfInterface
H A Dswitch_type.go59 return env.evalTypecaseBody(varname, TypeOfInterface, v, default_, true)
102 return TypeOfInterface, true
H A Dexpr.go317 } else if t2 == TypeOfInterface {
H A Dtype.go32 return TypeOfInterface
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/xreflect/
H A Dinit.go102 v.TypeOfInterface = v.makeInterface()
106 v.cache(v.TypeOfInterface.ReflectType(), v.TypeOfInterface)
H A Dnamed.go50 underlying = v.TypeOfInterface
72 …d != reflect.Invalid || gtype.Underlying() != v.TypeOfInterface.GoType() || t.rtype != v.TypeOfInt…
H A Duniverse.go39 TypeOfInterface Type member
H A Dz_test.go197 typ := u.MapOf(u.TypeOfInterface, u.BasicTypes[r.Bool])
219 underlying := u.MapOf(u.TypeOfInterface, u.BasicTypes[r.Bool])
261 StructField{Name: "Rest", Type: u.TypeOfInterface},
H A Dfromreflect.go423 if rtype == v.TypeOfInterface.ReflectType() {
424 return v.TypeOfInterface
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/_example/
H A Dmain.go45 var TypeOfInterface = r.TypeOf((*interface{})(nil)).Elem()
48 c := i.Convert(TypeOfInterface)
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dbuiltin.go624 argtypes[0] = c.TypeOfInterface()
654 …t := c.Universe.FuncOf([]xr.Type{c.TypeOfInterface()}, []xr.Type{tout}, false) // no need to build…
657 arg := c.exprValue(c.TypeOfInterface(), tin.ReflectType())
669 arg.To(c, c.TypeOfInterface())
725 arg.To(c, c.TypeOfInterface())
812 var nilInterface = r.Zero(base.TypeOfInterface)
847 v = r.ValueOf(rec).Convert(base.TypeOfInterface) // keep the I type
860 ti := c.TypeOfInterface()
1255 lastarg = exprX1(c.TypeOfInterface(), func(env *Env) r.Value {
H A Drange.go112 bindrecv := c.NewBind("", VarBind, c.TypeOfInterface())
179 bindkey = c.DeclVar0("", c.TypeOfInterface(), nil)
H A Dinterface.go33 return c.TypeOfInterface()
H A Dselect.go41 bindrecv := c.NewBind("", VarBind, c.TypeOfInterface())
H A Dtype.go869 func (g *CompGlobals) TypeOfInterface() xr.Type { func
870 return g.Universe.TypeOfInterface
H A Dswitch_type.go188 tbind := c.NewBind("", VarBind, c.TypeOfInterface()) // no need to store as xr.Type
H A Didentifier.go63 bind := c.NewBind(name, VarBind, c.TypeOfInterface())
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/base/
H A Dconstant.go76 TypeOfInterface = r.TypeOf((*interface{})(nil)).Elem() var
H A Dx_package.go103 "TypeOfInterface": r.ValueOf(&TypeOfInterface).Elem(),