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

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 1264 add_method (tree type, tree method, bool via_using)
1557 bool added = add_method (current_class_type, f, true);
1562 /* If add_method returns false because f was already declared, look
3484 if (add_method (t, fn, false))
3503 add_method (t, ctor, using_decl != NULL_TREE);
3615 add_method (t, eq, false);
5063 user-provided. add_method arranged that the CLASSTYPE_MEMBER_VEC only
5349 add_method (DECL_CONTEXT (clone), clone, false);
1262 add_method (tree type, tree method, bool via_using) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 1028 add_method (tree type, tree method, bool via_using)
1331 bool added = add_method (current_class_type, f, true);
1336 /* If add_method returns false because f was already declared, look
3243 if (add_method (t, fn, false))
3262 add_method (t, ctor, using_decl != NULL_TREE);
3368 add_method (t, eq, false);
4786 user-provided. add_method arranged that the CLASSTYPE_MEMBER_VEC only
5056 add_method (DECL_CONTEXT (clone), clone, false);
1026 add_method (tree type, tree method, bool via_using) function

Completed in 44 milliseconds