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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 142 const void *nonloc::LazyCompoundVal::getStore() const {
146 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const {
289 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>();
290 os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())
RegionStore.cpp 519 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
795 // struct whose first field is bound to a LazyCompoundVal.
    [all...]
ProgramState.cpp 524 if (Optional<nonloc::LazyCompoundVal> X =
525 val.getAs<nonloc::LazyCompoundVal>()) {
ExprEngineC.cpp 486 assert(InitVal.getAs<nonloc::LazyCompoundVal>());
    [all...]
BugReporterVisitors.cpp 265 if (V.getAs<nonloc::LazyCompoundVal>() ||
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 428 class LazyCompoundVal : public NonLoc {
431 explicit LazyCompoundVal(const LazyCompoundValData *D)
442 LazyCompoundVal() {}
SValBuilder.h 210 return nonloc::LazyCompoundVal(
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 137 if (Optional<nonloc::LazyCompoundVal> LV =
138 V.getAs<nonloc::LazyCompoundVal>()) {

Completed in 199 milliseconds