Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp141 const void *nonloc::LazyCompoundVal::getStore() const { in getStore()
145 const TypedRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion()
289 const nonloc::LazyCompoundVal &C = *cast<nonloc::LazyCompoundVal>(this); in dumpToStream()
DRegionStore.cpp382 StoreRef CopyLazyBindings(nonloc::LazyCompoundVal V, Store store,
643 if (const nonloc::LazyCompoundVal *LCS = in VisitBinding()
644 dyn_cast<nonloc::LazyCompoundVal>(&V)) { in VisitBinding()
1106 if (const nonloc::LazyCompoundVal *V = in GetLazyBinding()
1107 dyn_cast<nonloc::LazyCompoundVal>(OV.getPointer())) in GetLazyBinding()
1251 if (isa<nonloc::LazyCompoundVal>(val)) in getBindingForDerivedDefaultValue()
1566 nonloc::LazyCompoundVal LCV = in BindArray()
1567 cast<nonloc::LazyCompoundVal>(svalBuilder. in BindArray()
1573 if (nonloc::LazyCompoundVal *LCV = dyn_cast<nonloc::LazyCompoundVal>(&Init)) in BindArray()
1626 if (const nonloc::LazyCompoundVal *LCV=dyn_cast<nonloc::LazyCompoundVal>(&V)) in BindStruct()
[all …]
DExprEngineC.cpp414 assert(isa<nonloc::LazyCompoundVal>(InitVal)); in VisitDeclStmt()
DExprEngine.cpp1525 if (isa<nonloc::LazyCompoundVal>(baseExprVal) || in VisitMemberExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp124 if (const nonloc::LazyCompoundVal *LV = in PreVisitProcessArg()
125 dyn_cast<nonloc::LazyCompoundVal>(&V)) { in PreVisitProcessArg()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h375 class LazyCompoundVal : public NonLoc {
378 explicit LazyCompoundVal(const LazyCompoundValData *D) in LazyCompoundVal() function
DSValBuilder.h207 return nonloc::LazyCompoundVal( in makeLazyCompoundVal()
/external/clang/test/Analysis/
Dmisc-ps-region-store.m435 // a field value from a LazyCompoundVal