Home
last modified time | relevance | path

Searched refs:ERR_STRING_SYNTAX (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlErrors.h73 ERR_STRING_SYNTAX = 3, // string parsing error enumerator
H A DCtlLex.cpp903 MESSAGE_LE (_lcontext, ERR_STRING_SYNTAX, _currentLineNumber, in getStringLiteral()
963 MESSAGE_LE (_lcontext, ERR_STRING_SYNTAX, _currentLineNumber, in getStringLiteral()
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/utilities_dw/test_routines/matrix_test/c++/
H A Dmatrix_test.cpp626 if ((nargs=CheckArgString(string)) == -1) throw ERR_STRING_SYNTAX; in TArgList()
633 if (!CreateArgs(arg_string,args,nargs)) throw ERR_STRING_SYNTAX; in TArgList()
1448 throw ERR_STRING_SYNTAX; in TFunction()
1466 throw ERR_STRING_SYNTAX; in TFunction()
H A Dmatrix_test.hpp36 #define ERR_STRING_SYNTAX 3 macro