Home
last modified time | relevance | path

Searched refs:SymbolExtent (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp76 void SymbolExtent::dumpToStream(raw_ostream &os) const { in dumpToStream()
203 const SymbolExtent*
206 SymbolExtent::Profile(profile, R); in getExtentSymbol()
210 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>(); in getExtentSymbol()
211 new (SD) SymbolExtent(SymbolCounter, R); in getExtentSymbol()
216 return cast<SymbolExtent>(SD); in getExtentSymbol()
315 QualType SymbolExtent::getType() const { in getType()
471 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion()); in isLive()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbols.def48 SYMBOL(SymbolExtent, SymbolData)
DSymbolManager.h153 class SymbolExtent : public SymbolData {
157 SymbolExtent(SymbolID sym, const SubRegion *r) in SymbolExtent() function
431 const SymbolExtent *getExtentSymbol(const SubRegion *R);
/external/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h110 std::string VisitSymbolExtent(const SymbolExtent *S) { in VisitSymbolExtent()