Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp41 SVB.getArrayIndexType()); in getElementExtent()
65 SVB.evalBinOp(State, BO_Div, Size, ElementSize, SVB.getArrayIndexType()) in getDynamicElementCount()
102 OffsetInChars, SVB.getArrayIndexType()); in getDynamicExtentWithOffset()
H A DProgramState.cpp332 indexTy = svalBuilder.getArrayIndexType(); in assumeInBoundDual()
H A DExprEngineCallAndReturn.cpp814 svalBuilder.getArrayIndexType()); in bindReturnValue()
H A DSimpleSValBuilder.cpp1170 getArrayIndexType()); in evalBinOpLN()
H A DMemRegion.cpp819 SVB.getArrayIndexType()); in getStaticSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeArray.h26 FORWARD_SYMBOL_ID_METHOD(getArrayIndexType)
/freebsd/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 DArrayBoundChecker.cpp188 QualType T = SVB.getArrayIndexType(); in computeOffset()
H A DCStringChecker.cpp486 const QualType IdxTy = SVB.getArrayIndexType(); in checkInit()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h158 QualType getArrayIndexType() const { in getArrayIndexType() function