Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp2025 emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitDestroy()
2039 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, in emitArrayDestroy() function in CodeGenFunction
2116 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer, in emitPartialArrayDestroy()
H A DCGExprCXX.cpp1988 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
H A DCodeGenFunction.h1680 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,