Searched refs:finalize_methods (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgo.cc88 ::gogo->finalize_methods();
H A Druntime.cc170 it->finalize_methods();
H A Dtypes.h249 // set after stub methods are built in finalize_methods.
1033 finalize_methods(Gogo*, const Type*, Location, Methods**);
2230 finalize_methods(Gogo*);
2233 // called after the finalize_methods pass.
2239 // after the finalize_methods pass.
2711 finalize_methods();
2814 // finalize_methods. This will be NULL for the empty interface.
2988 finalize_methods(Gogo*);
2991 // called after the finalize_methods pass.
H A Dgogo.cc127 error_iface->finalize_methods();
2838 t->interface_type()->finalize_methods();
2861 nt->finalize_methods(this->gogo_);
2905 t->struct_type()->finalize_methods(this->gogo_);
2918 Gogo::finalize_methods() function in class:Gogo
H A Dtypes.cc5042 Struct_type::finalize_methods(Gogo* gogo) function in class:Struct_type
5056 // Note that finalize_methods is, fortunately, not recursive.
5061 Type::finalize_methods(gogo, this, this->location_, &this->all_methods_);
7137 Interface_type::finalize_methods() function in class:Interface_type
8191 ret->finalize_methods();
8488 Named_type::finalize_methods(Gogo* gogo) function in class:Named_type
8507 Type::finalize_methods(gogo, this, this->location_, &this->all_methods_);
9299 Type::finalize_methods(Gogo* gogo, const Type* type, Location location, function in class:Type
H A Dgogo.h527 finalize_methods();

Completed in 320 milliseconds