Searched refs:emitArrayDestroy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2206 emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitDestroy() 2220 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction 2301 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitPartialArrayDestroy()
|
| H A D | CGExprCXX.cpp | 2051 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
|
| H A D | CodeGenFunction.h | 2009 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,
|