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 508 CleanupKind cleanupKind = CGF.getARCCleanupKind();
509 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
510 cleanupKind & EHCleanup);
    [all...]
CGBlocks.cpp 615 CleanupKind cleanupKind = InactiveNormalCleanup;
618 cleanupKind = InactiveNormalAndEHCleanup;
620 CGF.pushDestroy(cleanupKind, addr, variable->getType(),
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 63 milliseconds