Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp2097 unsigned arrayDepth = 0; in emitPartialArrayDestroy() local
2101 arrayDepth++; in emitPartialArrayDestroy()
2105 if (arrayDepth) { in emitPartialArrayDestroy()
2108 SmallVector<llvm::Value*,4> gepIndices(arrayDepth+1, zero); in emitPartialArrayDestroy()