HomeSort by relevance Sort by last modified time
    Searched defs:cleanups (Results 1 - 9 of 9) 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/
CGBlocks.cpp 560 /// a full-expression so that the block's cleanups are pushed at the
572 // 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 1185 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
    [all...]
CGExpr.cpp 241 // __weak objects always get EH cleanups; otherwise, exceptions
1026 const auto *cleanups = cast<ExprWithCleanups>(E); local
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 603 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(retValue); local
605 Expr *E = (cleanups ? cleanups->getSubExpr() : retValue);
608 if (cleanups) {
609 cleanups->setSubExpr(E);
    [all...]
SemaExpr.cpp 11593 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 243 milliseconds