HomeSort by: relevance | last modified time | path
    Searched defs:DestroyObject (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 471 struct DestroyObject final : EHScopeStack::Cleanup {
472 DestroyObject(Address addr, QualType type,
2024 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer,
2115 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type,
2134 EHStack.pushCleanup<DestroyObject>(
2138 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>(
2148 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType,

Completed in 18 milliseconds