Home
last modified time | relevance | path

Searched refs:LazyCompoundVal (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp180 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
184 const TypedRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
335 const nonloc::LazyCompoundVal &C = *cast<nonloc::LazyCompoundVal>(this); in dumpToStream()
DRegionStore.cpp364 StoreRef CopyLazyBindings(nonloc::LazyCompoundVal V, Store store,
621 if (const nonloc::LazyCompoundVal *LCS = in VisitBinding()
622 dyn_cast<nonloc::LazyCompoundVal>(&V)) { in VisitBinding()
985 if (const nonloc::LazyCompoundVal *V = in GetLazyBinding()
986 dyn_cast<nonloc::LazyCompoundVal>(OV.getPointer())) in GetLazyBinding()
1124 if (isa<nonloc::LazyCompoundVal>(val)) in RetrieveDerivedDefaultValue()
1407 nonloc::LazyCompoundVal LCV = in BindArray()
1408 cast<nonloc::LazyCompoundVal>(svalBuilder. in BindArray()
1414 if (nonloc::LazyCompoundVal *LCV = dyn_cast<nonloc::LazyCompoundVal>(&Init)) in BindArray()
1467 if (const nonloc::LazyCompoundVal *LCV=dyn_cast<nonloc::LazyCompoundVal>(&V)) in BindStruct()
[all …]
DExprEngine.cpp1377 if (isa<nonloc::LazyCompoundVal>(baseExprVal) || in VisitMemberExpr()
2347 assert(isa<nonloc::LazyCompoundVal>(InitVal)); in VisitDeclStmt()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp103 if (const nonloc::LazyCompoundVal *LV = in PreVisitProcessArg()
104 dyn_cast<nonloc::LazyCompoundVal>(&V)) { in PreVisitProcessArg()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h402 class LazyCompoundVal : public NonLoc {
405 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal() function
DSValBuilder.h158 return nonloc::LazyCompoundVal( in makeLazyCompoundVal()
/external/clang/test/Analysis/
Dmisc-ps-region-store.m433 // a field value from a LazyCompoundVal