Searched defs:_Error (Results 1 – 4 of 4) sorted by relevance
127 struct _Error { struct128 struct _Error* next; argument132 UInt unique;134 Supp* supp;135 Int count;138 ThreadId tid; // Initialised by core139 ExeContext* where; // Initialised by core140 ErrorKind ekind; // Used by ALL. Must be in the range (0..)141 Addr addr; // Used frequently142 const HChar* string; // Used frequently[all …]
33 def _Error(msg): function
50 class _Error(Exception): class
68 def _Error(self, message, parent_element=None, identifier=None, member in PolicyTemplateChecker