Searched defs:handler (Results 1 – 9 of 9) sorted by relevance
27 def relay_signal(handler, signum, frame): argument
67 TestAnnotationHandler handler = new TestAnnotationHandler(); in testRepeated() local
42 const CatchHandler& handler = try_end->handlers[catch_index]; in Visit() local
76 CatchHandler handler = {}; in DissasembleTryBlocks() local
34 static void handler (int, siginfo_t *si, void *) { in handler() function
227 AnnotationHandler handler) { in addRepeatedAnnotationHandlers()
243 for (const auto& handler : try_end->handlers) { in Visit() local
122 def register_handler(self, handler, event_name, args): argument
407 def __remove_handler(self, handler): argument