Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp348 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineModuleInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp789 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/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp812 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineFunction
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py274 def addCleanup(self, function, *args, **kwargs): member in TestCase
/external/python/cpython3/Lib/unittest/
Dcase.py405 def addCleanup(self, function, /, *args, **kwargs): member in TestCase
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp1630 auto addCleanup = [&](const EHScopeStack::stable_iterator &cleanup) { in VisitInitListExpr() local
/external/python/cpython3/Lib/test/
Dtest_socket.py211 def addCleanup(self, *args, **kwargs): member in ThreadSafeCleanupTestCase