Searched refs:ArrayBegin (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2527 llvm::Value *ArrayBegin; member in __anonffeca2a00511::RegularPartialArrayDestroy 2536 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy() 2541 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit() 2550 llvm::Value *ArrayBegin; member in __anonffeca2a00511::IrregularPartialArrayDestroy 2561 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy() 2567 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
|