Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-encoding.h30 extern tree encode_method_prototype (tree method_decl);
H A Dobjc-next-runtime-abi-01.c1550 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()
H A Dobjc-gnu-runtime-abi-01.c1307 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()
H A Dobjc-runtime-shared-support.c384 encode_method_prototype (entries); in build_dispatch_table_initializer()
H A Dobjc-encoding.c100 encode_method_prototype (tree method_decl) in encode_method_prototype() function
H A Dobjc-next-runtime-abi-02.c2483 METHOD_ENCODING (method) = encode_method_prototype (method); in generate_v2_meth_descriptor_table()
H A Dobjc-act.c8973 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-encoding.h30 extern tree encode_method_prototype (tree method_decl);
H A 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()
H A 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()
H A Dobjc-runtime-shared-support.cc384 encode_method_prototype (entries); in build_dispatch_table_initializer()
H A Dobjc-encoding.cc100 encode_method_prototype (tree method_decl) in encode_method_prototype() function
H A 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,
H A Dobjc-next-runtime-abi-02.cc2491 METHOD_ENCODING (method) = encode_method_prototype (method); in generate_v2_meth_descriptor_table()
H A Dobjc-act.cc9100 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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
H A 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.