HomeSort by relevance Sort by last modified time
    Searched defs:addCleanup (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 346 /// addCleanup - Add a cleanup action for a landing pad.
348 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 450 /// addCleanup - Add a cleanup action for a landing pad.
452 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py 221 def addCleanup(self, function, *args, **kwargs):
    [all...]
  /external/python/cpython2/Lib/unittest/
case.py 223 def addCleanup(self, function, *args, **kwargs):
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunction.cpp 744 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) {
816 MF.addCleanup(&MBB);
    [all...]
  /external/python/cpython3/Lib/unittest/
case.py 445 def addCleanup(self, function, *args, **kwargs):
    [all...]
  /external/python/cpython3/Lib/test/
test_socket.py 146 This subclass protects the addCleanup() and doCleanups() methods
154 def addCleanup(self, *args, **kwargs):
156 return super().addCleanup(*args, **kwargs)
205 self.addCleanup(self.s.close)
222 self.addCleanup(self.serv.close)
429 self.addCleanup(self.serv.close)
434 self.addCleanup(self.conn.close)
439 self.addCleanup(self.cli.close)
620 self.addCleanup(os.rmdir, self.dir_path)
626 self.addCleanup(support.unlink, path
    [all...]

Completed in 874 milliseconds