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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2144 emitArrayDestroy(begin, end, type, elementAlign, destroyer,
2148 /// emitArrayDestroy - Destroys all the elements of the given array,
2158 void CodeGenFunction::emitArrayDestroy(llvm::Value *begin, function in class:CodeGenFunction
2210 /// emitArrayDestroy, the element type here may still be an array type.
2235 CGF.emitArrayDestroy(begin, end, type, elementAlign, destroyer,
H A DCGExprCXX.cpp2034 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign,
H A DCodeGenFunction.h1926 void emitArrayDestroy(llvm::Value *begin, llvm::Value *end,

Completed in 81 milliseconds