Searched refs:check_methods (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c283 static int check_methods PARAMS ((tree, tree, int));
5938 check_methods (chain, list, mtype)
6082 f1 = check_methods (PROTOCOL_CLS_METHODS (p),
6085 f2 = check_methods (PROTOCOL_NST_METHODS (p),
6383 check_methods (CLASS_CLS_METHODS (implementation_template),
6385 check_methods (CLASS_NST_METHODS (implementation_template),
6410 check_methods (CLASS_CLS_METHODS (category),
6412 check_methods (CLASS_NST_METHODS (category),
5922 check_methods (chain, list, mtype) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c7259 check_methods (tree chain, tree list, int mtype)
7392 f1 = check_methods (PROTOCOL_CLS_METHODS (p),
7395 f2 = check_methods (PROTOCOL_NST_METHODS (p),
7701 check_methods (CLASS_CLS_METHODS (implementation_template),
7703 check_methods (CLASS_NST_METHODS (implementation_template),
7720 check_methods (CLASS_CLS_METHODS (category),
7722 check_methods (CLASS_NST_METHODS (category),
7243 check_methods (tree chain, tree list, int mtype) function
/openbsd-current/gnu/gcc/gcc/cp/
H A Dclass.c147 static void check_methods (tree);
3717 check_methods (tree t)
4108 check_methods (t);
4111 check_field_decls until we have called check_bases check_methods,
3713 check_methods (tree t) function
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c143 static void check_methods PARAMS ((tree));
4037 check_methods (t)
4451 check_methods (t);
4033 check_methods (t) function

Completed in 407 milliseconds