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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.h694 std::string equal_name; member in struct:Gogo::Specific_type_function
H A Dtypes.cc1772 std::string equal_name = base_name + "$equal"; local
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
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 180 milliseconds