Home | History | Annotate | Download | only in lazy

Lines Matching refs:ErrorV

615 Value *ErrorV(const char *Str) { Error(Str); return 0; }
634 if (V == 0) return ErrorV("Unknown variable name");
649 return ErrorV("Unknown unary operator");
660 return ErrorV("destination of '=' must be a variable");
667 if (Variable == 0) return ErrorV("Unknown variable name");
705 return ErrorV(error_str);
710 return ErrorV("Incorrect # arguments passed");