/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1993 | 97 * cp-call.c (build_method_call): Fix checking for static call 124 build_method_call that I messed up before. 165 * cp-call.c (build_method_call): Don't dereference pointer given 169 build_method_call. 353 (compute_conversion_costs_{ansi,old}, build_method_call, 417 * cp-call.c (build_method_call): Use binfo from instance if it's 441 * cp-call.c (build_method_call): If the instance variable is 457 (build_method_call): When we had some candidates, but didn't get a 553 (build_method_call): Likewise.
|
H A D | ChangeLog-1994 | 102 * call.c (build_method_call): Likewise. 115 non-converting constructors down to build_method_call. 296 * call.c (build_method_call): Remove TREE_RAISES. 350 * call.c (build_method_call): If we shouldn't use a non-converting 355 * call.c (build_method_call): Don't try to synthesize methods yet. 588 (expand_default_init): Abort if build_method_call returns NULL_TREE. 620 * call.c (build_method_call): Disable code that tries to do tricky 800 * call.c (build_method_call): Synthesize methods as necessary 900 * call.c (build_method_call): Print parmtypes when complaining of 908 * call.c (build_method_call): Don't bother with the exact match. [all …]
|
H A D | ChangeLog-1995 | 97 * call.c (build_method_call): Synthesize here even when not inlining. 251 * call.c (build_method_call): Make sure instance has a 283 * call.c (build_method_call): Use it. 828 * call.c (build_method_call): Don't call build_new when calling a 958 * call.c (build_method_call): Report 'const' at end of pseudo-decl. 1240 * call.c (build_method_call): Downgrade 'called before definition' 1408 * call.c (build_method_call): Make instance_ptr the signature 1571 * call.c (build_method_call): Parms can be null, duh. 1575 * call.c (build_method_call): If convert_arguments failed, just bail. 1615 * cvt.c (cp_convert): Likewise. Pass flags down to build_method_call. [all …]
|
H A D | ChangeLog-1996 | 670 (build_method_call): Likewise. 680 * call.c (build_method_call): When calling a signature 714 * call.c (build_method_call): Deleted first two arguments in call 1076 * call.c (build_method_call): Not here. 1097 (build_method_call): Pass on to build_new_method_call sooner. 1148 * call.c (build_method_call): Likewise. 1230 * call.c (build_method_call): Call it if NEW_OVER. 1432 (cp_convert): Only call build_method_call for ctors if 1488 * call.c (build_method_call): Call complete_type on the 1867 * call.c (build_method_call): Always convert 'this' to the [all …]
|
H A D | ChangeLog-2002 | 285 (build_method_call): Likewise. 470 build_addr_func, build_call, build_method_call, null_ptr_cst_p, 1925 build_method_call when we already know what function is being 2004 build_method_call. 2012 * call.c (build_method_call): Issue a more helpful error message 2042 (build_method_call): Simplify. 3070 build_method_call when calling base class assignment operators.
|
H A D | ChangeLog-1998 | 730 * call.c (build_method_call): Handle a BIT_NOT_EXPR around a 3008 * call.c (build_method_call): Only pull out the type of a destructor 3627 (build_method_call): Use it. 3721 * call.c (build_method_call): Fix thinko. 3846 (build_method_call): Likewise. 3983 * call.c (build_method_call): Make sure get_type_value returns 4387 * call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs. 5211 (build_method_call): Likewise. 5328 * call.c (build_method_call): Handle non-scoped destructors, too. 5694 (build_method_call): Remove unused variable result. [all …]
|
H A D | ChangeLog-1997 | 436 * call.c (build_method_call): Call complete_type before checking 2225 * call.c (build_method_call): Compare against error_mark_node 2555 * call.c (build_method_call): Delete unused var PARM.
|
H A D | ChangeLog-2003 | 3044 * call.c (build_method_call): Adjust call to 3273 (build_method_call): Use error_operand_p. Assert that we are not 3287 * init.c (build_dtor_call): Avoid using build_method_call. 3449 (build_method_call): Do not call resolve_offset_ref. 3495 (build_method_call): Likewise. 5934 * call.c (build_method_call, resolve_scoped_fn_name,
|
H A D | ChangeLog-2004 | 6550 (build_method_call): Likewise. 6554 * cp-tree.h (build_method_call): Remove declaration. 6556 (build_new_1): Do not use build_method_call.
|
H A D | ChangeLog-2015 | 2874 function build_method_call.
|
H A D | ChangeLog-1999 | 4535 * call.c (build_method_call): Remove bogus code for two-argument
|
H A D | ChangeLog-2000 | 3689 (build_method_call): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 537 extern tree build_method_call (tree, tree, Type *);
|
H A D | expr.cc | 1720 callee = build_method_call (fndecl, thisexp, fd->type); in visit() 1875 this->result_ = build_method_call (fndecl, object, e->type); in visit() 2088 this->result_ = build_method_call (func, object, e->fd->type); in visit() 2094 this->result_ = build_method_call (func, object, e->fd->type); in visit()
|
H A D | d-codegen.cc | 439 build_method_call (tree callee, tree object, Type *type) in build_method_call() function
|
H A D | ChangeLog-2013 | 923 (IRState::methodCallExpr): Replace with build_method_call.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 521 extern tree build_method_call (tree, tree, Type *);
|
H A D | expr.cc | 1798 callee = build_method_call (fndecl, thisexp, fd->type); in visit() 1945 this->result_ = build_method_call (fndecl, object, e->type); in visit() 2158 this->result_ = build_method_call (func, object, e->fd->type); in visit() 2164 this->result_ = build_method_call (func, object, e->fd->type); in visit()
|
H A D | d-codegen.cc | 436 build_method_call (tree callee, tree object, Type *type) in build_method_call() function
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | PROBLEMS | 361 …exprstmt = build_method_call (build1 (NOP_EXPR, TYPE_POINTER_TO (current_class_type), error_mark_n… 373 …exprstmt = build_method_call (build1 (NOP_EXPR, TYPE_POINTER_TO (current_class_type), error_mark_n…
|