Home
last modified time | relevance | path

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 Dcall.c8464 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 Dlambda.c897 if (!is_dummy_object (object)) in resolvable_dummy_lambda()
H A Dmangle.c3272 else if (!is_dummy_object (ob)) in write_expression()
H A Dconstexpr.c1551 && is_dummy_object (x)) in cxx_bind_parameters_in_call()
2374 if (is_dummy_object (op)) in cxx_eval_call_expression()
H A Derror.c2614 if (is_dummy_object (ob)) in dump_expr()
H A Dtree.c4102 is_dummy_object (const_tree ob) in is_dummy_object() function
H A Dcp-tree.h7493 extern int is_dummy_object (const_tree);
H A Dsemantics.c1921 if (is_dummy_object (object) && cp_unevaluated_operand == 0 in finish_non_static_data_member()
H A Dtypeck.c3760 if (!nonvirtual && is_dummy_object (instance_ptr)) in get_member_function_from_ptrfunc()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc9137 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 Dlambda.cc896 if (!is_dummy_object (object)) in resolvable_dummy_lambda()
H A Derror.cc2414 && !is_dummy_object (ob)) in dump_expr()
2699 if (is_dummy_object (ob)) in dump_expr()
H A DChangeLog-20141054 (is_dummy_object): Adjust.
2435 (build_dummy_object, is_dummy_object, stabilize_expr): Use void_node
2848 is_dummy_object.
H A Dmangle.cc3470 else if (!is_dummy_object (ob)) in write_expression()
H A DChangeLog-19981250 (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 DChangeLog-20071232 varargs_function_p, is_dummy_object, special_function_kind,
1249 varargs_function_p, member_p, is_dummy_object, pod_type_p,
H A Dconstexpr.cc1696 && is_dummy_object (x)) in cxx_bind_parameters_in_call()
2623 if (is_dummy_object (op)) in cxx_eval_call_expression()
H A DChangeLog-20133533 * tree.c (is_dummy_object): Likewise.
3860 (finish_qualified_id_expr): Don't test is_dummy_object.
H A Dtree.cc4372 is_dummy_object (const_tree ob) in is_dummy_object() function
H A DChangeLog-20204034 * cp-tree.h (is_dummy_object): Return bool.
4036 * tree.c (is_dummy_object): Return bool.
H A Dcp-tree.h7899 extern bool is_dummy_object (const_tree);
H A Dtypeck.cc4021 if (!nonvirtual && is_dummy_object (instance_ptr)) in get_member_function_from_ptrfunc()
H A Dsemantics.cc2173 if (is_dummy_object (object) && cp_unevaluated_operand == 0 in finish_non_static_data_member()
H A DChangeLog-2002573 * call.c (build_new_method_call): Use is_dummy_object to determine
H A Dpt.cc10885 if (is_dummy_object (t)) in any_template_parm_r()
28857 if (is_dummy_object (expr)) in build_non_dependent_expr()

12