Searched refs:CompoundVal (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 158 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 D | RegionStore.cpp | 349 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 D | ProgramState.cpp | 589 bool ScanReachableSymbols::scan(nonloc::CompoundVal val) { in scan() 624 if (std::optional<nonloc::CompoundVal> X = val.getAs<nonloc::CompoundVal>()) in scan()
|
| H A D | SValBuilder.cpp | 864 SVal VisitCompoundVal(nonloc::CompoundVal V) { in VisitCompoundVal()
|
| H A D | BugReporterVisitors.cpp | 973 if (isa<nonloc::LazyCompoundVal, nonloc::CompoundVal>(V)) in visitNodeInitial()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.h | 339 class CompoundVal : public NonLoc { 342 explicit CompoundVal(const CompoundValData *D) : NonLoc(CompoundValKind, D) { in CompoundVal() function
|
| H A D | SValBuilder.h | 250 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
|
| H A D | ProgramState.h | 897 bool scan(nonloc::CompoundVal val);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 154 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8139 {"_ZNK5clang4ento6nonloc11CompoundVal5beginEv", "clang::ento::nonloc::CompoundVal::begin() const"}, 8140 {"_ZNK5clang4ento6nonloc11CompoundVal3endEv", "clang::ento::nonloc::CompoundVal::end() const"},
|