Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp2303 llvm::Value *ArrayBegin; member in __anon76247d8b0411::RegularPartialArrayDestroy
2312 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2317 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit()
2326 llvm::Value *ArrayBegin; member in __anon76247d8b0411::IrregularPartialArrayDestroy
2337 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy()
2343 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()