Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp40 SVB.getArrayIndexType()); in getElementExtent()
53 SVB.evalBinOp(State, BO_Div, Size, ElementSize, SVB.getArrayIndexType()); in getDynamicElementCount()
78 SvalBuilder.getArrayIndexType()); in getDynamicExtentWithOffset()
H A DProgramState.cpp334 indexTy = svalBuilder.getArrayIndexType(); in assumeInBoundDual()
H A DExprEngineCallAndReturn.cpp763 svalBuilder.getArrayIndexType()); in bindReturnValue()
H A DSimpleSValBuilder.cpp1138 getArrayIndexType()); in evalBinOpLN()
H A DMemRegion.cpp748 SVB.getArrayIndexType()); in getStaticSize()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeArray.h25 FORWARD_SYMBOL_ID_METHOD(getArrayIndexType)
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp287 sb.getArrayIndexType()); in scaleValue()
301 svalBuilder.getArrayIndexType()); in addValue()
H A DCheckPlacementNew.cpp88 SvalBuilder.getArrayIndexType()); in getExtentSizeOfNewTarget()
93 llvm::APInt I(AstContext.getTypeSizeInChars(SvalBuilder.getArrayIndexType()) in getExtentSizeOfNewTarget()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h145 QualType getArrayIndexType() const { in getArrayIndexType() function