Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10766 APValue ZeroElement; in ZeroInitialization() local
10768 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()
10770 ZeroElement = in ZeroInitialization()
10773 SmallVector<APValue, 4> Elements(VT->getNumElements(), ZeroElement); in ZeroInitialization()