Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c281 static int check_methods PARAMS ((tree, tree, int));
5922 check_methods (chain, list, mtype) in check_methods() function
6066 f1 = check_methods (PROTOCOL_CLS_METHODS (p),
6069 f2 = check_methods (PROTOCOL_NST_METHODS (p),
6366 check_methods (CLASS_CLS_METHODS (implementation_template),
6368 check_methods (CLASS_NST_METHODS (implementation_template),
6393 check_methods (CLASS_CLS_METHODS (category),
6395 check_methods (CLASS_NST_METHODS (category),
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c7243 check_methods (tree chain, tree list, int mtype) in check_methods() function
7376 f1 = check_methods (PROTOCOL_CLS_METHODS (p), in check_protocol()
7379 f2 = check_methods (PROTOCOL_NST_METHODS (p), in check_protocol()
7684 check_methods (CLASS_CLS_METHODS (implementation_template), in finish_class()
7686 check_methods (CLASS_NST_METHODS (implementation_template), in finish_class()
7703 check_methods (CLASS_CLS_METHODS (category), in finish_class()
7705 check_methods (CLASS_NST_METHODS (category), in finish_class()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c147 static void check_methods (tree);
3713 check_methods (tree t) in check_methods() function
4104 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-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 DChangeLog5879 check_methods, fixup_inline_methods, end_of_class,
6651 (check_bases_and_members): Call check_methods before
H A DChangeLog-20024027 * class.c (finish_struct_1, check_methods): Don't call xref fns.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c143 static void check_methods PARAMS ((tree));
4033 check_methods (t) in check_methods() function
4447 check_methods (t); in check_bases_and_members()
H A DChangeLog5430 * class.c (finish_struct_1, check_methods): Don't call xref fns.
7450 (check_methods): Don't try to figure out whether the type needs a
8701 (check_methods): Likewise.
14950 (check_methods): Likewise.
15584 (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
15675 * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
H A DChangeLog.279 (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