Searched refs:ASTError (Results 1 - 8 of 8) sorted by relevance

/seL4-camkes-master/projects/camkes-tool/camkes/ast/
H A Dexception.py21 class ASTError(CAmkESError): class in inherits:CAmkESError
33 super(ASTError, self).__init__(msg)
H A D__init__.py19 from .exception import ASTError namespace
H A Dobjects.py27 from .exception import ASTError namespace
150 raise ASTError('reference remaining in frozen AST tree', self)
189 raise ASTError('mistyped assignment of attribute of type %s: %s' %
267 raise ASTError('duplicate use of interface %s.%s '
288 raise ASTError('non-optional interface %s.%s is not '
321 raise ASTError('duplicate setting for attribute '
389 raise ASTError('connection \'%s\' has no from ends' % self.name,
392 raise ASTError('connection \'%s\' has no to ends' % self.name,
395 raise ASTError('connection \'%s\' has multiple from ends '
399 raise ASTError('connectio
[all...]
H A Dbase.py20 from .exception import ASTError namespace
242 raise ASTError('duplicate entity \'%s\' defined, '
/seL4-camkes-master/projects/camkes-tool/camkes/parser/tests/
H A Dteststage10.py26 from camkes.ast import ASTError namespace
92 with self.assertRaises((ASTError, ParseError)):
119 with self.assertRaises((ASTError, ParseError)):
156 with self.assertRaises((ASTError, ParseError)):
366 with self.assertRaises(ASTError):
399 with self.assertRaises(ASTError):
403 with six.assertRaisesRegex(self, ASTError, r'.*duplicate use of interface f.p1 \(deprecated form of N-way connections\?\)'):
H A Dtestexamples.py31 from camkes.ast import ASTError namespace
94 with tester.assertRaises((ASTError, ParseError)):
H A Dteststage9.py27 from camkes.ast import ASTError namespace
/seL4-camkes-master/projects/camkes-tool/camkes/parser/
H A D__main__.py21 from camkes.ast import ASTError namespace
102 except (ASTError, ParseError) as e:

Completed in 45 milliseconds