Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2203 emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitDestroy()
2217 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction
2294 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitPartialArrayDestroy()
H A DCGExprCXX.cpp2048 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
H A DCodeGenFunction.h2009 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,