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

/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp141 const void *nonloc::LazyCompoundVal::getStore() const {
145 const TypedRegion *nonloc::LazyCompoundVal::getRegion() const {
289 const nonloc::LazyCompoundVal &C = *cast<nonloc::LazyCompoundVal>(this);
H A DRegionStore.cpp592 // struct whose first field is bound to a LazyCompoundVal.
656 // Is it a LazyCompoundVal? All references get invalidated as well.
657 if (const nonloc::LazyCompoundVal *LCS =
658 dyn_cast<nonloc::LazyCompoundVal>(&V)) {
1152 if (const nonloc::LazyCompoundVal *V =
1153 dyn_cast<nonloc::LazyCompoundVal>(OV.getPointer()))
1309 if (isa<nonloc::LazyCompoundVal>(val))
1489 if (const nonloc::LazyCompoundVal *V =
1490 dyn_cast_or_null<nonloc::LazyCompoundVal>(lookup(B, K))) {
1509 if (const nonloc::LazyCompoundVal *
[all...]
H A DProgramState.cpp522 if (nonloc::LazyCompoundVal *X = dyn_cast<nonloc::LazyCompoundVal>(&val))
H A DExprEngineC.cpp469 assert(isa<nonloc::LazyCompoundVal>(InitVal));
H A DExprEngine.cpp1509 if (isa<nonloc::LazyCompoundVal>(baseExprVal) ||
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h377 class LazyCompoundVal : public NonLoc { class in namespace:clang::ento::nonloc
380 explicit LazyCompoundVal(const LazyCompoundValData *D) function in class:clang::ento::nonloc::LazyCompoundVal
H A DSValBuilder.h211 return nonloc::LazyCompoundVal(
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp134 if (const nonloc::LazyCompoundVal *LV =
135 dyn_cast<nonloc::LazyCompoundVal>(&V)) {

Completed in 51 milliseconds