Searched refs:first_mem_arg (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | call.c | 4011 tree fns, convs, first_mem_arg = NULL_TREE; in build_op_call_1() local 4052 first_mem_arg = build_this (obj); in build_op_call_1() 4055 first_mem_arg, *args, NULL_TREE, in build_op_call_1() 7077 tree first_mem_arg = NULL_TREE; in build_new_method_call_1() local 7201 first_mem_arg = instance_ptr; in build_new_method_call_1() 7247 add_list_candidates (fns, first_mem_arg, init_list, in build_new_method_call_1() 7253 add_candidates (fns, first_mem_arg, user_args, optype, in build_new_method_call_1()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | call.c | 4464 tree fns, convs, first_mem_arg = NULL_TREE; in build_op_call_1() local 4509 first_mem_arg = obj; in build_op_call_1() 4512 first_mem_arg, *args, NULL_TREE, in build_op_call_1() 9062 tree first_mem_arg = NULL_TREE; in build_new_method_call_1() local 9195 first_mem_arg = instance; in build_new_method_call_1() 9197 first_mem_arg = maybe_resolve_dummy (instance, false); in build_new_method_call_1() 9248 add_list_candidates (fns, first_mem_arg, user_args, in build_new_method_call_1() 9254 add_candidates (fns, first_mem_arg, user_args, optype, in build_new_method_call_1()
|