Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2279 unsigned arrayDepth = 0; in emitPartialArrayDestroy() local
2283 arrayDepth++; in emitPartialArrayDestroy()
2287 if (arrayDepth) { in emitPartialArrayDestroy()
2290 SmallVector<llvm::Value*,4> gepIndices(arrayDepth+1, zero); in emitPartialArrayDestroy()