Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2394 llvm::Value *ArrayBegin; member in __anon9560ee680411::RegularPartialArrayDestroy
2403 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2408 emitPartialArrayDestroy(CGF, ArrayBegin, ArrayEnd, in Emit()
2417 llvm::Value *ArrayBegin; member in __anon9560ee680411::IrregularPartialArrayDestroy
2428 : ArrayBegin(arrayBegin), ArrayEndPointer(arrayEndPointer), in IrregularPartialArrayDestroy()
2434 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()