Home | History | Annotate | Download | only in Frontend

Lines Matching full:tstruct

5145     Result += "\tstruct objc_selector *_cmd;\n";
5168 Result += "\tstruct _protocol_methods protocol_methods[";
5204 Result += "\tstruct _protocol_methods protocol_methods[";
5244 Result += "\tstruct _objc_protocol_extension *isa;\n";
5246 Result += "\tstruct _objc_protocol **protocol_list;\n";
5247 Result += "\tstruct _objc_protocol_method_list *instance_methods;\n";
5248 Result += "\tstruct _objc_protocol_method_list *class_methods;\n";
5299 Result += "\tstruct _objc_protocol_list *next;\n";
5301 Result += "\tstruct _objc_protocol *class_protocols[";
5364 Result += "\tstruct _objc_ivar ivar_list[";
5462 Result += "\tstruct _objc_class *isa;\n";
5468 Result += "\tstruct _objc_ivar_list *ivars;\n";
5469 Result += "\tstruct _objc_method_list *methods;\n";
5470 Result += "\tstruct objc_cache *cache;\n";
5471 Result += "\tstruct _objc_protocol_list *protocols;\n";
5473 Result += "\tstruct _objc_class_ext *ext;\n";
5646 Result += "\tstruct _objc_symtab *symtab;\n";
5741 Result += "\tstruct _objc_method_list *instance_methods;\n";
5742 Result += "\tstruct _objc_method_list *class_methods;\n";
5743 Result += "\tstruct _objc_protocol_list *protocols;\n";
5745 Result += "\tstruct _objc_property_list *instance_properties;\n";
5821 Result += "\tstruct _objc_method_list *next_method;\n";
5823 Result += "\tstruct _objc_method method_list[";