Lines Matching defs:msg
65 String msg = "\n\t" + decl->description();
67 msg = "\n\t" + (*unwind)->description() + msg;
72 msg = "potential recursion (function call cycle) not allowed:" + msg;
73 fContext.fErrors->error(pe.fLine, std::move(msg));
84 String msg = "exceeded max function call depth:";
86 msg += "\n\t" + (*unwind)->description();
88 msg += "\n\t" + decl->description();
89 fContext.fErrors->error(pe.fLine, std::move(msg));