Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp338 indexTy = svalBuilder.getArrayIndexType(); in assumeInBound()
H A DExprEngineCallAndReturn.cpp710 svalBuilder.getArrayIndexType()); in bindReturnValue()
H A DSimpleSValBuilder.cpp1065 getArrayIndexType()); in evalBinOpLN()
H A DMemRegion.cpp745 SVB.getArrayIndexType()); in getStaticSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeArray.h26 FORWARD_SYMBOL_ID_METHOD(getArrayIndexType)
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp88 SvalBuilder.getArrayIndexType()); in getExtentSizeOfNewTarget()
93 llvm::APInt I(AstContext.getTypeSizeInChars(SvalBuilder.getArrayIndexType()) in getExtentSizeOfNewTarget()
H A DArrayBoundCheckerV2.cpp288 sb.getArrayIndexType()); in scaleValue()
302 svalBuilder.getArrayIndexType()); in addValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h178 QualType getArrayIndexType() const { in getArrayIndexType() function