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 502 CleanupKind cleanupKind = CGF.getARCCleanupKind();
503 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
504 cleanupKind & EHCleanup);
    [all...]
CGBlocks.cpp 618 CleanupKind cleanupKind = InactiveNormalCleanup;
621 cleanupKind = InactiveNormalAndEHCleanup;
623 CGF.pushDestroy(cleanupKind, addr, variable->getType(),
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 70 milliseconds