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

  /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...]
SemaExpr.cpp 9114 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/clang/lib/CodeGen/
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...]
CGExprAgg.cpp 1227 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
1544 const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(init); local
    [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/yaffs2/yaffs2/
yaffs_guts.c 2328 int cleanups = 0; local
    [all...]

Completed in 306 milliseconds