Home
last modified time | relevance | path

Searched refs:ParserError (Results 1 – 25 of 1241) sorted by relevance

12345678910>>...50

/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/
H A Dmore_than_256_importerrors.sol265 // ParserError 6275: (0-15): Source "a.sol" not found: File not supplied initially.
266 // ParserError 6275: (16-31): Source "a.sol" not found: File not supplied initially.
267 // ParserError 6275: (32-47): Source "a.sol" not found: File not supplied initially.
268 // ParserError 6275: (48-63): Source "a.sol" not found: File not supplied initially.
269 // ParserError 6275: (64-79): Source "a.sol" not found: File not supplied initially.
270 // ParserError 6275: (80-95): Source "a.sol" not found: File not supplied initially.
271 // ParserError 6275: (96-111): Source "a.sol" not found: File not supplied initially.
272 // ParserError 6275: (112-127): Source "a.sol" not found: File not supplied initially.
273 // ParserError 6275: (128-143): Source "a.sol" not found: File not supplied initially.
274 // ParserError 6275: (144-159): Source "a.sol" not found: File not supplied initially.
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/generated14/
H A DCOLLADASaxFWLColladaParserAutoGen14ValidationData.h21 ParserError::ErrorType validate__VersionType( ParserString value );
71 ParserError::ErrorType validate__NMTOKEN( ParserString value );
76 ParserError::ErrorType validate__UpAxisType( ParserString value );
81 ParserError::ErrorType validate__NCName( ParserString value );
126 ParserError::ErrorType validate__Name( ParserString value );
1008 ParserError::ErrorType validate__NodeType( ParserString value );
1887 ParserError::ErrorType validate__glsl_int( const sint32 value );
2949 ParserError::ErrorType validate__cg_int( const sint32 value );
2951 ParserError::ErrorType validate__cg_int1( const sint32 value );
3295 ParserError::ErrorType validate__cg_fixed( const float value );
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/generated14/
H A DCOLLADASaxFWLColladaParserAutoGen14Private.cpp1039 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__COLLADA()
1054 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__COLLADA()
1824 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__unit()
2442 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__IDREF_array()
2619 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__Name_array()
2782 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__bool_array()
2945 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__float_array()
2962 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__float_array()
2977 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__float_array()
3138 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__int_array()
[all …]
H A DCOLLADASaxFWLColladaParserAutoGen14PrivateValidation.cpp45 return ParserError::SIMPLE_TYPE_VALIDATION_OK; in validate__VersionType()
51 return ParserError::SIMPLE_TYPE_VALIDATION_OK; in validate__VersionType__stream()
57 return ParserError::SIMPLE_TYPE_VALIDATION_OK; in validate__VersionType__streamEnd()
1654 return ParserError::ERROR_VALIDATION_PATTERN; in validate__NMTOKEN()
1656 return ParserError::SIMPLE_TYPE_VALIDATION_OK; in validate__NMTOKEN()
1663 return ParserError::SIMPLE_TYPE_VALIDATION_OK; in validate__NMTOKEN__stream()
1670 return ParserError::SIMPLE_TYPE_VALIDATION_OK; in validate__NMTOKEN__streamEnd()
1719 return ParserError::SIMPLE_TYPE_VALIDATION_OK; in validate__UpAxisType()
1789 return ParserError::ERROR_VALIDATION_PATTERN; in validate__NCName()
2180 return ParserError::ERROR_VALIDATION_PATTERN; in validate__Name()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/muParser/
H A DmuParserError.cpp117 ParserError::ParserError() in ParserError() function in mu::ParserError
132 ParserError::ParserError(EErrorCodes /*a_iErrc*/) in ParserError() function in mu::ParserError
141 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
155 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
179 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
200 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
216 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
228 ParserError& ParserError::operator=(const ParserError &a_Obj) in operator =()
242 ParserError::~ParserError() in ~ParserError()
274 void ParserError::Reset() in Reset()
[all …]
H A DmuParserError.h119 /* final */ class ParserError
130 ParserError();
131 explicit ParserError(EErrorCodes a_iErrc);
132 explicit ParserError(const string_type &sMsg);
133 ParserError( EErrorCodes a_iErrc,
137 ParserError( EErrorCodes a_iErrc,
140 ParserError( const char_type *a_szMsg,
143 ParserError(const ParserError &a_Obj);
144 ParserError& operator=(const ParserError &a_Obj);
145 ~ParserError();
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/muparser/
H A DmuParserError.cpp118 ParserError::ParserError() in ParserError() function in mu::ParserError
133 ParserError::ParserError(EErrorCodes /*a_iErrc*/) in ParserError() function in mu::ParserError
142 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
156 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
180 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
201 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
217 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
229 ParserError& ParserError::operator=(const ParserError &a_Obj) in operator =()
243 ParserError::~ParserError() in ~ParserError()
275 void ParserError::Reset() in Reset()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/GeneratedSaxParser/include/
H A DGeneratedSaxParserParserTemplate.h679 if ( handleError(ParserError::SEVERITY_ERROR_NONCRITICAL, in characterData2Data()
680 ParserError::ERROR_TEXTDATA_PARSING_FAILED, in characterData2Data()
900 if ( handleError(ParserError::SEVERITY_ERROR_NONCRITICAL, in characterData2Data()
901 ParserError::ERROR_TEXTDATA_PARSING_FAILED, in characterData2Data()
951 ParserError::ERROR_TEXTDATA_PARSING_FAILED, in characterData2EnumData()
1065 ParserError::ERROR_TEXTDATA_PARSING_FAILED, in characterData2EnumData()
1158 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in characterData2List()
1164 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in characterData2List()
1464 if ( handleError(ParserError::SEVERITY_ERROR_NONCRITICAL, in dataEnd()
1465 ParserError::ERROR_TEXTDATA_PARSING_FAILED, in dataEnd()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unic-langid-impl/src/
H A Dsubtags.rs1 use crate::parser::errors::ParserError;
4 pub fn parse_language_subtag(subtag: &[u8]) -> Result<Option<TinyStr8>, ParserError> { in parse_language_subtag() argument
9 return Err(ParserError::InvalidLanguage); in parse_language_subtag()
21 pub fn parse_script_subtag(subtag: &[u8]) -> Result<TinyStr4, ParserError> { in parse_script_subtag() argument
26 return Err(ParserError::InvalidSubtag); in parse_script_subtag()
31 pub fn parse_region_subtag(subtag: &[u8]) -> Result<TinyStr4, ParserError> { in parse_region_subtag() argument
38 return Err(ParserError::InvalidSubtag); in parse_region_subtag()
45 return Err(ParserError::InvalidSubtag); in parse_region_subtag()
49 _ => Err(ParserError::InvalidSubtag), in parse_region_subtag()
57 return Err(ParserError::InvalidSubtag); in parse_variant_subtag()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/src/
H A DmuParserError.cpp119 ParserError::ParserError() in ParserError() function in mu::ParserError
134 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
151 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
165 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
189 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
210 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
226 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
238 ParserError& ParserError::operator=(const ParserError &a_Obj) in operator =()
252 ParserError::~ParserError() in ~ParserError()
284 void ParserError::Reset() in Reset()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/muparser/src/
H A DmuParserError.cpp113 ParserError::ParserError() in ParserError() function in mu::ParserError
128 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
145 ParserError::ParserError(const string_type& sMsg) in ParserError() function in mu::ParserError
159 ParserError::ParserError(EErrorCodes iErrc, in ParserError() function in mu::ParserError
183 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
204 ParserError::ParserError(const char_type* szMsg, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
220 ParserError::ParserError(const ParserError& a_Obj) in ParserError() function in mu::ParserError
232 ParserError& ParserError::operator=(const ParserError& a_Obj) in operator =()
246 ParserError::~ParserError() in ~ParserError()
278 void ParserError::Reset() in Reset()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/muparser_v2_2_4/src/
H A DmuParserError.cpp119 ParserError::ParserError() in ParserError() function in mu::ParserError
134 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
151 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
165 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
189 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
210 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
226 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
238 ParserError& ParserError::operator=(const ParserError &a_Obj) in operator =()
252 ParserError::~ParserError() in ~ParserError()
284 void ParserError::Reset() in Reset()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/src/
H A DmuParserError.cpp119 ParserError::ParserError() in ParserError() function in mu::ParserError
134 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
151 ParserError::ParserError(const string_type &sMsg) in ParserError() function in mu::ParserError
165 ParserError::ParserError( EErrorCodes iErrc, in ParserError() function in mu::ParserError
189 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
210 ParserError::ParserError(const char_type *szMsg, int iPos, const string_type &sTok) in ParserError() function in mu::ParserError
226 ParserError::ParserError(const ParserError &a_Obj) in ParserError() function in mu::ParserError
238 ParserError& ParserError::operator=(const ParserError &a_Obj) in operator =()
252 ParserError::~ParserError() in ~ParserError()
284 void ParserError::Reset() in Reset()
[all …]
/dports/math/muparser/muparser-2.3.2/src/
H A DmuParserError.cpp113 ParserError::ParserError() in ParserError() function in mu::ParserError
128 ParserError::ParserError(EErrorCodes a_iErrc) in ParserError() function in mu::ParserError
145 ParserError::ParserError(const string_type& sMsg) in ParserError() function in mu::ParserError
159 ParserError::ParserError(EErrorCodes iErrc, in ParserError() function in mu::ParserError
183 ParserError::ParserError(EErrorCodes iErrc, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
204 ParserError::ParserError(const char_type* szMsg, int iPos, const string_type& sTok) in ParserError() function in mu::ParserError
220 ParserError::ParserError(const ParserError& a_Obj) in ParserError() function in mu::ParserError
232 ParserError& ParserError::operator=(const ParserError& a_Obj) in operator =()
246 ParserError::~ParserError() in ~ParserError()
278 void ParserError::Reset() in Reset()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/generated15/
H A DCOLLADASaxFWLColladaParserAutoGen15Private.cpp1329 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__COLLADA()
1344 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__COLLADA()
2264 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__altitude()
2681 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__unit()
3458 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__token_array()
3606 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__IDREF_array()
3766 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__Name_array()
3912 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__bool_array()
4058 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__float_array()
4075 ParserError::ERROR_ATTRIBUTE_PARSING_FAILED, in _preBegin__float_array()
[all …]
/dports/math/muparserx/muparserx-4.0.11/parser/
H A DmpError.cpp115 ParserError::ParserError() in ParserError() function in ParserError
122 ParserError::ParserError(const string_type& sMsg, EErrorCodes ec) in ParserError() function in ParserError
131 ParserError::ParserError(const ErrorContext& a_Err) in ParserError() function in ParserError
140 ParserError::ParserError(const ParserError& a_Obj) in ParserError() function in ParserError
147 ParserError& ParserError::operator=(const ParserError& a_Obj) in operator =()
205 void ParserError::Reset() in Reset()
212 const string_type& ParserError::GetExpr() const in GetExpr()
218 string_type ParserError::GetMsg() const in GetMsg()
232 ErrorContext& ParserError::GetContext() in GetContext()
242 int ParserError::GetPos() const in GetPos()
[all …]
/dports/math/muparser/muparser-2.3.2/include/
H A DmuParserError.h68 class API_EXPORT_CXX ParserError
78 ParserError();
79 explicit ParserError(EErrorCodes a_iErrc);
80 explicit ParserError(const string_type& sMsg);
81ParserError(EErrorCodes a_iErrc, const string_type& sTok, const string_type& sFormula = string_typ…
82 ParserError(EErrorCodes a_iErrc, int a_iPos, const string_type& sTok);
83 ParserError(const char_type* a_szMsg, int a_iPos = -1, const string_type& sTok = string_type());
84 ParserError(const ParserError& a_Obj);
86 ParserError& operator=(const ParserError& a_Obj);
87 ~ParserError();
/dports/cad/librepcb/librepcb-0.1.6/libs/muparser/include/
H A DmuParserError.h74 class API_EXPORT_CXX ParserError
84 ParserError();
85 explicit ParserError(EErrorCodes a_iErrc);
86 explicit ParserError(const string_type& sMsg);
87ParserError(EErrorCodes a_iErrc, const string_type& sTok, const string_type& sFormula = string_typ…
88 ParserError(EErrorCodes a_iErrc, int a_iPos, const string_type& sTok);
89 ParserError(const char_type* a_szMsg, int a_iPos = -1, const string_type& sTok = string_type());
90 ParserError(const ParserError& a_Obj);
92 ParserError& operator=(const ParserError& a_Obj);
93 ~ParserError();
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dparsererror.cpp4 ParserError::ParserError(TokenPtr token, const QString &text) in ParserError() function in ParserError
14 ParserError::ParserError(qint64 start, qint64 end, const QString& text) : in ParserError() function in ParserError
21 ParserError::ParserError(const QString &text) in ParserError() function in ParserError
26 QString &ParserError::getMessage() in getMessage()
31 qint64 ParserError::getFrom() in getFrom()
36 qint64 ParserError::getTo() in getTo()
41 QString ParserError::toString() in toString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DParserErrorCollection.cs43 public ParserErrorCollection (ParserError[] value) in ParserErrorCollection()
48 public ParserError this [int index]
50 get { return (ParserError) InnerList [index]; }
54 public int Add (ParserError value) in Add()
64 public void AddRange (ParserError[] value) in AddRange()
69 public bool Contains (ParserError value) in Contains()
74 public void CopyTo (ParserError[] array, int index) in CopyTo()
79 public int IndexOf (ParserError value) in IndexOf()
84 public void Insert (int index, ParserError value) in Insert()
89 public void Remove (ParserError value) in Remove()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/muparser/include/
H A DmuParserError.h128 class ParserError
140 ParserError();
141 explicit ParserError(EErrorCodes a_iErrc);
142 explicit ParserError(const string_type &sMsg);
143 ParserError( EErrorCodes a_iErrc,
147 ParserError( EErrorCodes a_iErrc,
150 ParserError( const char_type *a_szMsg,
153 ParserError(const ParserError &a_Obj);
154 ParserError& operator=(const ParserError &a_Obj);
155 ~ParserError();
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/muparser_v2_2_4/include/
H A DmuParserError.h128 class ParserError
140 ParserError();
141 explicit ParserError(EErrorCodes a_iErrc);
142 explicit ParserError(const string_type &sMsg);
143 ParserError( EErrorCodes a_iErrc,
147 ParserError( EErrorCodes a_iErrc,
150 ParserError( const char_type *a_szMsg,
153 ParserError(const ParserError &a_Obj);
154 ParserError& operator=(const ParserError &a_Obj);
155 ~ParserError();
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/muparser_v225/include/
H A DmuParserError.h128 class ParserError
140 ParserError();
141 explicit ParserError(EErrorCodes a_iErrc);
142 explicit ParserError(const string_type &sMsg);
143 ParserError( EErrorCodes a_iErrc,
147 ParserError( EErrorCodes a_iErrc,
150 ParserError( const char_type *a_szMsg,
153 ParserError(const ParserError &a_Obj);
154 ParserError& operator=(const ParserError &a_Obj);
155 ~ParserError();
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/parsing/
H A Delementary_non_address_payable_local.sol19 // ParserError 9106: (57-64): State mutability can only be specified for address types.
20 // ParserError 9106: (83-90): State mutability can only be specified for address types.
21 // ParserError 9106: (106-113): State mutability can only be specified for address types.
22 // ParserError 9106: (132-139): State mutability can only be specified for address types.
23 // ParserError 9106: (156-163): State mutability can only be specified for address types.
24 // ParserError 9106: (183-190): State mutability can only be specified for address types.
25 // ParserError 9106: (209-216): State mutability can only be specified for address types.
26 // ParserError 9106: (234-241): State mutability can only be specified for address types.
27 // ParserError 9106: (261-268): State mutability can only be specified for address types.
28 // ParserError 9106: (286-293): State mutability can only be specified for address types.
[all …]
H A Delemantary_non_address_payable_state_variable.sol17 // ParserError 9106: (22-29): State mutability can only be specified for address types.
18 // ParserError 9106: (44-51): State mutability can only be specified for address types.
19 // ParserError 9106: (63-70): State mutability can only be specified for address types.
20 // ParserError 9106: (85-92): State mutability can only be specified for address types.
21 // ParserError 9106: (105-112): State mutability can only be specified for address types.
22 // ParserError 9106: (128-135): State mutability can only be specified for address types.
23 // ParserError 9106: (150-157): State mutability can only be specified for address types.
24 // ParserError 9106: (171-178): State mutability can only be specified for address types.
25 // ParserError 9106: (194-201): State mutability can only be specified for address types.
26 // ParserError 9106: (215-222): State mutability can only be specified for address types.
[all …]

12345678910>>...50