Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp158 QualType VisitCompoundVal(nonloc::CompoundVal CV) { in VisitCompoundVal()
219 nonloc::CompoundVal::iterator nonloc::CompoundVal::begin() const { in begin()
223 nonloc::CompoundVal::iterator nonloc::CompoundVal::end() const { in end()
331 const nonloc::CompoundVal& C = castAs<nonloc::CompoundVal>(); in dumpToStream()
H A DRegionStore.cpp349 withValuesEscaped(nonloc::CompoundVal::iterator Begin, in withValuesEscaped()
350 nonloc::CompoundVal::iterator End) const { in withValuesEscaped()
2190 if (isa<nonloc::LazyCompoundVal, nonloc::CompoundVal>(val)) in getBindingForDerivedDefaultValue()
2669 const nonloc::CompoundVal& CV = Init.castAs<nonloc::CompoundVal>(); in bindArray()
2670 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindArray()
2720 if (!isa<nonloc::CompoundVal>(V)) { in bindVector()
2725 nonloc::CompoundVal CV = V.castAs<nonloc::CompoundVal>(); in bindVector()
2726 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindVector()
2865 if (V.isUnknown() || !isa<nonloc::CompoundVal>(V)) in bindStruct()
2884 const nonloc::CompoundVal& CV = V.castAs<nonloc::CompoundVal>(); in bindStruct()
[all …]
H A DProgramState.cpp589 bool ScanReachableSymbols::scan(nonloc::CompoundVal val) { in scan()
624 if (std::optional<nonloc::CompoundVal> X = val.getAs<nonloc::CompoundVal>()) in scan()
H A DSValBuilder.cpp864 SVal VisitCompoundVal(nonloc::CompoundVal V) { in VisitCompoundVal()
H A DBugReporterVisitors.cpp973 if (isa<nonloc::LazyCompoundVal, nonloc::CompoundVal>(V)) in visitNodeInitial()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h339 class CompoundVal : public NonLoc {
342 explicit CompoundVal(const CompoundValData *D) : NonLoc(CompoundValKind, D) { in CompoundVal() function
H A DSValBuilder.h250 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
H A DProgramState.h897 bool scan(nonloc::CompoundVal val);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp154 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8139 {"_ZNK5clang4ento6nonloc11CompoundVal5beginEv", "clang::ento::nonloc::CompoundVal::begin() const"},
8140 {"_ZNK5clang4ento6nonloc11CompoundVal3endEv", "clang::ento::nonloc::CompoundVal::end() const"},