Home
last modified time | relevance | path

Searched refs:emitArrayDestroy (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp1453 emitArrayDestroy(begin, end, type, destroyer, in emitDestroy()
1467 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction
1542 CGF.emitArrayDestroy(begin, end, type, destroyer, in emitPartialArrayDestroy()
HDCGExprCXX.cpp1600 CGF.emitArrayDestroy(deletedPtr, arrayEnd, elementType, in EmitArrayDelete()
HDCodeGenFunction.h1154 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,