Lines Matching refs:ReportError
27 ReportError("expected type ", *expected, " but found ", *actual);
32 ReportError("type ", *subtype, " is not a subtype of ", *supertype);
43 ReportError("use of " + top_type->reason());
161 ReportError("parameter ", i, ": expected type ", *parameter_type,
216 ReportError("parameter ", i, ": expected type ", *parameter_type,
288 ReportError("parameter ", i, ": expected type ", *parameter_type,
294 ReportError("wrong number of labels");
317 ReportError("missing return continuation.");
322 ReportError("unreachable return continuation.");
424 ReportError("wrong argument types");
474 if (!f) ReportError("expected function pointer type");
476 ReportError("wrong argument types");
522 ReportError("wrong argument types");
593 ReportError("condition has to have type bool");
648 ReportError("goto external label with wrong parameter count.");
771 ReportError("parameter ", i, ": expected type ", *parameter_type,