Searched refs:CompoundVal (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SVals.cpp | 174 nonloc::CompoundVal::iterator nonloc::CompoundVal::begin() const { in begin() 178 nonloc::CompoundVal::iterator nonloc::CompoundVal::end() const { in end() 309 const nonloc::CompoundVal& C = castAs<nonloc::CompoundVal>(); in dumpToStream()
|
| H A D | ProgramState.cpp | 548 bool ScanReachableSymbols::scan(nonloc::CompoundVal val) { in scan() 549 for (nonloc::CompoundVal::iterator I=val.begin(), E=val.end(); I!=E; ++I) in scan() 585 if (Optional<nonloc::CompoundVal> X = val.getAs<nonloc::CompoundVal>()) in scan()
|
| H A D | RegionStore.cpp | 1795 val.getAs<nonloc::CompoundVal>()) in getBindingForDerivedDefaultValue() 2216 const nonloc::CompoundVal& CV = Init.castAs<nonloc::CompoundVal>(); in bindArray() 2217 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindArray() 2260 if (!V.getAs<nonloc::CompoundVal>()) { in bindVector() 2265 nonloc::CompoundVal CV = V.castAs<nonloc::CompoundVal>(); in bindVector() 2266 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindVector() 2355 if (V.isUnknown() || !V.getAs<nonloc::CompoundVal>()) in bindStruct() 2374 const nonloc::CompoundVal& CV = V.castAs<nonloc::CompoundVal>(); in bindStruct() 2375 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end(); in bindStruct()
|
| H A D | SValBuilder.cpp | 621 return evalCastSubKind(V.castAs<nonloc::CompoundVal>(), CastTy, OriginalTy); in evalCastKind() 826 SVal SValBuilder::evalCastSubKind(nonloc::CompoundVal V, QualType CastTy, in evalCastSubKind()
|
| H A D | BugReporterVisitors.cpp | 1064 V.getAs<nonloc::CompoundVal>()) in visitNodeInitial()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.h | 451 class CompoundVal : public NonLoc { 454 explicit CompoundVal(const CompoundValData* D) : NonLoc(CompoundValKind, D) {} in CompoundVal() function 469 CompoundVal() = default;
|
| H A D | SValBuilder.h | 84 SVal evalCastSubKind(nonloc::CompoundVal V, QualType CastTy, 265 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
|
| H A D | SVals.def | 63 NONLOC_SVAL(CompoundVal, NonLoc)
|
| H A D | ProgramState.h | 876 bool scan(nonloc::CompoundVal val);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonNullParamChecker.cpp | 153 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
| H A D | InitializerLists.rst | 43 would be ``bindLoc()``ed to contain the list's contents (probably as a ``CompoundVal``
|