Searched refs:is_error (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dcpperror.c96 v_cpp_message (pfile, is_error, msgid, ap)
98 int is_error;
102 switch (is_error)
117 cpp_fatal (pfile, "internal error: bad is_error(%d) in v_cpp_message", is_error);
122 if (0 <= is_error)
127 cpp_message VPROTO ((cpp_reader *pfile, int is_error, const char *msgid, ...)) argument
131 int is_error; local
140 is_error = va_arg (ap, int);
144 v_cpp_message(pfile, is_error, msgi
[all...]
H A Dcpplib.c3244 cpp_message_from_errno (pfile, is_error, name)
3246 int is_error;
3257 cpp_message (pfile, is_error, "%s: %s", name, my_strerror (e));
/haiku-buildtools/gcc/gcc/
H A Dcoverage.c233 int is_error = 0;
370 if ((is_error = gcov_is_error ()))
372 error (is_error < 0 ? "%qs has overflowed" : "%qs is corrupted",
231 int is_error = 0; local
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc140 if (lhs_type->is_error()
141 || rhs_type->is_error()
2786 if (this->type_ != NULL && this->type_->is_error())
2805 if (this->type_ == NULL || !this->type_->is_error())
2819 if (this->type_ != NULL && this->type_->is_error())
2841 if (this->type_ != NULL && this->type_->is_error())
3312 if (type->is_error() || expr_type->is_error())
4036 if (type->is_error())
5550 if (left_type->is_error() || right_typ
[all...]
H A Dstatements.cc604 if (!this->lhs_->type()->is_error())
631 if (lhs_type->is_error() || rhs_type->is_error())
1016 || (*plhs)->type()->is_error()
1018 || (*prhs)->type()->is_error())
1045 || (*plhs)->type()->is_error()
1047 || (*prhs)->type()->is_error())
1584 if (!expr_type->is_error() && !this->type_->is_error())
3221 if (type->is_error())
[all...]
H A Dtypes.h692 is_error() const function in class:Type
H A Dgogo.cc3041 && !var->type()->is_error()
3065 else if (!ctype->is_error())
6349 if (type->is_error())
H A Dtypes.cc7175 if (!t->is_error())
/haiku-buildtools/binutils/gold/
H A Dresolve.cc873 Symbol_table::report_resolve_problem(bool is_error, const char* msg, argument
906 if (is_error)
H A Dsymtab.h1762 report_resolve_problem(bool is_error, const char* msg, const Symbol* to,
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c1690 int is_error = 0; local
1694 is_error = 1;
1700 is_error = 1;
1706 is_error = 1;
1709 if (is_error)
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c2861 int is_error = 0;
2871 is_error = 1;
2897 is_error = 1;
2904 is_error = 1;
2907 if (is_error)
2857 int is_error = 0; local
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c18689 bool is_error;
18742 parameters = cp_parser_parameter_declaration_list (parser, &is_error);
18746 if (is_error)
18791 cp_parser_parameter_declaration_list (cp_parser* parser, bool *is_error)
18799 *is_error = false;
18858 *is_error = true;
18687 bool is_error; local
18789 cp_parser_parameter_declaration_list(cp_parser* parser, bool *is_error) argument

Completed in 587 milliseconds