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 232 /// SymbolExtent - Represents the extent (size in bytes) of a bounded region.
235 class SymbolExtent : public SymbolData {
239 SymbolExtent(SymbolID sym, const SubRegion *r)
511 const SymbolExtent *getExtentSymbol(const SubRegion *R);

Completed in 20 milliseconds