Home
last modified time | relevance | path

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

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