Searched refs:error_operand_p (Results 1 – 19 of 19) sorted by relevance
2720 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 …]
1496 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 …]
293 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()
1550 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()
1224 if (error_operand_p (datum) || error_operand_p (component)) in build_m_component_ref()
1302 if (!error_operand_p (rval) in lookup_field()1318 if (!error_operand_p (rval) in lookup_fnfields()
609 if (error_operand_p (e) || type == error_mark_node) in ocp_convert()
231 if (error_operand_p (exp)) in get_tinfo_decl_dynamic()
391 if (error_operand_p (expr)) in rvalue()
840 #define error_operand_p(NODE) \ macro
4036 if (error_operand_p (decl)) in start_decl_1()6634 if (error_operand_p (size)) in compute_array_index_type()
1620 * 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).
292 (perform_implicit_conversion): Use error_operand_p.310 (error_operand_p): New macro.
2690 and error_operand_p. Robustify.3273 (build_method_call): Use error_operand_p. Assert that we are not
3574 if (error_operand_p (expr)) in convert_nontype_argument()
831 * typeck.c (build_const_cast): Use error_operand_p.
3902 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))
6033 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))
985 #define error_operand_p(NODE) \ macro