Searched refs:ArrayBegin (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 2455 llvm::Value *ArrayBegin; member in __anonffeca2a00411::RegularPartialArrayDestroy 2464 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy() 2469 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit() 2478 llvm::Value *ArrayBegin; member in __anonffeca2a00411::IrregularPartialArrayDestroy 2489 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy() 2495 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
|