Home | History | Annotate | Download | only in initial

Lines Matching refs:ErrorP

263 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; }
524 return ErrorP("Expected function name in prototype");
533 return ErrorP("Expected unary operator");
542 return ErrorP("Expected binary operator");
551 return ErrorP("Invalid precedecnce: must be 1..100");
559 return ErrorP("Expected '(' in prototype");
565 return ErrorP("Expected ')' in prototype");
572 return ErrorP("Invalid number of operands for operator");