/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 6649 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 D | ChangeLog | 1899 (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 D | objc-act.c | 6563 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 D | class.cc | 138 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 D | ChangeLog-2004 | 1584 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 D | ChangeLog-1999 | 79 (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 D | ChangeLog-2005 | 2364 check_methods, fixup_inline_methods, end_of_class, 3136 (check_bases_and_members): Call check_methods before
|
H A D | ChangeLog-2001 | 1473 (check_methods): Don't try to figure out whether the type needs a 2724 (check_methods): Likewise.
|
H A D | ChangeLog-2000 | 5078 (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 D | ChangeLog | 996 * class.cc (check_methods): Call constraints_satisfied_p.
|
H A D | ChangeLog-2019 | 1761 (check_methods): Set TYPE_HAS_COMPLEX_* here. 2812 (check_methods): Set TYPE_HAS_COMPLEX_* here.
|
H A D | ChangeLog-2008 | 1265 (check_methods): A defaulted fn is still trivial.
|
H A D | ChangeLog-2009 | 916 (check_methods): Use it.
|
H A D | ChangeLog-2014 | 2032 * class.c (check_methods, create_vtable_ptr, determine_key_method,
|
H A D | ChangeLog-2015 | 1568 (check_methods): Diagnose transaction_safe_dynamic on non-virtual
|
H A D | ChangeLog-2002 | 4027 * class.c (finish_struct_1, check_methods): Don't call xref fns.
|
H A D | ChangeLog-2021 | 3161 (check_methods, clone_constructors_and_destructors): Likewise.
|
H A D | ChangeLog-2017 | 2376 add_fields_to_record_type, check_field_decls, check_methods,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 138 static void check_methods (tree); 4654 check_methods (tree t) in check_methods() function 6022 check_methods (t); in check_bases_and_members()
|