Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp174 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 DProgramState.cpp548 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 DRegionStore.cpp1795 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 DSValBuilder.cpp621 return evalCastSubKind(V.castAs<nonloc::CompoundVal>(), CastTy, OriginalTy); in evalCastKind()
826 SVal SValBuilder::evalCastSubKind(nonloc::CompoundVal V, QualType CastTy, in evalCastSubKind()
H A DBugReporterVisitors.cpp1064 V.getAs<nonloc::CompoundVal>()) in visitNodeInitial()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h451 class CompoundVal : public NonLoc {
454 explicit CompoundVal(const CompoundValData* D) : NonLoc(CompoundValKind, D) {} in CompoundVal() function
469 CompoundVal() = default;
H A DSValBuilder.h84 SVal evalCastSubKind(nonloc::CompoundVal V, QualType CastTy,
265 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
H A DSVals.def63 NONLOC_SVAL(CompoundVal, NonLoc)
H A DProgramState.h876 bool scan(nonloc::CompoundVal val);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp153 auto CSV = DV->getAs<nonloc::CompoundVal>(); in checkPreCall()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst43 would be ``bindLoc()``ed to contain the list's contents (probably as a ``CompoundVal``