Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:ErrorV

613 Value *ErrorV(const char *Str) { Error(Str); return 0; }
632 if (V == 0) return ErrorV("Unknown variable name");
644 return ErrorV("Unknown unary operator");
655 return ErrorV("destination of '=' must be a variable");
662 if (Variable == 0) return ErrorV("Unknown variable name");
697 return ErrorV("Unknown function referenced");
701 return ErrorV("Incorrect # arguments passed");