Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-encoding.h32 extern tree encode_method_prototype (tree method_decl);
H A Dobjc-next-runtime-abi-01.c1548 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()
1563 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()
1582 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()
1598 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()
H A Dobjc-gnu-runtime-abi-01.c1299 encoding = encode_method_prototype (nst_methods); in generate_protocols()
1313 encoding = encode_method_prototype (cls_methods); in generate_protocols()
1798 encoding = encode_method_prototype (proto); in get_proto_encoding()
H A Dobjc-runtime-shared-support.c387 encode_method_prototype (entries); in build_dispatch_table_initializer()
H A Dobjc-encoding.c102 encode_method_prototype (tree method_decl) in encode_method_prototype() function
H A Dobjc-next-runtime-abi-02.c2316 METHOD_ENCODING (methods) = encode_method_prototype (methods); in generate_v2_meth_descriptor_table()
H A Dobjc-act.c8863 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()