Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py269 def addCleanup(self, function, *args, **kwargs): member in TestCase
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp1675 auto addCleanup = [&](const EHScopeStack::stable_iterator &cleanup) { in VisitCXXParenListOrInitListExpr() local