Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DStoreTest.cpp131 loc::MemRegionVal ZeroElement( in performTest() local
137 Store StX = SManager.Bind(StInit, ZeroElement, One).getStore(); in performTest()
140 EXPECT_EQ(One, SManager.getBinding(StX, ZeroElement, Int)); in performTest()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp10456 APValue ZeroElement; in ZeroInitialization() local
10458 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()
10460 ZeroElement = in ZeroInitialization()
10463 SmallVector<APValue, 4> Elements(VT->getNumElements(), ZeroElement); in ZeroInitialization()