Searched refs:ArrayBegin (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2125 llvm::Value *ArrayBegin; member in __anon8cc62b0f0411::RegularPartialArrayDestroy 2134 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy() 2139 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit() 2148 llvm::Value *ArrayBegin; member in __anon8cc62b0f0411::IrregularPartialArrayDestroy 2159 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy() 2165 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
|