HomeSort by: relevance | last modified time | path
    Searched defs:check_methods (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 138 static void check_methods (tree);
3936 /* FIXME: We should fold in the checking from check_methods. */
5035 check_methods (tree t)
6342 overriden virtual functions via check_methods. */
6349 check_methods (t);
6358 check_field_decls until we have called check_bases check_methods,
5031 check_methods (tree t) function
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 6650 check_methods (tree chain, tree implementation, int mtype)
6889 f1 = check_methods (PROTOCOL_CLS_METHODS (p),
6892 f2 = check_methods (PROTOCOL_NST_METHODS (p),
8112 check_methods (CLASS_CLS_METHODS (implementation_template),
8114 check_methods (CLASS_NST_METHODS (implementation_template),
8134 check_methods (CLASS_CLS_METHODS (category),
8136 check_methods (CLASS_NST_METHODS (category),
6647 check_methods (tree chain, tree implementation, int mtype) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 138 static void check_methods (tree);
3683 /* FIXME: We should fold in the checking from check_methods. */
4758 check_methods (tree t)
6046 check_methods (t);
6055 check_field_decls until we have called check_bases check_methods,
4754 check_methods (tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 6652 check_methods (tree chain, tree implementation, int mtype)
6891 f1 = check_methods (PROTOCOL_CLS_METHODS (p),
6894 f2 = check_methods (PROTOCOL_NST_METHODS (p),
8114 check_methods (CLASS_CLS_METHODS (implementation_template),
8116 check_methods (CLASS_NST_METHODS (implementation_template),
8136 check_methods (CLASS_CLS_METHODS (category),
8138 check_methods (CLASS_NST_METHODS (category),
6649 check_methods (tree chain, tree implementation, int mtype) function

Completed in 45 milliseconds