Searched refs:add_method (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dlambda.c1017 add_method (type, fn, NULL_TREE);
1063 add_method (type, fn, NULL_TREE);
H A Dclass.c1007 add_method (tree type, tree method, tree using_decl)
1366 add_method (t, OVL_CURRENT (flist), using_decl);
3245 if (add_method (t, fn, NULL_TREE))
4760 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
4763 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
4782 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
4786 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
4789 add_method (DECL_CONTEXT (clone), clone, NULL_TREE);
6896 add_method (t, OVL_CURRENT (fn), x);
1005 add_method (tree type, tree method, tree using_decl) function
H A Dmethod.c2199 add_method (type, fn, NULL_TREE);
H A Dsemantics.c2913 if (add_method (current_class_type, decl, NULL_TREE))
H A Dcp-tree.h5277 extern bool add_method (tree, tree, tree);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.h2964 add_method(const std::string& name, Function*);
3184 add_method(const std::string& name, Function*);
H A Dgogo.h1858 add_method(const std::string& name, Function* function);
2388 add_method(Named_object*);
H A Dgogo.cc1737 ret = rtype->named_type()->add_method(name, function);
1761 ret = rtype->forward_declaration_type()->add_method(name,
1767 this->package_->bindings()->add_method(ret);
6475 Type_declaration::add_method(const std::string& name, Function* function) function in class:Type_declaration
7075 Bindings::add_method(Named_object* method) function in class:Bindings
H A Dtypes.cc8418 Named_type::add_method(const std::string& name, Function* function) function in class:Named_type
10317 Forward_declaration_type::add_method(const std::string& name, function in class:Forward_declaration_type
10323 return no->type_declaration_value()->add_method(name, function);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsemantics.c1390 add_method (current_class_type, 0, decl);
H A Dmethod.c2351 add_method (basetype, 0, decl);
H A Dclass.c1179 add_method (type, fields, method)
3415 add_method (t, 0, *f);
1178 add_method (type, fields, method) function
H A Dcp-tree.h2786 extern void add_method PROTO((tree, tree *, tree));
H A Ddecl2.c1575 add_method (ctype, methods, function);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djava-tree.h496 extern tree add_method PROTO ((tree, int, tree, tree));
H A Djcf-parse.c149 (current_method = add_method (current_class, ACCESS_FLAGS, \
H A Dclass.c443 add_method (this_class, access_flags, name, method_sig) function
H A Dparse.c6103 meth = add_method (this_class, flags, meth_name,
8205 mdecl = add_method (class, flags, name, build_java_signature (mdecl));
H A Dparse.y3446 meth = add_method (this_class, flags, meth_name,
5548 mdecl = add_method (class, flags, name, build_java_signature (mdecl));
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c846 add_method (tree this_class, int access_flags, tree name, tree method_sig) function
2577 = add_method (base_class,
H A Djava-tree.h973 extern tree add_method (tree, int, tree, tree);
H A Djcf-parse.c931 (current_method = add_method (current_class, ACCESS_FLAGS, \
H A Dexpr.c2176 = add_method (destination_class, p->flags,
2508 method = add_method (self_type, flags, method_name,

Completed in 414 milliseconds