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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 150 const void *nonloc::LazyCompoundVal::getStore() const {
154 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const {
296 const nonloc::LazyCompoundVal &C = castAs<nonloc::LazyCompoundVal>();
297 os << "lazyCompoundVal{" << const_cast<void *>(C.getStore())
RegionStore.cpp 334 /// LazyCompoundVal on bind.
434 /// within a LazyCompoundVal to bind memberwise to the struct region, rather
443 nonloc::LazyCompoundVal LCV);
550 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV);
845 // struct whose first field is bound to a LazyCompoundVal.
    [all...]
SValBuilder.cpp 370 if (lhs.getAs<nonloc::LazyCompoundVal>() ||
371 rhs.getAs<nonloc::LazyCompoundVal>()) {
ProgramState.cpp 508 bool ScanReachableSymbols::scan(nonloc::LazyCompoundVal val) {
563 if (Optional<nonloc::LazyCompoundVal> X =
564 val.getAs<nonloc::LazyCompoundVal>())
ExprEngineC.cpp 521 assert(InitVal.getAs<nonloc::LazyCompoundVal>());
    [all...]
BugReporterVisitors.cpp 271 if (V.getAs<nonloc::LazyCompoundVal>() ||
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 438 class LazyCompoundVal : public NonLoc {
441 explicit LazyCompoundVal(const LazyCompoundValData *D)
452 LazyCompoundVal() {}
SValBuilder.h 223 return nonloc::LazyCompoundVal(
ProgramState.h 843 bool scan(nonloc::LazyCompoundVal val);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 87 std::string VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal V) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 221 if (Optional<nonloc::LazyCompoundVal> LV =
222 V.getAs<nonloc::LazyCompoundVal>()) {

Completed in 334 milliseconds