Home | History | Annotate | Download | only in lazy

Lines Matching refs:ErrorV

615 Value *ErrorV(const char *Str) { Error(Str); return 0; }
633 if (V == 0) return ErrorV("Unknown variable name");
648 return ErrorV("Unknown unary operator");
659 return ErrorV("destination of '=' must be a variable");
666 if (Variable == 0) return ErrorV("Unknown variable name");
703 return ErrorV(error_str);
708 return ErrorV("Incorrect # arguments passed");