Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp165 QualType VisitNonLocCompoundVal(nonloc::CompoundVal CV) { in VisitNonLocCompoundVal()
223 nonloc::CompoundVal::iterator nonloc::CompoundVal::begin() const { in begin()
227 nonloc::CompoundVal::iterator nonloc::CompoundVal::end() const { in end()
315 const nonloc::CompoundVal& C = castAs<nonloc::CompoundVal>(); in dumpToStream()
H A DProgramState.cpp559 bool ScanReachableSymbols::scan(nonloc::CompoundVal val) { in scan()
560 for (nonloc::CompoundVal::iterator I=val.begin(), E=val.end(); I!=E; ++I) in scan()
596 if (Optional<nonloc::CompoundVal> X = val.getAs<nonloc::CompoundVal>()) in scan()
H A DRegionStore.cpp2040 if (isa<nonloc::LazyCompoundVal, nonloc::CompoundVal>(val)) in getBindingForDerivedDefaultValue()
2505 const nonloc::CompoundVal& CV = Init.castAs<nonloc::CompoundVal>(); in bindArray()
2506 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindArray()
2549 if (!isa<nonloc::CompoundVal>(V)) { in bindVector()
2554 nonloc::CompoundVal CV = V.castAs<nonloc::CompoundVal>(); in bindVector()
2555 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindVector()
2641 if (V.isUnknown() || !isa<nonloc::CompoundVal>(V)) in bindStruct()
2660 const nonloc::CompoundVal& CV = V.castAs<nonloc::CompoundVal>(); in bindStruct()
2661 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindStruct()
H A DSValBuilder.cpp856 SVal VisitNonLocCompoundVal(nonloc::CompoundVal V) { in VisitNonLocCompoundVal()
H A DBugReporterVisitors.cpp1036 if (isa<nonloc::LazyCompoundVal, nonloc::CompoundVal>(V)) in visitNodeInitial()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.def63 NONLOC_SVAL(CompoundVal, NonLoc)
H A DSVals.h377 class CompoundVal : public NonLoc {
380 explicit CompoundVal(const CompoundValData *D) : NonLoc(CompoundValKind, D) { in CompoundVal() function
H A DSValBuilder.h242 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
H A DProgramState.h914 bool scan(nonloc::CompoundVal val);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp153 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp312 auto D = getByName("d").getAs<nonloc::CompoundVal>();
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst43 would be ``bindLoc()``ed to contain the list's contents (probably as a ``CompoundVal``