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 141 const void *nonloc::LazyCompoundVal::getStore() const {
145 const TypedRegion *nonloc::LazyCompoundVal::getRegion() const {
289 const nonloc::LazyCompoundVal &C = *cast<nonloc::LazyCompoundVal>(this);
290 os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())
RegionStore.cpp 382 StoreRef CopyLazyBindings(nonloc::LazyCompoundVal V, Store store,
642 // Is it a LazyCompoundVal? All references get invalidated as well.
643 if (const nonloc::LazyCompoundVal *LCS =
644 dyn_cast<nonloc::LazyCompoundVal>(&V)) {
    [all...]
ExprEngineC.cpp 414 assert(isa<nonloc::LazyCompoundVal>(InitVal));
ExprEngine.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 375 class LazyCompoundVal : public NonLoc {
378 explicit LazyCompoundVal(const LazyCompoundValData *D)
SValBuilder.h 207 return nonloc::LazyCompoundVal(
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 124 if (const nonloc::LazyCompoundVal *LV =
125 dyn_cast<nonloc::LazyCompoundVal>(&V)) {

Completed in 144 milliseconds