Searched defs:addCleanup (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 348 void MachineModuleInfo::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineModuleInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 789 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineFunction
|
/external/python/cpython2/Lib/unittest/ |
D | case.py | 223 def addCleanup(self, function, *args, **kwargs): member in TestCase
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 812 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup() function in MachineFunction
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | case.py | 274 def addCleanup(self, function, *args, **kwargs): member in TestCase
|
/external/python/cpython3/Lib/unittest/ |
D | case.py | 405 def addCleanup(self, function, /, *args, **kwargs): member in TestCase
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 1630 auto addCleanup = [&](const EHScopeStack::stable_iterator &cleanup) { in VisitInitListExpr() local
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 211 def addCleanup(self, *args, **kwargs): member in ThreadSafeCleanupTestCase
|