Searched defs:equal_fntype (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.h695 Function_type* equal_fntype; member in struct:Gogo::Specific_type_function
H A Dtypes.cc1556 type_functions(Gogo* gogo, Named_type* name, Function_type* hash_fntype, Function_type* equal_fntype, Named_object** hash_fn, Named_object** equal_fn) argument
1713 specific_type_functions(Gogo* gogo, Named_type* name, Function_type* hash_fntype, Function_type* equal_fntype, Named_object** hash_fn, Named_object** equal_fn) argument
1811 write_specific_type_functions(Gogo* gogo, Named_type* name, const std::string& hash_name, Function_type* hash_fntype, const std::string& equal_name, Function_type* equal_fntype) argument
1873 write_named_hash(Gogo* gogo, Named_type* name, Function_type* hash_fntype, Function_type* equal_fntype) argument
2015 Function_type* equal_fntype = p->type()->function_type(); local
5287 write_hash_function(Gogo* gogo, Named_type*, Function_type* hash_fntype, Function_type* equal_fntype) argument
5862 write_hash_function(Gogo* gogo, Named_type* name, Function_type* hash_fntype, Function_type* equal_fntype) argument
[all...]
H A Dgogo.cc2249 queue_specific_type_function(Type* type, Named_type* name, const std::string& hash_name, Function_type* hash_fntype, const std::string& equal_name, Function_type* equal_fntype) argument

Completed in 128 milliseconds