Searched defs:pushDestroy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp547 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
558 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(),
1364 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1367 /// pushDestroy - Push the standard destructor for the given type as
1369 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, function in class:CodeGenFunction
1374 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
1378 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, llvm::Value *addr, function in class:CodeGenFunction
1704 pushDestroy(QualType::DK_cxx_destructor, DeclPtr, Ty);

Completed in 98 milliseconds