Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2527 llvm::Value *ArrayBegin; member in __anonffeca2a00511::RegularPartialArrayDestroy
2536 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2541 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit()
2550 llvm::Value *ArrayBegin; member in __anonffeca2a00511::IrregularPartialArrayDestroy
2561 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy()
2567 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()