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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dgogo.h473 const std::string& equal_name,
694 std::string equal_name; member in struct:Gogo::Specific_type_function
703 hash_fntype(ahash_fntype), equal_name(aequal_name),
H A Dtypes.cc1772 std::string equal_name = base_name + "$equal"; local
1783 *equal_fn = Named_object::make_function_declaration(equal_name, package,
1789 *equal_fn = gogo->declare_package_function(equal_name, equal_fntype,
1800 equal_name, equal_fntype);
1803 equal_name, equal_fntype);
1814 const std::string& equal_name,
1846 Named_object *equal_fn = gogo->start_function(equal_name, equal_fntype,
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 Dtypes.h973 const std::string& equal_name,
H A Dgogo.cc2252 const std::string& equal_name,
2260 equal_name,
2352 tsf->equal_name,
2249 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 151 milliseconds