Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c5053 tree first_method; in check_duplicates() local
5064 first_method = TREE_VEC_ELT (method, 0); in check_duplicates()
5073 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5076 return first_method; in check_duplicates()
5082 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5087 METHOD_SEL_NAME (first_method)); in check_duplicates()
5088 inform (DECL_SOURCE_LOCATION (first_method), "using %<%c%s%>", in check_duplicates()
5090 identifier_to_locale (gen_method_decl (first_method))); in check_duplicates()
5094 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5099 METHOD_SEL_NAME (first_method)); in check_duplicates()
[all …]