HomeSort by relevance Sort by last modified time
    Searched refs:cleanups (Results 1 - 16 of 16) sorted by null

  /external/jemalloc/src/
tsd.c 8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
51 pending[i] = cleanups[i]();
65 cleanups[ncleanups] = f;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 19 cleanups = []
22 cleanups.append((1, args, kwargs))
25 cleanups.append((2, args, kwargs))
37 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3),
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 131 // layout object. However, this is blocked on other cleanups to the
241 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
282 // Leave any cleanups associated with the catch.
283 cleanups.ForceCleanup();
316 CodeGenFunction::RunCleanupsScope cleanups(CGF);
319 // ARC release and lock-release cleanups.
CGExprAgg.cpp 1184 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGBlocks.cpp 554 /// a full-expression so that the block's cleanups are pushed at the
566 // pushing cleanups as necessary.
577 // If there are cleanups to emit, enter them (but inactive).
633 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
635 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CGObjC.cpp 776 // The constructor might require cleanups (in which case it's never
    [all...]
CGStmt.cpp 266 // We can't return an RValue here because there might be cleanups at
368 // normal cleanups. Jumps "in" to this label --- when permitted by
369 // the language --- may need to be routed around such cleanups.
410 // Reparent the labels if the new scope also has cleanups.
814 // Create a cleanup scope for the condition variable cleanups.
825 // If there are any cleanups between here and the loop-exit scope,
909 // If there are any cleanups between here and the loop-exit scope,
    [all...]
CGExpr.cpp 223 // __weak objects always get EH cleanups; otherwise, exceptions
829 const auto *cleanups = cast<ExprWithCleanups>(E); local
830 enterFullExpression(cleanups);
832 return EmitLValue(cleanups->getSubExpr());
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 602 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
604 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
607 if (cleanups) {
608 cleanups->setSubExpr(E);
    [all...]
SemaStmt.cpp 569 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
570 expr = cleanups->getSubExpr();
    [all...]
SemaExpr.cpp 10071 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/lldb/test/unittest2/test/
test_case.py 56 cleanups = []
59 cleanups.append((1, args, kwargs))
62 cleanups.append((2, args, kwargs))
74 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
    [all...]
  /external/strace/
strace.spec 221 - Cosmetic code cleanups (#159688).
238 - code cleanups (#143369, #143370)
  /external/yaffs2/yaffs2/
yaffs_guts.c 2328 int cleanups = 0; local
    [all...]
  /external/elfutils/0.153/
elfutils.spec 545 - More Makefile and spec file cleanups.

Completed in 530 milliseconds