Home
last modified time | relevance | path

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

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