Home
last modified time | relevance | path

Searched refs:__methods (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dgo-iface.goc27 if (i.__methods == nil) {
30 d = i.__methods[0];
41 if (i.__methods == nil) {
55 ret.__methods = nil;
63 ok = ret.__methods != nil;
69 if (i.__methods == nil) {
70 ret.__methods = nil;
75 i.__methods[0], 1);
77 ok = ret.__methods != nil;
94 if (i.__methods == nil
[all …]
H A Dgo-type-interface.c22 if (val->__methods == NULL) in __go_type_hash_interface()
24 descriptor = (const struct __go_type_descriptor *) val->__methods[0]; in __go_type_hash_interface()
48 if (v1->__methods == NULL || v2->__methods == NULL) in __go_type_equal_interface()
49 return v1->__methods == v2->__methods; in __go_type_equal_interface()
50 v1_descriptor = (const struct __go_type_descriptor *) v1->__methods[0]; in __go_type_equal_interface()
51 v2_descriptor = (const struct __go_type_descriptor *) v2->__methods[0]; in __go_type_equal_interface()
H A Dgo-interface-compare.c22 if (left.__methods == NULL && right.__methods == NULL) in __go_interface_compare()
24 if (left.__methods == NULL || right.__methods == NULL) in __go_interface_compare()
26 left_descriptor = left.__methods[0]; in __go_interface_compare()
27 if (!__go_type_descriptors_equal (left_descriptor, right.__methods[0])) in __go_interface_compare()
H A Dgo-convert-interface.c46 lhs_method_count = lhs_interface->__methods.__count; in __go_convert_interface_2()
48 lhs_interface->__methods.__values); in __go_convert_interface_2()
54 if (rhs_uncommon == NULL || rhs_uncommon->__methods.__count == 0) in __go_convert_interface_2()
68 rhs_method_count = rhs_uncommon->__methods.__count; in __go_convert_interface_2()
70 rhs_uncommon->__methods.__values); in __go_convert_interface_2()
H A Dgo-can-convert-interface.c36 to_method_count = to_interface->__methods.__count; in __go_can_convert_to_interface()
38 to_interface->__methods.__values); in __go_can_convert_to_interface()
48 from_method_count = from_uncommon->__methods.__count; in __go_can_convert_to_interface()
50 from_uncommon->__methods.__values); in __go_can_convert_to_interface()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dgo-iface.goc27 if (i.__methods == nil) {
30 d = i.__methods[0];
41 if (i.__methods == nil) {
55 ret.__methods = nil;
63 ok = ret.__methods != nil;
69 if (i.__methods == nil) {
70 ret.__methods = nil;
75 i.__methods[0], 1);
77 ok = ret.__methods != nil;
94 if (i.__methods == nil
[all …]
H A Dgo-type-interface.c22 if (val->__methods == NULL) in __go_type_hash_interface()
24 descriptor = (const struct __go_type_descriptor *) val->__methods[0]; in __go_type_hash_interface()
48 if (v1->__methods == NULL || v2->__methods == NULL) in __go_type_equal_interface()
49 return v1->__methods == v2->__methods; in __go_type_equal_interface()
50 v1_descriptor = (const struct __go_type_descriptor *) v1->__methods[0]; in __go_type_equal_interface()
51 v2_descriptor = (const struct __go_type_descriptor *) v2->__methods[0]; in __go_type_equal_interface()
H A Dgo-interface-compare.c22 if (left.__methods == NULL && right.__methods == NULL) in __go_interface_compare()
24 if (left.__methods == NULL || right.__methods == NULL) in __go_interface_compare()
26 left_descriptor = left.__methods[0]; in __go_interface_compare()
27 if (!__go_type_descriptors_equal (left_descriptor, right.__methods[0])) in __go_interface_compare()
H A Dgo-convert-interface.c46 lhs_method_count = lhs_interface->__methods.__count; in __go_convert_interface_2()
48 lhs_interface->__methods.__values); in __go_convert_interface_2()
54 if (rhs_uncommon == NULL || rhs_uncommon->__methods.__count == 0) in __go_convert_interface_2()
68 rhs_method_count = rhs_uncommon->__methods.__count; in __go_convert_interface_2()
70 rhs_uncommon->__methods.__values); in __go_convert_interface_2()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dgo-iface.goc27 if (i.__methods == nil) {
30 d = i.__methods[0];
41 if (i.__methods == nil) {
55 ret.__methods = nil;
63 ok = ret.__methods != nil;
69 if (i.__methods == nil) {
70 ret.__methods = nil;
75 i.__methods[0], 1);
77 ok = ret.__methods != nil;
94 if (i.__methods == nil
[all …]
H A Dgo-type-interface.c22 if (val->__methods == NULL) in __go_type_hash_interface()
24 descriptor = (const struct __go_type_descriptor *) val->__methods[0]; in __go_type_hash_interface()
48 if (v1->__methods == NULL || v2->__methods == NULL) in __go_type_equal_interface()
49 return v1->__methods == v2->__methods; in __go_type_equal_interface()
50 v1_descriptor = (const struct __go_type_descriptor *) v1->__methods[0]; in __go_type_equal_interface()
51 v2_descriptor = (const struct __go_type_descriptor *) v2->__methods[0]; in __go_type_equal_interface()
H A Dgo-interface-compare.c22 if (left.__methods == NULL && right.__methods == NULL) in __go_interface_compare()
24 if (left.__methods == NULL || right.__methods == NULL) in __go_interface_compare()
26 left_descriptor = left.__methods[0]; in __go_interface_compare()
27 if (!__go_type_descriptors_equal (left_descriptor, right.__methods[0])) in __go_interface_compare()
H A Dgo-convert-interface.c46 lhs_method_count = lhs_interface->__methods.__count; in __go_convert_interface_2()
48 lhs_interface->__methods.__values); in __go_convert_interface_2()
54 if (rhs_uncommon == NULL || rhs_uncommon->__methods.__count == 0) in __go_convert_interface_2()
68 rhs_method_count = rhs_uncommon->__methods.__count; in __go_convert_interface_2()
70 rhs_uncommon->__methods.__values); in __go_convert_interface_2()
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dgo-type-interface.c22 if (val->__methods == NULL) in __go_type_hash_interface()
24 descriptor = (const struct __go_type_descriptor *) val->__methods[0]; in __go_type_hash_interface()
45 if (v1->__methods == NULL || v2->__methods == NULL) in __go_type_equal_interface()
46 return v1->__methods == v2->__methods; in __go_type_equal_interface()
47 v1_descriptor = (const struct __go_type_descriptor *) v1->__methods[0]; in __go_type_equal_interface()
48 v2_descriptor = (const struct __go_type_descriptor *) v2->__methods[0]; in __go_type_equal_interface()
H A Diface.goc27 if (i.__methods == nil) {
30 d = i.__methods[0];
43 if (i.__methods == nil) {
59 ret.__methods = nil;
67 ok = ret.__methods != nil;
73 if (i.__methods == nil) {
74 ret.__methods = nil;
79 i.__methods[0], 1);
81 ok = ret.__methods != nil;
100 if (i.__methods == nil
[all …]
H A Dgo-interface-compare.c22 if (left.__methods == NULL && right.__methods == NULL) in __go_interface_compare()
24 if (left.__methods == NULL || right.__methods == NULL) in __go_interface_compare()
26 left_descriptor = left.__methods[0]; in __go_interface_compare()
27 if (!__go_type_descriptors_equal (left_descriptor, right.__methods[0])) in __go_interface_compare()
H A Dgo-convert-interface.c46 lhs_method_count = lhs_interface->__methods.__count; in __go_convert_interface_2()
48 lhs_interface->__methods.__values); in __go_convert_interface_2()
54 if (rhs_uncommon == NULL || rhs_uncommon->__methods.__count == 0) in __go_convert_interface_2()
68 rhs_method_count = rhs_uncommon->__methods.__count; in __go_convert_interface_2()
70 rhs_uncommon->__methods.__values); in __go_convert_interface_2()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dgo-type-interface.c22 if (val->__methods == NULL) in __go_type_hash_interface()
24 descriptor = (const struct __go_type_descriptor *) val->__methods[0]; in __go_type_hash_interface()
45 if (v1->__methods == NULL || v2->__methods == NULL) in __go_type_equal_interface()
46 return v1->__methods == v2->__methods; in __go_type_equal_interface()
47 v1_descriptor = (const struct __go_type_descriptor *) v1->__methods[0]; in __go_type_equal_interface()
48 v2_descriptor = (const struct __go_type_descriptor *) v2->__methods[0]; in __go_type_equal_interface()
H A Diface.goc27 if (i.__methods == nil) {
30 d = i.__methods[0];
43 if (i.__methods == nil) {
59 ret.__methods = nil;
67 ok = ret.__methods != nil;
73 if (i.__methods == nil) {
74 ret.__methods = nil;
79 i.__methods[0], 1);
81 ok = ret.__methods != nil;
100 if (i.__methods == nil
[all …]
H A Dgo-interface-compare.c22 if (left.__methods == NULL && right.__methods == NULL) in __go_interface_compare()
24 if (left.__methods == NULL || right.__methods == NULL) in __go_interface_compare()
26 left_descriptor = left.__methods[0]; in __go_interface_compare()
27 if (!__go_type_descriptors_equal (left_descriptor, right.__methods[0])) in __go_interface_compare()
H A Dgo-convert-interface.c46 lhs_method_count = lhs_interface->__methods.__count; in __go_convert_interface_2()
48 lhs_interface->__methods.__values); in __go_convert_interface_2()
54 if (rhs_uncommon == NULL || rhs_uncommon->__methods.__count == 0) in __go_convert_interface_2()
68 rhs_method_count = rhs_uncommon->__methods.__count; in __go_convert_interface_2()
70 rhs_uncommon->__methods.__values); in __go_convert_interface_2()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dgo-type-interface.c22 if (val->__methods == NULL) in __go_type_hash_interface()
24 descriptor = (const struct __go_type_descriptor *) val->__methods[0]; in __go_type_hash_interface()
45 if (v1->__methods == NULL || v2->__methods == NULL) in __go_type_equal_interface()
46 return v1->__methods == v2->__methods; in __go_type_equal_interface()
47 v1_descriptor = (const struct __go_type_descriptor *) v1->__methods[0]; in __go_type_equal_interface()
48 v2_descriptor = (const struct __go_type_descriptor *) v2->__methods[0]; in __go_type_equal_interface()
H A Diface.goc27 if (i.__methods == nil) {
30 d = i.__methods[0];
43 if (i.__methods == nil) {
59 ret.__methods = nil;
67 ok = ret.__methods != nil;
73 if (i.__methods == nil) {
74 ret.__methods = nil;
79 i.__methods[0], 1);
81 ok = ret.__methods != nil;
100 if (i.__methods == nil
[all …]
H A Dgo-interface-compare.c22 if (left.__methods == NULL && right.__methods == NULL) in __go_interface_compare()
24 if (left.__methods == NULL || right.__methods == NULL) in __go_interface_compare()
26 left_descriptor = left.__methods[0]; in __go_interface_compare()
27 if (!__go_type_descriptors_equal (left_descriptor, right.__methods[0])) in __go_interface_compare()
H A Dgo-convert-interface.c46 lhs_method_count = lhs_interface->__methods.__count; in __go_convert_interface_2()
48 lhs_interface->__methods.__values); in __go_convert_interface_2()
54 if (rhs_uncommon == NULL || rhs_uncommon->__methods.__count == 0) in __go_convert_interface_2()
68 rhs_method_count = rhs_uncommon->__methods.__count; in __go_convert_interface_2()
70 rhs_uncommon->__methods.__values); in __go_convert_interface_2()

12345678