Home | History | Annotate | Download | only in cached

Lines Matching refs:ErrorV

630 Value *ErrorV(const char *Str) { Error(Str); return 0; }
649 if (V == 0) return ErrorV("Unknown variable name");
664 return ErrorV("Unknown unary operator");
678 return ErrorV("destination of '=' must be a variable");
685 if (Variable == 0) return ErrorV("Unknown variable name");
723 return ErrorV(error_str);
728 return ErrorV("Incorrect # arguments passed");