Searched refs:interface_method_table (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1048 interface_method_table(Type* type,
2255 interface_method_table(Interface_type* interface, bool is_pointer);
3018 interface_method_table(Interface_type* interface, bool is_pointer);
H A Dgogo.cc4244 nt->interface_method_table(*p, false)->get_backend(&context);
4245 nt->interface_method_table(*p, true)->get_backend(&context);
4253 st->interface_method_table(*p, false)->get_backend(&context);
4254 st->interface_method_table(*p, true)->get_backend(&context);
H A Dtypes.cc5079 Struct_type::interface_method_table(Interface_type* interface, function in class:Struct_type
5098 return Type::interface_method_table(this, interface, is_pointer,
8525 Named_type::interface_method_table(Interface_type* interface, bool is_pointer) function in class:Named_type
8527 return Type::interface_method_table(this, interface, is_pointer,
9742 Type::interface_method_table(Type* type, function in class:Type
H A Dexpressions.cc246 rhs_named_type->interface_method_table(lhs_interface_type,
250 rhs_struct_type->interface_method_table(lhs_interface_type,

Completed in 124 milliseconds