Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1532 llvm::Value *ArrayBegin; member in __anon398828f30211::RegularPartialArrayDestroy
1540 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
1544 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit()
1553 llvm::Value *ArrayBegin; member in __anon398828f30211::IrregularPartialArrayDestroy
1562 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy()
1567 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()