Searched refs:encode_method_prototype (Results 1 – 17 of 17) sorted by relevance
30 extern tree encode_method_prototype (tree method_decl);
1550 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()1565 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()1584 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()1600 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()
1307 encoding = encode_method_prototype (nst_methods); in generate_protocols()1321 encoding = encode_method_prototype (cls_methods); in generate_protocols()1790 encoding = encode_method_prototype (proto); in get_proto_encoding()
384 encode_method_prototype (entries); in build_dispatch_table_initializer()
100 encode_method_prototype (tree method_decl) in encode_method_prototype() function
2483 METHOD_ENCODING (method) = encode_method_prototype (method); in generate_v2_meth_descriptor_table()
8973 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
1551 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()1566 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()1585 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()1601 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()
1308 encoding = encode_method_prototype (nst_methods); in generate_protocols()1322 encoding = encode_method_prototype (cls_methods); in generate_protocols()1791 encoding = encode_method_prototype (proto); in get_proto_encoding()
1124 objc_encoded_type_size, encode_method_prototype,1138 encode_method_prototype, encode_field_decl,1615 * objc-act.c (encode_method_prototype): Fixed both location and3227 encode_method_prototype, build_ivar_list_initializer,
2491 METHOD_ENCODING (method) = encode_method_prototype (method); in generate_v2_meth_descriptor_table()
9100 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
7786 (encode_method_prototype): Simplify to no longer depend on7792 (generate_protocols): Adjust calls to encode_method_prototype().7803 and encode_method_prototype() instead of encode_method_def().7857 (encode_method_def): Removed; encode_method_prototype() is
25054 * objc/objc-act.c (encode_method_prototype): Pass types, not25112 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.