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

  /external/jemalloc/src/
tsd.c 8 static malloc_tsd_cleanup_t cleanups[MALLOC_TSD_CLEANUPS_MAX]; variable
52 pending[i] = cleanups[i]();
66 cleanups[ncleanups] = f;
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 1211 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGBlocks.cpp 555 /// a full-expression so that the block's cleanups are pushed at the
567 // pushing cleanups as necessary.
577 // If there are cleanups to emit, enter them (but inactive).
634 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
636 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CGExpr.cpp 240 // __weak objects always get EH cleanups; otherwise, exceptions
1000 const auto *cleanups = cast<ExprWithCleanups>(E); local
    [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 11061 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]

Completed in 512 milliseconds