Searched refs:add_method (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | class.c | 902 add_method (tree type, tree method, tree using_decl) in add_method() function 1215 add_method (t, OVL_CURRENT (flist), using_decl); in handle_using_decl() 3907 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); in clone_function_decl() 3910 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); in clone_function_decl() 3929 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); in clone_function_decl() 3933 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); in clone_function_decl() 3936 add_method (DECL_CONTEXT (clone), clone, NULL_TREE); in clone_function_decl()
|
| H A D | method.c | 1136 add_method (type, fn, NULL_TREE); in lazily_declare_fn()
|
| H A D | ChangeLog-2004 | 176 * class.c (add_method): Do not push conversion operators into a 862 * class.c (add_method, check_field_decls, layout_class_type, 1579 * class.c (build_base_path, add_method, alter_access, 3438 * class.c (add_method): Delay adding the slot until the end. 3564 (add_method): Change prototoype. 3565 * class.c (add_method): Remove error_p parameter. Adjust for 3567 (handle_using_decl): Adjust call to add_method. 3575 operators. Adjust call to add_method. 3576 (clone_function_decl): Adjust call to add_method. 3648 * class.c (add_method): Push bindings before adding to [all …]
|
| H A D | ChangeLog | 272 * class.c (add_method): Call VEC_reserve_exact rather than passing 2159 * class.c (add_method): Call grok_special_member_properties. 3547 * class.c (add_method): Set TYPE_HAS_CONVERSION for classes with a 3552 * class.c (add_method): Never associate more than one destructor 4147 * cp-tree.h (add_method): Add return value. 4148 * class.c (add_method): Return success indicator. 5457 * cp-tree.h (add_method): Add using_decl parameter. 5458 * class.c (add_method): Add using_decl parameter. Adjust error 5460 (handle_using_decl): Pass the using decl to add_method. 5944 * class.c (add_method, resort_type_method_vec, [all …]
|
| H A D | ChangeLog-2000 | 1893 * cp-tree.h (add_method): Change prototype. 1894 * class.c (add_method): Remove FIELDS parameter. Add ERROR_P. 1896 (handle_using_decl): Adjust call to add_method. 4459 * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P, 5859 * class.c (handle_using_decl): Call add_method for used functions. 5861 (add_method): Used functions are hidden by local functions. 6097 * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT. 6123 (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
|
| H A D | ChangeLog-1998 | 420 * class.c (add_method): Catch invalid overloads. 422 * class.c (add_method): Build up OVERLOADs properly for conversion ops. 980 * class.c (add_method): Use DECL_CONV_FN_P. 1298 (add_method): Likewise for arguments 1 & 2 of `bcopy'. 1320 * class.c (add_method): Don't make DECL_RTL here. 1331 * class.c (add_method): Fix documentation to reflect previous 1553 (add_method): Rework for direct use from parser. 4664 * class.c (add_method): Chain overloaded members using
|
| H A D | decl2.c | 685 add_method (ctype, function, NULL_TREE); in check_classfn()
|
| H A D | ChangeLog-1999 | 695 * class.c (add_method): Don't manipulate obstacks. 2580 (add_method): Don't use them. 3525 * class.c (add_method): Use push_permanent_obstack. 4550 (add_method): Don't use permanent_obstack directly. 5560 (add_method): Fix comment. Push the declaration into class 6348 * class.c (add_method): Don't allow duplicate declarations of
|
| H A D | ChangeLog-2002 | 1149 * class.c (add_method): Compare template parms too. 2282 * class.c (add_method): Correct handling of conversion operators. 2287 * class.c (add_method): Simplify. 3649 * class.c (add_method): Make sure templated conversion operators
|
| H A D | semantics.c | 2300 if (add_method (current_class_type, decl, NULL_TREE)) in finish_member_declaration()
|
| H A D | ChangeLog-2001 | 50 * class.c (add_method): Do compare 'this' quals when trying to match a 2592 * class.c (add_method): Use memcpy/memmove, not bcopy. 2719 (add_method): Remove optimization involving comparison of
|
| H A D | ChangeLog-2003 | 53 * class.c (add_method): Return early when method is error_mark_node. 303 * class.c (add_method): Disallow destructor for java classes. 2002 * class.c (add_method): Set TYPE_HAS_DESTRUCTOR if appropriate. 3522 * class.c (add_method, check_field_decl): Fix format specifier.
|
| H A D | cp-tree.h | 3867 extern bool add_method (tree, tree, tree);
|
| H A D | ChangeLog-1996 | 1602 (add_method): Likewise. 2710 * class.c (add_method): Likewise.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1471 bool add_method = true; in ParseTypeFromDWARF() local 1488 add_method = false; in ParseTypeFromDWARF() 1502 if (add_method) { in ParseTypeFromDWARF()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2003 | 5479 instead of add_method(). 5482 (add_method): Rename to objc_add_method(). 5484 add_method(). 5485 * objc/objc-act.h (add_method): Rename to objc_add_method(). 6826 (add_method): Use add_method_to_hash_list(); insert instance 7697 (methodproto): Call add_method() instead of add_class_method() and 7826 add_method() function with an additional parameter. 7873 add_method, get_class_ivars_from_name): New prototypes.
|