Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc5237 tree first_method; in check_duplicates() local
5248 first_method = TREE_VEC_ELT (method, 0); in check_duplicates()
5257 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5260 return first_method; in check_duplicates()
5266 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5271 METHOD_SEL_NAME (first_method)); in check_duplicates()
5272 inform (DECL_SOURCE_LOCATION (first_method), "using %<%c%s%>", in check_duplicates()
5274 identifier_to_locale (gen_method_decl (first_method))); in check_duplicates()
5278 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5283 METHOD_SEL_NAME (first_method)); in check_duplicates()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c5158 tree first_method; in check_duplicates() local
5169 first_method = TREE_VEC_ELT (method, 0); in check_duplicates()
5178 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5181 return first_method; in check_duplicates()
5187 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5192 METHOD_SEL_NAME (first_method)); in check_duplicates()
5193 inform (DECL_SOURCE_LOCATION (first_method), "using %<%c%s%>", in check_duplicates()
5195 identifier_to_locale (gen_method_decl (first_method))); in check_duplicates()
5199 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5204 METHOD_SEL_NAME (first_method)); in check_duplicates()
[all …]