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 472 CleanupKind cleanupKind = CGF.getARCCleanupKind();
473 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
474 cleanupKind & EHCleanup);
    [all...]
CGClass.cpp     [all...]
CGExpr.cpp 314 CleanupKind cleanupKind = CGF.getARCCleanupKind();
315 CGF.pushDestroy(cleanupKind,
319 cleanupKind & EHCleanup);
532 CleanupKind cleanupKind = getARCCleanupKind();
533 pushDestroy(cleanupKind, ReferenceTemporary, ObjCARCReferenceLifetimeType,
535 cleanupKind & EHCleanup);
    [all...]
CGBlocks.cpp 557 CleanupKind cleanupKind = InactiveNormalCleanup;
560 cleanupKind = InactiveNormalAndEHCleanup;
562 CGF.pushDestroy(cleanupKind, addr, variable->getType(),
    [all...]
CGObjC.cpp     [all...]

Completed in 246 milliseconds