Searched refs:ecFUNOPRT_DEFINED (Results 1 – 3 of 3) sorted by relevance
/dports/math/muparserx/muparserx-4.0.11/parser/ |
H A D | mpParserMessageProvider.cpp | 106 …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 D | mpParserBase.cpp | 454 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 D | mpTypes.h | 362 ecFUNOPRT_DEFINED = 50, ///< Function/operator is already defined enumerator
|