Searched refs:SymbolRegionValue (Results 1 – 7 of 7) 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 = new (BPAlloc) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol()178 return cast<SymbolRegionValue>(SD); in getRegionValueSymbol()345 QualType SymbolRegionValue::getType() const { in getType()469 KnownLive = isReadableRegion(cast<SymbolRegionValue>(sym)->getRegion()); in isLive()
51 SYMBOL(SymbolRegionValue, SymbolData)
42 class SymbolRegionValue : public SymbolData {46 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue() function506 const SymbolRegionValue* getRegionValueSymbol(const TypedValueRegion* R);
297 if (!Symbol || !isa<SymbolRegionValue>(Symbol)) in checkBeginFunction()522 cast<SymbolRegionValue>(IvarSymbol)->getRegion(); in diagnoseMissingReleases()
308 if (const auto *SRV = dyn_cast<SymbolRegionValue>(SubSym)) { in getTaintedSymbolsImpl()
242 const auto *SRV = dyn_cast<SymbolRegionValue>(SymBase->getSymbol()); in findInvalidatedSymbolicBase()
436 const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion()); in annotateStartParameter()