Searched refs:emitArrayDestroy (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1434 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 D | CGExprCXX.cpp | 1575 CGF.emitArrayDestroy(deletedPtr, arrayEnd, elementType, in EmitArrayDelete()
|
| H A D | CodeGenFunction.h | 1137 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,
|