Home
last modified time | relevance | path

Searched refs:encode_method_prototype (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-encoding.h30 extern tree encode_method_prototype (tree method_decl);
Dobjc-next-runtime-abi-01.cc1551 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()
Dobjc-gnu-runtime-abi-01.cc1308 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()
Dobjc-runtime-shared-support.cc384 encode_method_prototype (entries); in build_dispatch_table_initializer()
Dobjc-encoding.cc100 encode_method_prototype (tree method_decl) in encode_method_prototype() function
DChangeLog1124 objc_encoded_type_size, encode_method_prototype,
1138 encode_method_prototype, encode_field_decl,
1615 * objc-act.c (encode_method_prototype): Fixed both location and
3227 encode_method_prototype, build_ivar_list_initializer,
Dobjc-next-runtime-abi-02.cc2491 METHOD_ENCODING (method) = encode_method_prototype (method); in generate_v2_meth_descriptor_table()
Dobjc-act.cc9100 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20037786 (encode_method_prototype): Simplify to no longer depend on
7792 (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
DChangeLog-200025054 * objc/objc-act.c (encode_method_prototype): Pass types, not
25112 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.