Searched refs:ParseError (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/util/
H A Dgrammar.py33 class ParseError(Exception): class in inherits:Exception
134 raise ParseError(msg, t)
139 raise ParseError(msg, t)
/gem5/src/mem/slicc/
H A Dparser.py36 from m5.util.grammar import Grammar, ParseError
52 except ParseError, e:
195 raise ParseError("Illegal float", t)
203 raise ParseError("Illegal number", t)
248 raise ParseError(msg)

Completed in 8 milliseconds