Lines Matching refs:PrintFatalError
41 PrintFatalError(Loc, "Set difference needs at least two arguments: " + in apply()
57 PrintFatalError(Loc, "Set intersection requires two arguments: " + in apply()
76 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " + in apply()
82 PrintFatalError(Loc, "Second argument must be an integer: " + in apply()
93 PrintFatalError(Loc, "Positive shift required: " + in apply2()
105 PrintFatalError(Loc, "Positive length required: " + in apply2()
140 PrintFatalError(Loc, "Positive stride required: " + in apply2()
172 PrintFatalError(Loc, "Bad args to (sequence \"Format\", From, To): " + in apply()
178 PrintFatalError(Loc, "Stride must be an integer: " + in apply()
186 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString()); in apply()
192 PrintFatalError(Loc, "From must be an integer: " + Expr->getAsString()); in apply()
194 PrintFatalError(Loc, "From out of range"); in apply()
199 PrintFatalError(Loc, "To must be an integer: " + Expr->getAsString()); in apply()
201 PrintFatalError(Loc, "To out of range"); in apply()
217 PrintFatalError(Loc, "No def named '" + Name + "': " + in apply()
288 PrintFatalError(Loc, "Invalid set element: " + Expr->getAsString()); in evaluate()
291 PrintFatalError(Loc, "Bad set expression: " + Expr->getAsString()); in evaluate()
294 PrintFatalError(Loc, "Unknown set operator: " + Expr->getAsString()); in evaluate()