Home
last modified time | relevance | path

Searched refs:newtyp (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/encoding/gob/
H A Dtype_test.go51 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
52 if newtyp != tInt.gobType() {
53 t.Errorf("reregistration of %s got new type", newtyp.string())
55 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
56 if newtyp != tUint.gobType() {
57 t.Errorf("reregistration of %s got new type", newtyp.string())
59 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
60 if newtyp != tString.gobType() {
61 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc48/gcc-4.8.5/libgo/go/encoding/gob/
H A Dtype_test.go51 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
52 if newtyp != tInt.gobType() {
53 t.Errorf("reregistration of %s got new type", newtyp.string())
55 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
56 if newtyp != tUint.gobType() {
57 t.Errorf("reregistration of %s got new type", newtyp.string())
59 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
60 if newtyp != tString.gobType() {
61 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/encoding/gob/
H A Dtype_test.go51 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
52 if newtyp != tInt.gobType() {
53 t.Errorf("reregistration of %s got new type", newtyp.string())
55 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
56 if newtyp != tUint.gobType() {
57 t.Errorf("reregistration of %s got new type", newtyp.string())
59 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
60 if newtyp != tString.gobType() {
61 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/encoding/gob/
H A Dtype_test.go51 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
52 if newtyp != tInt.gobType() {
53 t.Errorf("reregistration of %s got new type", newtyp.string())
55 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
56 if newtyp != tUint.gobType() {
57 t.Errorf("reregistration of %s got new type", newtyp.string())
59 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
60 if newtyp != tString.gobType() {
61 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/encoding/gob/
H A Dtype_test.go51 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
52 if newtyp != tInt.gobType() {
53 t.Errorf("reregistration of %s got new type", newtyp.string())
55 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
56 if newtyp != tUint.gobType() {
57 t.Errorf("reregistration of %s got new type", newtyp.string())
59 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
60 if newtyp != tString.gobType() {
61 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/encoding/gob/
H A Dtype_test.go51 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
52 if newtyp != tInt.gobType() {
53 t.Errorf("reregistration of %s got new type", newtyp.string())
55 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
56 if newtyp != tUint.gobType() {
57 t.Errorf("reregistration of %s got new type", newtyp.string())
59 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
60 if newtyp != tString.gobType() {
61 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/encoding/gob/
H A Dtype_test.go51 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
52 if newtyp != tInt.gobType() {
53 t.Errorf("reregistration of %s got new type", newtyp.string())
55 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
56 if newtyp != tUint.gobType() {
57 t.Errorf("reregistration of %s got new type", newtyp.string())
59 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
60 if newtyp != tString.gobType() {
61 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc8/gcc-8.5.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc10/gcc-10.3.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc11/gcc-11.2.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc9/gcc-9.4.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/encoding/gob/
H A Dtype_test.go52 newtyp := getTypeUnlocked("int", reflect.TypeOf(int(0)))
53 if newtyp != tInt.gobType() {
54 t.Errorf("reregistration of %s got new type", newtyp.string())
56 newtyp = getTypeUnlocked("uint", reflect.TypeOf(uint(0)))
57 if newtyp != tUint.gobType() {
58 t.Errorf("reregistration of %s got new type", newtyp.string())
60 newtyp = getTypeUnlocked("string", reflect.TypeOf("hello"))
61 if newtyp != tString.gobType() {
62 t.Errorf("reregistration of %s got new type", newtyp.string())
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dsemutil0.cpp387 newtyp = DT_INT; in cngcon()
390 if (newtyp == oldtyp) in cngcon()
392 to = DTY(newtyp); in cngcon()
533 return getcon(num, newtyp); in cngcon()
537 return getcon(num, newtyp); in cngcon()
546 return getcon(num, newtyp); in cngcon()
789 if (newtyp == oldtyp) in cngcon()
798 if (newtyp == oldtyp) in cngcon()
815 if (newtyp == oldtyp) in cngcon()
825 if (newtyp == oldtyp) in cngcon()
[all …]

123