Searched refs:do_mangled_name (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1022 do_mangled_name(Gogo*, std::string*) const = 0;
1097 { type->do_mangled_name(gogo, ret); }
1558 do_mangled_name(Gogo*, std::string*) const;
1639 do_mangled_name(Gogo*, std::string*) const;
1712 do_mangled_name(Gogo*, std::string*) const;
1764 do_mangled_name(Gogo*, std::string* ret) const;
1902 do_mangled_name(Gogo*, std::string*) const;
2021 do_mangled_name(Gogo*, std::string*) const;
2316 do_mangled_name(Gogo*, std::string*) const;
2457 do_mangled_name(Gog
[all...]
H A Dtypes.cc2470 // The do_mangled_name virtual function should set RET to the
2472 // the composition and then call do_mangled_name on the components.
2473 this->do_mangled_name(gogo, &ret);
2654 do_mangled_name(Gogo*, std::string* ret) const function in class:Error_type
2696 do_mangled_name(Gogo*, std::string* ret) const function in class:Void_type
2737 do_mangled_name(Gogo*, std::string* ret) const function in class:Boolean_type
2915 Integer_type::do_mangled_name(Gogo*, std::string* ret) const function in class:Integer_type
3050 Float_type::do_mangled_name(Gogo*, std::string* ret) const function in class:Float_type
3177 Complex_type::do_mangled_name(Gogo*, std::string* ret) const function in class:Complex_type
3288 String_type::do_mangled_name(Gog function in class:String_type
3360 do_mangled_name(Gogo*, std::string*) const function in class:Sink_type
3960 Function_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Function_type
4380 Pointer_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Pointer_type
4461 do_mangled_name(Gogo*, std::string* ret) const function in class:Nil_type
4522 do_mangled_name(Gogo*, std::string*) const function in class:Call_multiple_result_type
5523 Struct_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Struct_type
6515 Array_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Array_type
6845 Map_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Map_type
7037 Channel_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Channel_type
7940 Interface_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Interface_type
9180 Named_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Named_type
10415 Forward_declaration_type::do_mangled_name(Gogo* gogo, std::string* ret) const function in class:Forward_declaration_type
[all...]

Completed in 99 milliseconds