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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp377 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
1371 /// emitDestroy - Immediately perform the destruction of the given
1382 void CodeGenFunction::emitDestroy(llvm::Value *addr, QualType type, function in class:CodeGenFunction

Completed in 55 milliseconds