HomeSort by relevance Sort by last modified time
    Searched refs:LazyCompoundVal (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 177 const void *nonloc::LazyCompoundVal::getStore() const {
181 const TypedRegion *nonloc::LazyCompoundVal::getRegion() const {
332 const nonloc::LazyCompoundVal &C = *cast<nonloc::LazyCompoundVal>(this);
333 os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())
RegionStore.cpp 365 StoreRef CopyLazyBindings(nonloc::LazyCompoundVal V, Store store,
621 // Is it a LazyCompoundVal? All references get invalidated as well.
622 if (const nonloc::LazyCompoundVal *LCS =
623 dyn_cast<nonloc::LazyCompoundVal>(&V)) {
    [all...]
ExprEngineC.cpp 354 assert(isa<nonloc::LazyCompoundVal>(InitVal));
ExprEngine.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 398 class LazyCompoundVal : public NonLoc {
401 explicit LazyCompoundVal(const LazyCompoundValData *D)
SValBuilder.h 159 return nonloc::LazyCompoundVal(
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 105 if (const nonloc::LazyCompoundVal *LV =
106 dyn_cast<nonloc::LazyCompoundVal>(&V)) {

Completed in 131 milliseconds