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 550 CleanupKind cleanupKind = CGF.getARCCleanupKind();
551 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
552 cleanupKind & EHCleanup);
    [all...]
CGBlocks.cpp 616 CleanupKind cleanupKind = InactiveNormalCleanup;
619 cleanupKind = InactiveNormalAndEHCleanup;
621 CGF.pushDestroy(cleanupKind, addr, variable->getType(),
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 99 milliseconds