Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp161 QualType VisitLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitLazyCompoundVal()
189 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
193 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
347 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>(); in dumpToStream()
H A DRegionStore.cpp657 const RecordDecl *RD, nonloc::LazyCompoundVal LCV);
669 const ArrayType *AT, nonloc::LazyCompoundVal LCV);
717 getUniqueDefaultBinding(nonloc::LazyCompoundVal LCV) const;
783 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
1202 if (std::optional<nonloc::LazyCompoundVal> LCS = in VisitBinding()
1203 V.getAs<nonloc::LazyCompoundVal>()) { in VisitBinding()
1208 if (!isa<nonloc::LazyCompoundVal>(V)) in VisitBinding()
1448 if (auto LCS = V.getAs<nonloc::LazyCompoundVal>()) { in populateWorkList()
1687 static std::optional<nonloc::LazyCompoundVal>
1694 std::optional<nonloc::LazyCompoundVal> LCV = in getExistingLazyBinding()
[all …]
H A DProgramState.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()
H A DSValBuilder.cpp502 if (isa<nonloc::LazyCompoundVal>(lhs) || isa<nonloc::LazyCompoundVal>(rhs)) { in evalBinOp()
890 SVal VisitLazyCompoundVal(nonloc::LazyCompoundVal V) { in VisitLazyCompoundVal()
H A DBugReporterVisitors.cpp221 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()
225 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()
973 if (isa<nonloc::LazyCompoundVal, nonloc::CompoundVal>(V)) in visitNodeInitial()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp190 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in getIteratorPosition()
203 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in setIteratorPosition()
H A DTaint.cpp67 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint()
211 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in getTaintedSymbolsImpl()
H A DIteratorModeling.cpp786 } else if (const auto LCVal = Val.getAs<nonloc::LazyCompoundVal>()) { in removeIteratorPosition()
827 if (const auto LCVal = Binding.second.getAs<nonloc::LazyCompoundVal>()) { in isBoundThroughLazyCompoundVal()
H A DCallAndMessageChecker.cpp318 if (auto LV = V.getAs<nonloc::LazyCompoundVal>()) { in PreVisitProcessArg()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h389 class LazyCompoundVal : public NonLoc {
392 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal() function
H A DStore.h105 std::optional<SVal> getDefaultBinding(nonloc::LazyCompoundVal lcv) { in getDefaultBinding()
H A DSValBuilder.h255 return nonloc::LazyCompoundVal( in makeLazyCompoundVal()
H A DProgramState.h896 bool scan(nonloc::LazyCompoundVal val);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h110 std::string VisitLazyCompoundVal(nonloc::LazyCompoundVal V) { in VisitLazyCompoundVal()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def509 "a LazyCompoundVal on bind. To disable all small-struct-dependent "
517 "a LazyCompoundVal on bind. To disable all small-array-dependent "
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8073 …amespace)::RegionStoreManager::CopyLazyBindings(clang::ento::nonloc::LazyCompoundVal, void const*,…
8137 {"_ZNK5clang4ento6nonloc15LazyCompoundVal8getStoreEv", "clang::ento::nonloc::LazyCompoundVal::getSt…
8138 {"_ZNK5clang4ento6nonloc15LazyCompoundVal9getRegionEv", "clang::ento::nonloc::LazyCompoundVal::getR…