Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-encoding.h32 extern tree encode_method_prototype (tree method_decl);
HDobjc-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()
HDobjc-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()
HDobjc-runtime-shared-support.c387 encode_method_prototype (entries); in build_dispatch_table_initializer()
HDobjc-encoding.c102 encode_method_prototype (tree method_decl) in encode_method_prototype() function
HDobjc-next-runtime-abi-02.c2316 METHOD_ENCODING (methods) = encode_method_prototype (methods); in generate_v2_meth_descriptor_table()
HDobjc-act.c8863 = encode_method_prototype (objc_method_context); in objc_finish_method_definition()