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 95 void SymbolExtent::dumpToStream(raw_ostream &os) const {
220 const SymbolExtent*
223 SymbolExtent::Profile(profile, R);
227 SD = (SymExpr*) BPAlloc.Allocate<SymbolExtent>();
228 new (SD) SymbolExtent(SymbolCounter, R);
233 return cast<SymbolExtent>(SD);
332 QualType SymbolExtent::getType(ASTContext &Ctx) const {
471 if (const SymbolExtent *extent = dyn_cast<SymbolExtent>(sym)) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 233 /// SymbolExtent - Represents the extent (size in bytes) of a bounded region.
236 class SymbolExtent : public SymbolData {
240 SymbolExtent(SymbolID sym, const SubRegion *r)
513 const SymbolExtent *getExtentSymbol(const SubRegion *R);

Completed in 142 milliseconds