Searched refs:ArrayBegin (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2310 llvm::Value *ArrayBegin; member in __anone218c5d40411::RegularPartialArrayDestroy 2319 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy() 2324 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit() 2333 llvm::Value *ArrayBegin; member in __anone218c5d40411::IrregularPartialArrayDestroy 2344 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy() 2350 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
|