Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp42 SVB.getArrayIndexType()); in getElementExtent()
66 SVB.evalBinOp(State, BO_Div, Size, ElementSize, SVB.getArrayIndexType()) in getDynamicElementCount()
103 OffsetInChars, SVB.getArrayIndexType()); in getDynamicExtentWithOffset()
H A DProgramState.cpp346 indexTy = svalBuilder.getArrayIndexType(); in assumeInBoundDual()
H A DExprEngineCallAndReturn.cpp813 svalBuilder.getArrayIndexType()); in bindReturnValue()
H A DSimpleSValBuilder.cpp1167 getArrayIndexType()); in evalBinOpLN()
H A DMemRegion.cpp795 SVB.getArrayIndexType()); in getStaticSize()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeArray.h25 FORWARD_SYMBOL_ID_METHOD(getArrayIndexType)
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp88 SvalBuilder.getArrayIndexType()); in getExtentSizeOfNewTarget()
93 llvm::APInt I(AstContext.getTypeSizeInChars(SvalBuilder.getArrayIndexType()) in getExtentSizeOfNewTarget()
H A DPointerSubChecker.cpp91 SVB.makeZeroVal(SVB.getArrayIndexType()), in checkArrayBounds()
H A DArrayBoundCheckerV2.cpp172 QualType T = SVB.getArrayIndexType(); in computeOffset()
H A DCStringChecker.cpp484 const QualType IdxTy = SVB.getArrayIndexType(); in checkInit()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h157 QualType getArrayIndexType() const { in getArrayIndexType() function