Home
last modified time | relevance | path

Searched refs:ErrorMode (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
DbgenVariable.py15 ErrorMode = 16+OutMode # this is an error status -- turn it into an exception variable
96 if self.flags == ErrorMode:
DbgenGenerator.py149 if arg.flags == ErrorMode or arg.flags == SelfMode:
270 if arg.flags == ErrorMode: continue
294 (int, 'status', ErrorMode),
Dmacsupport.py174 return Variable(self.returntype, "_err", ErrorMode)