Home
last modified time | relevance | path

Searched refs:LispErrGeneric (Results 1 – 9 of 9) sorted by relevance

/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dlispeval.cpp311 throw LispErrGeneric("Internal error: debugging failing"); in Eval()
313 throw LispErrGeneric(""); in Eval()
326 throw LispErrGeneric(""); in Eval()
351 throw LispErrGeneric(""); in Eval()
355 throw LispErrGeneric(""); in Eval()
H A Dmathcommands2.cpp85 throw LispErrGeneric("Cannot call DebugFile in non-debug version of Yacas"); in LispDebugFile()
90 throw LispErrGeneric("Cannot call DebugLine in non-debug version of Yacas"); in LispDebugLine()
H A Dinfixparser.cpp131 throw LispErrGeneric( in ReadExpression()
223 throw LispErrGeneric( in ReadAtom()
246 throw LispErrGeneric(std::string("Expecting ; end of statement " in ReadAtom()
273 throw LispErrGeneric( in ReadAtom()
H A Dnumbers.cpp66 throw LispErrGeneric(buf.str()); in log2_table_lookup()
H A Dpatcher.cpp32 throw LispErrGeneric("closing tag not found when patching"); in PatchLoad()
H A Dplatmath.cpp19 throw LispErrGeneric(buf.str()); in GetDouble()
H A Dmathcommands3.cpp767 throw LispErrGeneric(buf.str()); in LispBitsToDigits()
791 throw LispErrGeneric(buf.str()); in LispDigitsToBits()
H A Dmathcommands.cpp1732 throw LispErrGeneric( in LispCustomEvalExpression()
1741 throw LispErrGeneric( in LispCustomEvalResult()
1755 throw LispErrGeneric( in LispCustomEvalStop()
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Dlisperror.h212 class LispErrGeneric: public LispError {
214 LispErrGeneric(const std::string& what): in LispErrGeneric() function