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

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h1019 do_reflection(Gogo*, std::string*) const = 0;
1092 { type->do_reflection(gogo, ret); }
1551 do_reflection(Gogo*, std::string*) const;
1632 do_reflection(Gogo*, std::string*) const;
1705 do_reflection(Gogo*, std::string*) const;
1758 do_reflection(Gogo*, std::string*) const;
1896 do_reflection(Gogo*, std::string*) const;
2015 do_reflection(Gogo*, std::string*) const;
2310 do_reflection(Gogo*, std::string*) const;
2451 do_reflection(Gog
[all...]
H A Dtypes.cc2456 // The do_reflection virtual function should set RET to the
2458 this->do_reflection(gogo, &ret);
2646 do_reflection(Gogo*, std::string*) const function in class:Error_type
2688 do_reflection(Gogo*, std::string*) const function in class:Void_type
2730 do_reflection(Gogo*, std::string* ret) const function in class:Boolean_type
2907 Integer_type::do_reflection(Gogo*, std::string*) const function in class:Integer_type
3042 Float_type::do_reflection(Gogo*, std::string*) const function in class:Float_type
3169 Complex_type::do_reflection(Gogo*, std::string*) const function in class:Complex_type
3266 String_type::do_reflection(Gogo*, std::string* ret) const function in class:String_type
3352 do_reflection(Gog function in class:Sink_type
3883 Function_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Function_type
4353 Pointer_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Pointer_type
4453 do_reflection(Gogo*, std::string*) const function in class:Nil_type
4514 do_reflection(Gogo*, std::string*) const function in class:Call_multiple_result_type
5450 Struct_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Struct_type
6383 Array_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Array_type
6819 Map_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Map_type
7001 Channel_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Channel_type
7880 Interface_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Interface_type
9113 Named_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Named_type
10407 Forward_declaration_type::do_reflection(Gogo* gogo, std::string* ret) const function in class:Forward_declaration_type
[all...]

Completed in 60 milliseconds