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

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 129 // layout object. However, this is blocked on other cleanups to the
235 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
276 // Leave any cleanups associated with the catch.
277 cleanups.ForceCleanup();
310 CodeGenFunction::RunCleanupsScope cleanups(CGF);
313 // ARC release and lock-release cleanups.
CGExprAgg.cpp 1068 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
1374 const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(init); local
    [all...]
CGBlocks.cpp 495 /// a full-expression so that the block's cleanups are pushed at the
507 // pushing cleanups as necessary.
518 // If there are cleanups to emit, enter them (but inactive).
575 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
577 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CodeGenModule.cpp 1429 ArrayRef<ExprWithCleanups::CleanupObject> cleanups; local
    [all...]
CGObjC.cpp 745 // The constructor might require cleanups (in which case it's never
    [all...]
CGExpr.cpp 540 // __weak objects always get EH cleanups; otherwise, exceptions
752 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E); local
753 enterFullExpression(cleanups);
755 return EmitLValue(cleanups->getSubExpr());
    [all...]
  /external/strace/
strace.spec 200 - Cosmetic code cleanups (#159688).
217 - code cleanups (#143369, #143370)
  /external/clang/lib/Sema/
SemaStmt.cpp 509 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
510 expr = cleanups->getSubExpr();
    [all...]
SemaExpr.cpp 8886 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /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 382 milliseconds