Home
last modified time | relevance | path

Searched refs:ArrayIndexTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h74 const QualType ArrayIndexTy; variable
159 return ArrayIndexTy; in getArrayIndexType()
268 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); in makeZeroArrayIndex()
272 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); in makeArrayIndex()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp59 ArrayIndexTy(context.LongLongTy), in SValBuilder()
60 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {} in SValBuilder()
129 return evalCast(val, ArrayIndexTy, QualType{}); in convertToArrayIndex()
H A DSimpleSValBuilder.cpp1010 LeftIndexVal = evalCast(*LeftIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()
1020 RightIndexVal = evalCast(*RightIndex, ArrayIndexTy, QualType{}); in evalBinOpLL()