Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1434 emitArrayDestroy(begin, end, type, destroyer, in emitDestroy()
1448 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction
1523 CGF.emitArrayDestroy(begin, end, type, destroyer, in emitPartialArrayDestroy()
H A DCGExprCXX.cpp1575 CGF.emitArrayDestroy(deletedPtr, arrayEnd, elementType, in EmitArrayDelete()
H A DCodeGenFunction.h1137 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,