Home
last modified time | relevance | path

Searched refs:removeHandler (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsignals.py49 def removeHandler(method=None): function
54 removeHandler()
H A D__init__.py66 installHandler, registerResult, removeResult, removeHandler
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_break.py233 unittest2.removeHandler()
237 unittest2.removeHandler()
244 @unittest2.removeHandler
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py160 self.logger.removeHandler(self._verbose_log_handler)
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2532 CatchSwitch->removeHandler(I); in markAliveBlocks()
H A DSimplifyCFG.cpp5211 CSI->removeHandler(I); in simplifyUnreachable()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h4460 void removeHandler(handler_iterator HI);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1300 void CatchSwitchInst::removeHandler(handler_iterator HI) { in removeHandler() function in CatchSwitchInst