HomeSort by relevance Sort by last modified time
    Searched refs:cleanups (Results 1 - 8 of 8) 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());
256 // Leave any cleanups associated with the catch.
257 cleanups.ForceCleanup();
290 CodeGenFunction::RunCleanupsScope cleanups(CGF);
293 // ARC release and lock-release cleanups.
CGExprAgg.cpp 864 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGObjC.cpp 594 // The constructor might require cleanups (in which case it's never
    [all...]
CGBlocks.cpp     [all...]
  /external/strace/
strace.spec 86 - Cosmetic code cleanups (#159688).
103 - code cleanups (#143369, #143370)
  /external/clang/lib/Sema/
SemaStmt.cpp 468 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
469 expr = cleanups->getSubExpr();
    [all...]
SemaExpr.cpp 8318 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 2328 int cleanups = 0; local
    [all...]

Completed in 1263 milliseconds