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

  /external/clang/lib/Sema/
SemaLambda.cpp 345 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
347 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
350 if (cleanups) {
351 cleanups->setSubExpr(E);
775 // cleanups from the enclosing full-expression.
    [all...]
SemaExpr.cpp 9640 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 1162 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGBlocks.cpp 556 /// a full-expression so that the block's cleanups are pushed at the
568 // pushing cleanups as necessary.
579 // If there are cleanups to emit, enter them (but inactive).
636 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
638 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CGExpr.cpp 221 // __weak objects always get EH cleanups; otherwise, exceptions
818 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E); local
819 enterFullExpression(cleanups);
821 return EmitLValue(cleanups->getSubExpr());
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 2328 int cleanups = 0; local
    [all...]

Completed in 84 milliseconds