Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc6649 check_methods (tree chain, tree implementation, int mtype) in check_methods() function
6888 f1 = check_methods (PROTOCOL_CLS_METHODS (p), in check_protocol()
6891 f2 = check_methods (PROTOCOL_NST_METHODS (p), in check_protocol()
8110 check_methods (CLASS_CLS_METHODS (implementation_template), in finish_class()
8112 check_methods (CLASS_NST_METHODS (implementation_template), in finish_class()
8132 check_methods (CLASS_CLS_METHODS (category), in finish_class()
8134 check_methods (CLASS_NST_METHODS (category), in finish_class()
H A DChangeLog1899 (check_methods): To check if a method is associated with a
1931 (check_methods): Changed second parameter. If the method is a
1934 (check_protocol): Updated calls to check_methods.
2108 (check_methods): Recognize dynamic properties.
2223 (check_methods): Same change - and added missing gcc_unreachable
3070 check_methods, check_methods_accessible, check_protocol,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c6563 check_methods (tree chain, tree implementation, int mtype) in check_methods() function
6802 f1 = check_methods (PROTOCOL_CLS_METHODS (p), in check_protocol()
6805 f2 = check_methods (PROTOCOL_NST_METHODS (p), in check_protocol()
8010 check_methods (CLASS_CLS_METHODS (implementation_template), in finish_class()
8012 check_methods (CLASS_NST_METHODS (implementation_template), in finish_class()
8032 check_methods (CLASS_CLS_METHODS (category), in finish_class()
8034 check_methods (CLASS_NST_METHODS (category), in finish_class()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc138 static void check_methods (tree);
4754 check_methods (tree t) in check_methods() function
6042 check_methods (t); in check_bases_and_members()
H A DChangeLog-20041584 build_base_field, check_methods, layout_virtual_bases,
2100 * class.c (check_methods): CLASSTYPE_INLINE_FRIENDS is a VEC(tree).
3032 (check_methods): Or here.
3238 (check_methods): Default method visibility to class visibility.
5782 * class.c (check_methods): Don't use IDENTIFIER_ERROR_LOCUS.
H A DChangeLog-199979 (check_methods): Likewise.
120 * class.c (check_methods): Don't set TYPE_HAS_COMPLEX_INIT_REF,
227 (check_methods): Likewise.
236 (finish_struct_1): Tidy. Use check_methods and
H A DChangeLog-20052364 check_methods, fixup_inline_methods, end_of_class,
3136 (check_bases_and_members): Call check_methods before
H A DChangeLog-20011473 (check_methods): Don't try to figure out whether the type needs a
2724 (check_methods): Likewise.
H A DChangeLog-20005078 (check_methods): Likewise.
5712 (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
5803 * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
H A DChangeLog996 * class.cc (check_methods): Call constraints_satisfied_p.
H A DChangeLog-20191761 (check_methods): Set TYPE_HAS_COMPLEX_* here.
2812 (check_methods): Set TYPE_HAS_COMPLEX_* here.
H A DChangeLog-20081265 (check_methods): A defaulted fn is still trivial.
H A DChangeLog-2009916 (check_methods): Use it.
H A DChangeLog-20142032 * class.c (check_methods, create_vtable_ptr, determine_key_method,
H A DChangeLog-20151568 (check_methods): Diagnose transaction_safe_dynamic on non-virtual
H A DChangeLog-20024027 * class.c (finish_struct_1, check_methods): Don't call xref fns.
H A DChangeLog-20213161 (check_methods, clone_constructors_and_destructors): Likewise.
H A DChangeLog-20172376 add_fields_to_record_type, check_field_decls, check_methods,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c138 static void check_methods (tree);
4654 check_methods (tree t) in check_methods() function
6022 check_methods (t); in check_bases_and_members()