Searched refs:is_dummy_object (Results 1 – 25 of 27) sorted by relevance
12
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 8464 gcc_assert (!is_dummy_object (instance)); in build_trivial_dtor_call() 8564 && is_dummy_object (obj_arg) in build_over_call() 9066 if (is_dummy_object (fa)) in build_over_call() 9143 if (is_dummy_object (argarray[0])) in build_over_call() 9223 if (obj_arg && is_dummy_object (obj_arg)) in build_over_call() 9878 if (is_dummy_object (instance)) in build_special_member_call() 10302 if (is_dummy_object (instance)) in build_new_method_call_1() 10346 if (is_dummy_object (instance)) in build_new_method_call_1() 10419 && is_dummy_object (instance)) in build_new_method_call_1() 10424 else if (!is_dummy_object (instance)) in build_new_method_call_1() [all …]
|
H A D | lambda.c | 897 if (!is_dummy_object (object)) in resolvable_dummy_lambda()
|
H A D | mangle.c | 3272 else if (!is_dummy_object (ob)) in write_expression()
|
H A D | constexpr.c | 1551 && is_dummy_object (x)) in cxx_bind_parameters_in_call() 2374 if (is_dummy_object (op)) in cxx_eval_call_expression()
|
H A D | error.c | 2614 if (is_dummy_object (ob)) in dump_expr()
|
H A D | tree.c | 4102 is_dummy_object (const_tree ob) in is_dummy_object() function
|
H A D | cp-tree.h | 7493 extern int is_dummy_object (const_tree);
|
H A D | semantics.c | 1921 if (is_dummy_object (object) && cp_unevaluated_operand == 0 in finish_non_static_data_member()
|
H A D | typeck.c | 3760 if (!nonvirtual && is_dummy_object (instance_ptr)) in get_member_function_from_ptrfunc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | call.cc | 9137 gcc_assert (!is_dummy_object (instance)); in build_trivial_dtor_call() 9263 && is_dummy_object (obj_arg) in build_over_call() 9786 if (is_dummy_object (fa)) in build_over_call() 9862 if (is_dummy_object (argarray[0])) in build_over_call() 9936 if (obj_arg && is_dummy_object (obj_arg)) in build_over_call() 10611 if (is_dummy_object (instance)) in build_special_member_call() 11037 if (is_dummy_object (instance)) in build_new_method_call() 11081 if (is_dummy_object (instance)) in build_new_method_call() 11156 && is_dummy_object (instance)) in build_new_method_call() 11161 else if (!is_dummy_object (instance)) in build_new_method_call() [all …]
|
H A D | lambda.cc | 896 if (!is_dummy_object (object)) in resolvable_dummy_lambda()
|
H A D | error.cc | 2414 && !is_dummy_object (ob)) in dump_expr() 2699 if (is_dummy_object (ob)) in dump_expr()
|
H A D | ChangeLog-2014 | 1054 (is_dummy_object): Adjust. 2435 (build_dummy_object, is_dummy_object, stabilize_expr): Use void_node 2848 is_dummy_object.
|
H A D | mangle.cc | 3470 else if (!is_dummy_object (ob)) in write_expression()
|
H A D | ChangeLog-1998 | 1250 (is_dummy_object): New fn. 1253 * error.c (dump_expr, case OFFSET_REF): Use is_dummy_object. 1255 is_dummy_object. 1257 (resolve_offset_ref): Use is_dummy_object. 1259 (unary_complex_lvalue): Call is_dummy_object.
|
H A D | ChangeLog-2007 | 1232 varargs_function_p, is_dummy_object, special_function_kind, 1249 varargs_function_p, member_p, is_dummy_object, pod_type_p,
|
H A D | constexpr.cc | 1696 && is_dummy_object (x)) in cxx_bind_parameters_in_call() 2623 if (is_dummy_object (op)) in cxx_eval_call_expression()
|
H A D | ChangeLog-2013 | 3533 * tree.c (is_dummy_object): Likewise. 3860 (finish_qualified_id_expr): Don't test is_dummy_object.
|
H A D | tree.cc | 4372 is_dummy_object (const_tree ob) in is_dummy_object() function
|
H A D | ChangeLog-2020 | 4034 * cp-tree.h (is_dummy_object): Return bool. 4036 * tree.c (is_dummy_object): Return bool.
|
H A D | cp-tree.h | 7899 extern bool is_dummy_object (const_tree);
|
H A D | typeck.cc | 4021 if (!nonvirtual && is_dummy_object (instance_ptr)) in get_member_function_from_ptrfunc()
|
H A D | semantics.cc | 2173 if (is_dummy_object (object) && cp_unevaluated_operand == 0 in finish_non_static_data_member()
|
H A D | ChangeLog-2002 | 573 * call.c (build_new_method_call): Use is_dummy_object to determine
|
H A D | pt.cc | 10885 if (is_dummy_object (t)) in any_template_parm_r() 28857 if (is_dummy_object (expr)) in build_non_dependent_expr()
|
12