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 465 CleanupKind cleanupKind = CGF.getARCCleanupKind();
466 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
467 cleanupKind & EHCleanup);
    [all...]
CGClass.cpp     [all...]
CGExpr.cpp 295 CleanupKind cleanupKind = CGF.getARCCleanupKind();
296 CGF.pushDestroy(cleanupKind,
300 cleanupKind & EHCleanup);
490 CleanupKind cleanupKind = getARCCleanupKind();
491 pushDestroy(cleanupKind, ReferenceTemporary, ObjCARCReferenceLifetimeType,
493 cleanupKind & EHCleanup);
    [all...]
CGBlocks.cpp 553 CleanupKind cleanupKind = InactiveNormalCleanup;
556 cleanupKind = InactiveNormalAndEHCleanup;
558 CGF.pushDestroy(cleanupKind, addr, variable->getType(),
    [all...]
CGObjC.cpp     [all...]

Completed in 933 milliseconds