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

  /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 1227 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
1544 const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(init); local
    [all...]
CGBlocks.cpp 559 /// a full-expression so that the block's cleanups are pushed at the
571 // pushing cleanups as necessary.
582 // If there are cleanups to emit, enter them (but inactive).
639 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
641 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CGStmt.cpp 595 // Create a cleanup scope for the condition variable cleanups.
607 // If there are any cleanups between here and the loop-exit scope,
687 // If there are any cleanups between here and the loop-exit scope,
761 // statements following block literals with non-trivial cleanups.
763 if (const ExprWithCleanups *cleanups =
765 enterFullExpression(cleanups);
766 RV = cleanups->getSubExpr();
    [all...]
CGObjC.cpp 745 // The constructor might require cleanups (in which case it's never
    [all...]
CodeGenModule.cpp 1564 ArrayRef<ExprWithCleanups::CleanupObject> cleanups; local
    [all...]
CGExpr.cpp 468 // __weak objects always get EH cleanups; otherwise, exceptions
878 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E); local
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 340 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
342 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
345 if (cleanups) {
346 cleanups->setSubExpr(E);
658 // cleanups from the enclosing full-expression.
    [all...]
SemaStmt.cpp 546 if (ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(expr))
547 expr = cleanups->getSubExpr();
    [all...]
SemaExpr.cpp 9114 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/ceres-solver/docs/
changes.tex 220 \item Various internal cleanups.
  /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 192 milliseconds