Searched refs:SymbolRegionValue (Results 1 – 7 of 7) sorted by relevance
87 void SymbolRegionValue::dumpToStream(raw_ostream &os) const { in dumpToStream()150 const SymbolRegionValue*153 SymbolRegionValue::Profile(profile, R); in getRegionValueSymbol()157 SD = (SymExpr*) BPAlloc.Allocate<SymbolRegionValue>(); in getRegionValueSymbol()158 new (SD) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol()163 return cast<SymbolRegionValue>(SD); in getRegionValueSymbol()324 QualType SymbolRegionValue::getType() const { in getType()462 KnownLive = isLiveRegion(cast<SymbolRegionValue>(sym)->getRegion()); in isLive()
741 if (const SymbolRegionValue *SRV = dyn_cast<SymbolRegionValue>(*SI)) in isTainted()
38 if (auto S = dyn_cast<SymbolRegionValue>(R->getSymbol())) in isThisObject()91 std::string VisitSymbolRegionValue(const SymbolRegionValue *S) { in VisitSymbolRegionValue()
50 SYMBOL(SymbolRegionValue, SymbolData)
42 class SymbolRegionValue : public SymbolData {46 SymbolRegionValue(SymbolID sym, const TypedValueRegion *r) in SymbolRegionValue() function413 const SymbolRegionValue* getRegionValueSymbol(const TypedValueRegion* R);
586 const SymbolRegionValue *Sm =dyn_cast<SymbolRegionValue>(SymReg->getSymbol()); in isStdin()
298 if (!Symbol || !isa<SymbolRegionValue>(Symbol)) in checkBeginFunction()521 cast<SymbolRegionValue>(IvarSymbol)->getRegion(); in diagnoseMissingReleases()