Searched refs:ZeroElement (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | StoreTest.cpp | 131 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()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 5991 APValue ZeroElement; in ZeroInitialization() local 5993 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization() 5995 ZeroElement = in ZeroInitialization() 5998 SmallVector<APValue, 4> Elements(VT->getNumElements(), ZeroElement); in ZeroInitialization()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 10258 APValue ZeroElement; in ZeroInitialization() local 10260 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization() 10262 ZeroElement = in ZeroInitialization() 10265 SmallVector<APValue, 4> Elements(VT->getNumElements(), ZeroElement); in ZeroInitialization()
|