HomeSort by relevance Sort by last modified time
    Searched refs:cleanupKind (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGDecl.cpp 475 CleanupKind cleanupKind = CGF.getARCCleanupKind();
476 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
477 cleanupKind & EHCleanup);
    [all...]
CGExpr.cpp 271 CleanupKind cleanupKind = CGF.getARCCleanupKind();
272 CGF.pushDestroy(cleanupKind,
276 cleanupKind & EHCleanup);
460 CleanupKind cleanupKind = getARCCleanupKind();
461 pushDestroy(cleanupKind, ReferenceTemporary, ObjCARCReferenceLifetimeType,
463 cleanupKind & EHCleanup);
    [all...]
CGBlocks.cpp 621 CleanupKind cleanupKind = InactiveNormalCleanup;
624 cleanupKind = InactiveNormalAndEHCleanup;
626 CGF.pushDestroy(cleanupKind, addr, variable->getType(),
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 89 milliseconds