Home | History | Annotate | Download | only in lazy

Lines Matching refs:ErrorP

264 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; }
525 return ErrorP("Expected function name in prototype");
534 return ErrorP("Expected unary operator");
543 return ErrorP("Expected binary operator");
552 return ErrorP("Invalid precedecnce: must be 1..100");
560 return ErrorP("Expected '(' in prototype");
566 return ErrorP("Expected ')' in prototype");
573 return ErrorP("Invalid number of operands for operator");