Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSVals.cpp162 QualType VisitLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitLazyCompoundVal()
190 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
194 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
331 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
HDRegionStore.cpp496 const RecordDecl *RD, nonloc::LazyCompoundVal LCV);
508 const ArrayType *AT, nonloc::LazyCompoundVal LCV);
619 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
1034 if (std::optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1035 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1040 if (!isa<nonloc::LazyCompoundVal>(V)) in VisitBinding()
1284 if (auto LCS = V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1528 static std::optional<nonloc::LazyCompoundVal>
1535 std::optional<nonloc::LazyCompoundVal> LCV = in getExistingLazyBinding()
1536 V->getAs<nonloc::LazyCompoundVal>(); in getExistingLazyBinding()
[all …]
HDProgramState.cpp576 bool ScanReachableSymbols::scan(nonloc::LazyCompoundVal val) { in scan()
614 if (std::optional<nonloc::LazyCompoundVal> X = in scan()
615 val.getAs<nonloc::LazyCompoundVal>()) in scan()
HDSValBuilder.cpp501 if (isa<nonloc::LazyCompoundVal>(lhs) || isa<nonloc::LazyCompoundVal>(rhs)) { in evalBinOp()
889 SVal VisitLazyCompoundVal(nonloc::LazyCompoundVal V) { in VisitLazyCompoundVal()
HDBugReporterVisitors.cpp225 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()
229 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()
1066 if (isa<nonloc::LazyCompoundVal, nonloc::CompoundVal>(V)) in visitNodeInitial()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIterator.cpp190 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition()
203 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition()
HDIteratorModeling.cpp779 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition()
820 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal()
HDTaint.cpp67 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint()
HDCallAndMessageChecker.cpp318 if (auto LV = V.getAs<nonloc::LazyCompoundVal>()) { in PreVisitProcessArg()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSVals.def62 NONLOC_SVAL(LazyCompoundVal, NonLoc)
HDSVals.h349 class LazyCompoundVal : public NonLoc {
352 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal() function
HDStore.h97 std::optional<SVal> getDefaultBinding(nonloc::LazyCompoundVal lcv) { in getDefaultBinding()
HDSValBuilder.h268 return nonloc::LazyCompoundVal( in makeLazyCompoundVal()
HDProgramState.h903 bool scan(nonloc::LazyCompoundVal val);
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDSValExplainer.h100 std::string VisitLazyCompoundVal(nonloc::LazyCompoundVal V) { in VisitLazyCompoundVal()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.def445 "a LazyCompoundVal on bind. To disable all small-struct-dependent "
453 "a LazyCompoundVal on bind. To disable all small-array-dependent "