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

  /external/jemalloc/src/
tsd.c 8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
51 pending[i] = cleanups[i]();
65 cleanups[ncleanups] = f;
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 1184 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGBlocks.cpp 554 /// a full-expression so that the block's cleanups are pushed at the
566 // pushing cleanups as necessary.
577 // If there are cleanups to emit, enter them (but inactive).
633 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
635 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CGExpr.cpp 223 // __weak objects always get EH cleanups; otherwise, exceptions
829 const auto *cleanups = cast<ExprWithCleanups>(E); local
830 enterFullExpression(cleanups);
832 return EmitLValue(cleanups->getSubExpr());
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 602 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
604 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
607 if (cleanups) {
608 cleanups->setSubExpr(E);
    [all...]
SemaExpr.cpp 10071 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 2328 int cleanups = 0; local
    [all...]

Completed in 329 milliseconds