Searched refs:is_identical (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1514 is_identical(const Integer_type* t) const;
1615 is_identical(const Float_type* t) const;
1688 is_identical(const Complex_type* t) const;
1826 is_identical(const Function_type* t, bool ignore_receiver,
2219 is_identical(const Struct_type* t, bool errors_are_identical) const;
2381 is_identical(const Array_type* t, bool errors_are_identical) const;
2512 is_identical(const Map_type* t, bool errors_are_identical) const;
2612 is_identical(const Channel_type* t, bool errors_are_identical) const;
2722 is_identical(const Interface_type* t, bool errors_are_identical) const;
2724 // Whether we can assign T to this type. is_identical i
[all...]
H A Dtypes.cc375 return t1->integer_type()->is_identical(t2->integer_type());
378 return t1->float_type()->is_identical(t2->float_type());
381 return t1->complex_type()->is_identical(t2->complex_type());
384 return t1->function_type()->is_identical(t2->function_type(),
394 return t1->struct_type()->is_identical(t2->struct_type(),
398 return t1->array_type()->is_identical(t2->array_type(),
402 return t1->map_type()->is_identical(t2->map_type(),
406 return t1->channel_type()->is_identical(t2->channel_type(),
410 return t1->interface_type()->is_identical(t2->interface_type(),
2864 Integer_type::is_identical(cons function in class:Integer_type
3007 Float_type::is_identical(const Float_type* t) const function in class:Float_type
3133 Complex_type::is_identical(const Complex_type *t) const function in class:Complex_type
3477 Function_type::is_identical(const Function_type* t, bool ignore_receiver, function in class:Function_type
4744 Struct_type::is_identical(const Struct_type* t, function in class:Struct_type
5685 Array_type::is_identical(const Array_type* t, bool errors_are_identical) const function in class:Array_type
6577 Map_type::is_identical(const Map_type* t, bool errors_are_identical) const function in class:Map_type
6904 Channel_type::is_identical(const Channel_type* t, function in class:Channel_type
7289 Interface_type::is_identical(const Interface_type* t, function in class:Interface_type
[all...]

Completed in 73 milliseconds