Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp7102 APValue ZeroElement; in ZeroInitialization() local
7104 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()
7106 ZeroElement = in ZeroInitialization()
7109 SmallVector<APValue, 4> Elements(VT->getNumElements(), ZeroElement); in ZeroInitialization()