Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp40 SVB.getArrayIndexType()); in getElementExtent()
54 SVB.evalBinOp(State, BO_Div, Size, ElementSize, SVB.getArrayIndexType()); in getDynamicElementCount()
79 SvalBuilder.getArrayIndexType()); in getDynamicExtentWithOffset()
H A DProgramState.cpp333 indexTy = svalBuilder.getArrayIndexType(); in assumeInBoundDual()
H A DExprEngineCallAndReturn.cpp816 svalBuilder.getArrayIndexType()); in bindReturnValue()
H A DSimpleSValBuilder.cpp1141 getArrayIndexType()); in evalBinOpLN()
H A DMemRegion.cpp748 SVB.getArrayIndexType()); in getStaticSize()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeArray.h25 FORWARD_SYMBOL_ID_METHOD(getArrayIndexType)
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp288 sb.getArrayIndexType()); in scaleValue()
302 svalBuilder.getArrayIndexType()); in addValue()
H A DCheckPlacementNew.cpp88 SvalBuilder.getArrayIndexType()); in getExtentSizeOfNewTarget()
93 llvm::APInt I(AstContext.getTypeSizeInChars(SvalBuilder.getArrayIndexType()) in getExtentSizeOfNewTarget()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h145 QualType getArrayIndexType() const { in getArrayIndexType() function