Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dcall.c2720 if (error_operand_p (arg)) in resolve_args()
3221 if (error_operand_p (arg1) in build_conditional_expr()
3222 || error_operand_p (arg2) in build_conditional_expr()
3223 || error_operand_p (arg3)) in build_conditional_expr()
3334 if (error_operand_p (arg2)) in build_conditional_expr()
3342 if (error_operand_p (arg3)) in build_conditional_expr()
3666 if (error_operand_p (arg1) in build_new_op()
3667 || error_operand_p (arg2) in build_new_op()
3668 || error_operand_p (arg3)) in build_new_op()
5347 || error_operand_p (fns) in build_new_method_call()
[all …]
H A Dtypeck.c1496 if (error_operand_p (exp)) in decay_conversion()
1768 if (error_operand_p (object) || error_operand_p (member)) in build_class_member_access_expr()
3955 if (error_operand_p (t) || !cxx_mark_addressable (t)) in build_address()
3968 if (type == error_mark_node || error_operand_p (expr)) in build_nop()
5129 if (type == error_mark_node || error_operand_p (expr)) in build_reinterpret_cast_1()
5194 if (error_operand_p (expr)) in build_reinterpret_cast_1()
5411 if (type == error_mark_node || error_operand_p (expr)) in build_const_cast()
5506 && !error_operand_p (result)) in build_c_cast()
5550 if (error_operand_p (lhs) || error_operand_p (rhs)) in build_modify_expr()
6006 if (error_operand_p (pfn)) in build_ptrmemfunc()
[all …]
H A 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()
H A Dsemantics.c1550 if (error_operand_p (expr)) in finish_qualified_id_expr()
1623 if (error_operand_p (expr)) in finish_stmt_expr_expr()
1651 if (error_operand_p (expr)) in finish_stmt_expr_expr()
1683 if (error_operand_p (stmt_expr)) in finish_stmt_expr()
2425 || error_operand_p (fns)) in baselink_for_fns()
H A Dtypeck2.c1224 if (error_operand_p (datum) || error_operand_p (component)) in build_m_component_ref()
H A Dsearch.c1302 if (!error_operand_p (rval) in lookup_field()
1318 if (!error_operand_p (rval) in lookup_fnfields()
H A Dcvt.c609 if (error_operand_p (e) || type == error_mark_node) in ocp_convert()
H A Drtti.c231 if (error_operand_p (exp)) in get_tinfo_decl_dynamic()
H A Dtree.c391 if (error_operand_p (expr)) in rvalue()
H A Dcp-tree.h840 #define error_operand_p(NODE) \ macro
H A Ddecl.c4036 if (error_operand_p (decl)) in start_decl_1()
6634 if (error_operand_p (size)) in compute_array_index_type()
H A DChangeLog1620 * typeck2.c (build_m_component_ref): Use error_operand_p.
1887 * typeck.c (build_modify_expr): Test arguments for error_operand_p.
6231 if error_operand_p (expr).
H A DChangeLog-2002292 (perform_implicit_conversion): Use error_operand_p.
310 (error_operand_p): New macro.
H A DChangeLog-20032690 and error_operand_p. Robustify.
3273 (build_method_call): Use error_operand_p. Assert that we are not
H A Dpt.c3574 if (error_operand_p (expr)) in convert_nontype_argument()
H A DChangeLog-2004831 * typeck.c (build_const_cast): Use error_operand_p.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c3902 if (error_operand_p (t) || !cxx_mark_addressable (t)) in build_address()
3921 if (type == error_mark_node || error_operand_p (expr)) in build_nop()
5689 if (error_operand_p (pfn))
H A Dcall.c6033 if (type == error_mark_node || error_operand_p (expr)) in perform_direct_initialization_if_possible()
6117 if (type == error_mark_node || error_operand_p (expr))
H A Dcp-tree.h985 #define error_operand_p(NODE) \ macro