Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h60 BasicValueFactory BasicVals; variable
161 BasicValueFactory &getBasicValueFactory() { return BasicVals; } in getBasicValueFactory()
162 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; } in getBasicValueFactory()
263 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
269 BasicVals.getLazyCompoundValData(store, region)); in makeLazyCompoundVal()
281 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy)); in makeZeroArrayIndex()
285 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy)); in makeArrayIndex()
292 BasicVals.getValue(integer->getValue(), in makeIntVal()
303 return nonloc::ConcreteInt(BasicVals.getValue(integer)); in makeIntVal()
307 return loc::ConcreteInt(BasicVals.getValue(integer)); in makeIntLocVal()
[all …]