Searched refs:emitArrayDestroy (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDecl.cpp | 1453 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()
|
| HD | CGExprCXX.cpp | 1600 CGF.emitArrayDestroy(deletedPtr, arrayEnd, elementType, in EmitArrayDelete()
|
| HD | CodeGenFunction.h | 1154 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,
|