Searched refs:emitArrayDestroy (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1530 emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitDestroy() 1544 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction 1621 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitPartialArrayDestroy()
|
D | CGExprCXX.cpp | 1694 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
|
D | CodeGenFunction.h | 1277 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 2199 emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitDestroy() 2213 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction 2290 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitPartialArrayDestroy()
|
D | CGExprCXX.cpp | 2043 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
|
D | CodeGenFunction.h | 1965 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,
|