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

  /external/clang/lib/CodeGen/
CGDecl.cpp 553 CleanupKind cleanupKind = CGF.getARCCleanupKind();
554 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
555 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 108 milliseconds