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

  /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 130 // layout object. However, this is blocked on other cleanups to the
240 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
281 // Leave any cleanups associated with the catch.
282 cleanups.ForceCleanup();
315 CodeGenFunction::RunCleanupsScope cleanups(CGF);
318 // ARC release and lock-release cleanups.
CGExprAgg.cpp 1162 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGBlocks.cpp 556 /// a full-expression so that the block's cleanups are pushed at the
568 // pushing cleanups as necessary.
579 // If there are cleanups to emit, enter them (but inactive).
636 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
638 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CGStmt.cpp 235 // We can't return an RValue here because there might be cleanups at
338 // normal cleanups. Jumps "in" to this label --- when permitted by
339 // the language --- may need to be routed around such cleanups.
378 // Reparent the labels if the new scope also has cleanups.
636 // Create a cleanup scope for the condition variable cleanups.
648 // If there are any cleanups between here and the loop-exit scope,
728 // If there are any cleanups between here and the loop-exit scope,
802 // statements following block literals with non-trivial cleanups.
804 if (const ExprWithCleanups *cleanups =
806 enterFullExpression(cleanups);
    [all...]
CGObjC.cpp 773 // The constructor might require cleanups (in which case it's never
    [all...]
CGExpr.cpp 221 // __weak objects always get EH cleanups; otherwise, exceptions
818 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E); local
819 enterFullExpression(cleanups);
821 return EmitLValue(cleanups->getSubExpr());
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 345 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
347 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
350 if (cleanups) {
351 cleanups->setSubExpr(E);
775 // cleanups from the enclosing full-expression.
    [all...]
SemaStmt.cpp 560 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
561 expr = cleanups->getSubExpr();
    [all...]
SemaExpr.cpp 9640 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/strace/
strace.spec 200 - Cosmetic code cleanups (#159688).
217 - code cleanups (#143369, #143370)
  /external/elfutils/
elfutils.spec 418 - More Makefile and spec file cleanups.
  /external/yaffs2/yaffs2/
yaffs_guts.c 2328 int cleanups = 0; local
    [all...]

Completed in 244 milliseconds