Home
last modified time | relevance | path

Searched defs:addCleanup (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp348 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineModuleInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineModuleInfo.cpp452 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineModuleInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp744 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineFunction
/external/python/cpython2/Lib/unittest/
Dcase.py223 def addCleanup(self, function, *args, **kwargs): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py445 def addCleanup(self, function, *args, **kwargs): member in TestCase
/external/python/cpython3/Lib/test/
Dtest_socket.py154 def addCleanup(self, *args, **kwargs): member in ThreadSafeCleanupTestCase