Searched refs:SymbolExtent (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp76 void SymbolExtent::dumpToStream(raw_ostream &os) const {
204 const SymbolExtent*
207 SymbolExtent::Profile(profile, R);
211 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
212 new (SD) SymbolExtent(SymbolCounter, R);
217 return cast<SymbolExtent>(SD);
316 QualType SymbolExtent::getType() const {
461 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h232 /// SymbolExtent - Represents the extent (size in bytes) of a bounded region.
235 class SymbolExtent : public SymbolData { class in namespace:clang::ento
239 SymbolExtent(SymbolID sym, const SubRegion *r) function in class:clang::ento::SymbolExtent
511 const SymbolExtent *getExtentSymbol(const SubRegion *R);

Completed in 61 milliseconds