Home
last modified time | relevance | path

Searched refs:ecFUNOPRT_DEFINED (Results 1 – 3 of 3) sorted by relevance

/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpParserMessageProvider.cpp106 …m_vErrMsg[ecFUNOPRT_DEFINED] = _T("Function/operator \"$IDENT$\" is already defined."… in InitErrorMessages()
177 …m_vErrMsg[ecFUNOPRT_DEFINED] = _T("Ein Element mit der Bezeichnung \"$IDENT$\" ist be… in InitErrorMessages()
H A DmpParserBase.cpp454 throw ParserError(ErrorContext(ecFUNOPRT_DEFINED, 0, fun->GetIdent())); in DefineFun()
467 throw ParserError(ErrorContext(ecFUNOPRT_DEFINED, 0, oprt->GetIdent())); in DefineOprt()
480 throw ParserError(ErrorContext(ecFUNOPRT_DEFINED, 0, oprt->GetIdent())); in DefineOprt()
495 throw ParserError(ErrorContext(ecFUNOPRT_DEFINED, 0, oprt->GetIdent())); in DefinePostfixOprt()
510 throw ParserError(ErrorContext(ecFUNOPRT_DEFINED, 0, oprt->GetIdent())); in DefineInfixOprt()
H A DmpTypes.h362 ecFUNOPRT_DEFINED = 50, ///< Function/operator is already defined enumerator