Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1651 SmallVector<SVal, 2> SValOffsets; in getElementRegionOffsetsWithBase() local
1653 SValOffsets.push_back(ER->getIndex()); in getElementRegionOffsetsWithBase()
1657 return {SValOffsets, Base}; in getElementRegionOffsetsWithBase()
1729 SmallVector<SVal, 2> SValOffsets; in getConstantValFromConstArrayInitializer() local
1731 std::tie(SValOffsets, Base) = getElementRegionOffsetsWithBase(R); in getConstantValFromConstArrayInitializer()
1736 assert(!SValOffsets.empty() && "getElementRegionOffsets guarantees the " in getConstantValFromConstArrayInitializer()
1777 if (SValOffsets.size() != Extents.size()) in getConstantValFromConstArrayInitializer()
1781 if (Optional<SVal> V = convertOffsetsFromSvalToUnsigneds(SValOffsets, Extents, in getConstantValFromConstArrayInitializer()