Home
last modified time | relevance | path

Searched refs:TUINTPTR (Results 1 – 25 of 80) sorted by path

1234

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/escape/
H A Dexpr.go274 if n.Type().Kind() != types.TUINTPTR {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ir/
H A Dexpr.go1037 if l.Type() != types.Types[types.TUINTPTR] {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dstencil.go447 typed(types.Types[types.TUINTPTR], dictVar)
483 typed(types.Types[types.TUINTPTR], dict2Var)
788 dictionaryType := types.Types[types.TUINTPTR]
901 typed(types.Types[types.TUINTPTR], idx)
903 typed(types.Types[types.TUINTPTR], r)
1160 typed(types.Types[types.TUINTPTR], cdict)
1168 typed(types.Types[types.TUINTPTR], ldict)
1402 typed(types.Types[types.TUINTPTR].PtrTo(), itab)
1766 …n.SetType(types.Types[types.TUINTPTR]) // should probably be [...]uintptr, but doesn't really matt…
1778 np.SetType(types.Types[types.TUINTPTR])
[all …]
H A Dtypes.go474 types2.Uintptr: &types.Types[types.TUINTPTR],
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/reflectdata/
H A Dalg.go160 ir.NewField(base.Pos, typecheck.Lookup("h"), nil, types.Types[types.TUINTPTR]),
162 results := []*ir.Field{ir.NewField(base.Pos, nil, nil, types.Types[types.TUINTPTR])}
301 types.NewField(base.Pos, nil, types.Types[types.TUINTPTR]),
303 types.NewField(base.Pos, nil, types.Types[types.TUINTPTR]),
677 slen := typecheck.Conv(ir.NewUnaryExpr(base.Pos, ir.OLEN, s), types.Types[types.TUINTPTR])
678 tlen := typecheck.Conv(ir.NewUnaryExpr(base.Pos, ir.OLEN, t), types.Types[types.TUINTPTR])
802 types.NewField(base.Pos, nil, types.Types[types.TUINTPTR]),
803 types.NewField(base.Pos, nil, types.Types[types.TUINTPTR]),
805 types.NewField(base.Pos, nil, types.Types[types.TUINTPTR]),
H A Dreflect.go131 otyp = types.Types[types.TUINTPTR]
227 makefield("nevacuate", types.Types[types.TUINTPTR]),
284 makefield("startBucket", types.Types[types.TUINTPTR]),
289 makefield("bucket", types.Types[types.TUINTPTR]),
290 makefield("checkBucket", types.Types[types.TUINTPTR]),
649 types.TUINTPTR: objabi.KindUintptr,
885 types.TINT64, types.TUINT64, types.TUINTPTR, types.TPTR, types.TUNSAFEPTR, types.TCHAN:
2071 …n.SetType(types.Types[types.TUINTPTR]) // should probably be [...]uintptr, but doesn't really matt…
2082 np.SetType(types.Types[types.TUINTPTR])
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dconfig.go106 t.Uintptr = types.Types[types.TUINTPTR]
112 t.UintptrPtr = types.NewPtr(types.Types[types.TUINTPTR])
H A Dfunc.go228 u := types.Types[types.TUINTPTR]
H A Dpassbm_test.go72 Valu("sb", OpSB, types.Types[types.TUINTPTR], 0, nil),
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssagen/
H A Dssa.go747 count = s.constInt(types.Types[types.TUINTPTR], 1)
2135 opAndType{ir.OEQ, types.TUINTPTR}: ssa.OpEqPtr,
2155 opAndType{ir.ONE, types.TUINTPTR}: ssa.OpNeqPtr,
2198 case types.TUINTPTR:
6633 uintptrTyp := types.Types[types.TUINTPTR]
7792 makefield("sp", types.Types[types.TUINTPTR]),
7793 makefield("pc", types.Types[types.TUINTPTR]),
7797 makefield("fn", types.Types[types.TUINTPTR]),
7799 makefield("link", types.Types[types.TUINTPTR]),
7800 makefield("fd", types.Types[types.TUINTPTR]),
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dbexport.go68 types.Types[types.TUINTPTR],
H A Dbuiltin.go235 typs[5] = types.Types[types.TUINTPTR]
H A Dexpr.go604 n.SetType(types.NewPtr(types.Types[types.TUINTPTR]))
H A Dfunc.go114 types.NewField(base.Pos, pkg.Lookup(".F"), types.Types[types.TUINTPTR]),
133 types.NewField(base.Pos, Lookup("F"), types.Types[types.TUINTPTR]),
H A Diexport.go1132 types.TUINT, types.TUINT8, types.TUINT16, types.TUINT32, types.TUINT64, types.TUINTPTR:
1217 case types.TINT, types.TUINT, types.TUINTPTR:
H A Dsubr.go1229 …types.TUINTPTR, types.TBOOL, types.TSTRING, types.TFLOAT32, types.TFLOAT64, types.TCOMPLEX64, type…
H A Dtypecheck.go186 types.TUINTPTR: "uintptr",
717 n.SetType(types.Types[types.TUINTPTR])
806 n.SetType(types.Types[types.TUINTPTR])
814 n.SetType(types.Types[types.TUINTPTR])
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/
H A Dalg.go57 TINT, TUINT, TUINTPTR,
H A Dfmt.go202 TUINTPTR: "uintptr",
H A Didentity.go48 …case TINT8, TUINT8, TINT16, TUINT16, TINT32, TUINT32, TINT64, TUINT64, TINT, TUINT, TUINTPTR, TCOM…
H A Dkind_string.go22 _ = x[TUINTPTR-11]
H A Dsize.go649 TUINTPTR, TCOMPLEX64, TCOMPLEX128, TFLOAT32, TFLOAT64:
H A Dtype.go48 TUINTPTR const
1235 case TBOOL, TFLOAT32, TFLOAT64, TCOMPLEX64, TCOMPLEX128, TUNSAFEPTR, TUINTPTR,
1410 TUINTPTR: TUINTPTR,
1423 case TINT8, TUINT8, TINT16, TUINT16, TINT32, TUINT32, TINT64, TUINT64, TINT, TUINT, TUINTPTR:
1439 case TUINT8, TUINT16, TUINT32, TUINT64, TUINT, TUINTPTR:
1471 return t.kind == TUINTPTR
1542 TUINTPTR, TCOMPLEX64, TCOMPLEX128, TFLOAT32, TFLOAT64:
2036 TUINTPTR,
H A Duniverse.go40 {"uintptr", TUINTPTR, TUINT32, TUINT64},
138 IsInt[TUINTPTR] = true
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/walk/
H A Dassign.go545 …apExpr(typecheck.Conv(ir.NewUnaryExpr(base.Pos, ir.OLEN, l2), types.Types[types.TUINTPTR]), &nodes)
693 …v(ir.NewBinaryExpr(base.Pos, ir.OMUL, l2, ir.NewInt(elemtype.Size())), types.Types[types.TUINTPTR])

1234