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 127 // layout object. However, this is blocked on other cleanups to the
232 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
273 // Leave any cleanups associated with the catch.
274 cleanups.ForceCleanup();
307 CodeGenFunction::RunCleanupsScope cleanups(CGF);
310 // ARC release and lock-release cleanups.
CGExprAgg.cpp 798 CodeGenFunction::RunCleanupsScope cleanups(CGF);
983 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
1292 const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(init); local
    [all...]
CGBlocks.cpp 491 /// a full-expression so that the block's cleanups are pushed at the
503 // pushing cleanups as necessary.
514 // If there are cleanups to emit, enter them (but inactive).
571 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
573 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CodeGenModule.cpp 1369 ArrayRef<ExprWithCleanups::CleanupObject> cleanups; local
    [all...]
CGObjC.cpp 735 // The constructor might require cleanups (in which case it's never
    [all...]
CGExpr.cpp 498 // __weak objects always get EH cleanups; otherwise, exceptions
692 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E); local
693 enterFullExpression(cleanups);
695 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 495 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
496 expr = cleanups->getSubExpr();
    [all...]
SemaExpr.cpp 8543 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 183 milliseconds