HomeSort by relevance Sort by last modified time
    Searched refs:SymbolExtent (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 76 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/
SymbolManager.h 235 /// SymbolExtent - Represents the extent (size in bytes) of a bounded region.
238 class SymbolExtent : public SymbolData {
242 SymbolExtent(SymbolID sym, const SubRegion *r)
516 const SymbolExtent *getExtentSymbol(const SubRegion *R);

Completed in 169 milliseconds