Searched refs:SymbolRegionValue (Results 1 – 9 of 9) sorted by relevance
42 StringRef SymbolRegionValue::getKindStr() const { return "reg_$"; } in getKindStr()107 void SymbolRegionValue::dumpToStream(raw_ostream &os) const { in dumpToStream()166 const SymbolRegionValue*169 SymbolRegionValue::Profile(profile, R); in getRegionValueSymbol()173 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>(); in getRegionValueSymbol()174 new (SD) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol()179 return cast<SymbolRegionValue>(SD); in getRegionValueSymbol()355 QualType SymbolRegionValue::getType() const { in getType()467 KnownLive = isLiveRegion(cast<SymbolRegionValue>(sym)->getRegion()); in isLive()
39 if (auto S = dyn_cast<SymbolRegionValue>(R->getSymbol())) in isThisObject()92 std::string VisitSymbolRegionValue(const SymbolRegionValue *S) { in VisitSymbolRegionValue()
51 SYMBOL(SymbolRegionValue, SymbolData)
41 class SymbolRegionValue : public SymbolData {45 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue() function505 const SymbolRegionValue* getRegionValueSymbol(const TypedValueRegion* R);
171 const auto *SRV = dyn_cast<SymbolRegionValue>(SymBase->getSymbol()); in findInvalidatedSymbolicBase()
219 if (const auto *SRV = dyn_cast<SymbolRegionValue>(*SI)) { in isTainted()
291 if (!Symbol || !isa<SymbolRegionValue>(Symbol)) in checkBeginFunction()514 cast<SymbolRegionValue>(IvarSymbol)->getRegion(); in diagnoseMissingReleases()
436 const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion()); in annotateStartParameter()
202 immaterial, similarly to the relation between ``SymbolRegionValue`` and its parent