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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 798 CodeGenFunction::RunCleanupsScope cleanups(CGF);
983 SmallVector<EHScopeStack::stable_iterator, 16> cleanups; local
1292 const ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(init); local
    [all...]
CGBlocks.cpp 491 /// a full-expression so that the block's cleanups are pushed at the
503 // pushing cleanups as necessary.
514 // If there are cleanups to emit, enter them (but inactive).
571 ArrayRef<ExprWithCleanups::CleanupObject> cleanups = E->getObjects(); local
573 i = cleanups.begin(), e = cleanups.end(); i != e; ++i) {
    [all...]
CodeGenModule.cpp 1369 ArrayRef<ExprWithCleanups::CleanupObject> cleanups; local
    [all...]
CGExpr.cpp 498 // __weak objects always get EH cleanups; otherwise, exceptions
692 const ExprWithCleanups *cleanups = cast<ExprWithCleanups>(E); local
693 enterFullExpression(cleanups);
695 return EmitLValue(cleanups->getSubExpr());
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 2328 int cleanups = 0; local
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 8543 ExprWithCleanups *cleanups = dyn_cast<ExprWithCleanups>(Statement); local
    [all...]

Completed in 65 milliseconds