Home
last modified time | relevance | path

Searched refs:error_operand_p (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcall.c2733 if (error_operand_p (arg)) in resolve_args()
3234 if (error_operand_p (arg1) in build_conditional_expr()
3235 || error_operand_p (arg2) in build_conditional_expr()
3236 || error_operand_p (arg3)) in build_conditional_expr()
3347 if (error_operand_p (arg2)) in build_conditional_expr()
3355 if (error_operand_p (arg3)) in build_conditional_expr()
3688 if (error_operand_p (arg1) in build_new_op()
3689 || error_operand_p (arg2) in build_new_op()
3690 || error_operand_p (arg3)) in build_new_op()
5388 if (error_operand_p (instance) in build_new_method_call()
[all …]
Dtypeck.c1531 if (error_operand_p (exp)) in decay_conversion()
1806 if (error_operand_p (object) || error_operand_p (member)) in build_class_member_access_expr()
3050 && !error_operand_p (arg1) in build_x_binary_op()
3051 && !error_operand_p (arg2) in build_x_binary_op()
4088 if (error_operand_p (t) || !cxx_mark_addressable (t)) in build_address()
4101 if (type == error_mark_node || error_operand_p (expr)) in build_nop()
5262 if (type == error_mark_node || error_operand_p (expr)) in build_reinterpret_cast_1()
5327 if (error_operand_p (expr)) in build_reinterpret_cast_1()
5577 if (type == error_mark_node || error_operand_p (expr)) in build_const_cast()
5605 if (type == error_mark_node || error_operand_p (expr)) in build_c_cast()
[all …]
Ddecl2.c293 if (error_operand_p (array_expr) || error_operand_p (index_exp)) in grok_array_decl()
774 if (! value || error_operand_p (value)) in grokfield()
841 gcc_assert (error_operand_p (init) || integer_zerop (init)); in grokfield()
881 if (error_operand_p (value)) in grokfield()
Dsemantics.c1579 if (error_operand_p (expr)) in finish_qualified_id_expr()
1652 if (error_operand_p (expr)) in finish_stmt_expr_expr()
1680 if (error_operand_p (expr)) in finish_stmt_expr_expr()
1712 if (error_operand_p (stmt_expr)) in finish_stmt_expr()
2468 || error_operand_p (fns)) in baselink_for_fns()
Dtypeck2.c1224 if (error_operand_p (datum) || error_operand_p (component)) in build_m_component_ref()
Dsearch.c1302 if (!error_operand_p (rval) in lookup_field()
1318 if (!error_operand_p (rval) in lookup_fnfields()
Dcvt.c609 if (error_operand_p (e) || type == error_mark_node) in ocp_convert()
Drtti.c232 if (error_operand_p (exp)) in get_tinfo_decl_dynamic()
Dtree.c391 if (error_operand_p (expr)) in rvalue()
Dcp-tree.h840 #define error_operand_p(NODE) \ macro
Ddecl.c4093 if (error_operand_p (decl)) in start_decl_1()
7086 if (error_operand_p (size)) in compute_array_index_type()
DChangeLog1689 * typeck2.c (build_m_component_ref): Use error_operand_p.
1956 * typeck.c (build_modify_expr): Test arguments for error_operand_p.
6300 if error_operand_p (expr).
DChangeLog-2002292 (perform_implicit_conversion): Use error_operand_p.
310 (error_operand_p): New macro.
DChangeLog-20032690 and error_operand_p. Robustify.
3273 (build_method_call): Use error_operand_p. Assert that we are not
Dpt.c3574 if (error_operand_p (expr)) in convert_nontype_argument()
DChangeLog-2004831 * typeck.c (build_const_cast): Use error_operand_p.