Searched refs:KconfigParserError (Results 1 – 1 of 1) sorted by relevance
327 class KconfigParserError(Exception): class397 raise KconfigParserError(self, "Inclusion loop for %s"407 raise KconfigParserError(self,426 raise KconfigParserError(self, 'Expected "y" or "n"')435 raise KconfigParserError(self, 'Expected identifier')442 raise KconfigParserError(self,447 raise KconfigParserError(self, 'Expected identifier')453 raise KconfigParserError(self, 'Expected "="')468 raise KconfigParserError(self, 'Expected ")"')473 raise KconfigParserError(self, 'Expected "!" or "(" or identifier')[all …]