class HeapSpaceRegion

Declaration

class HeapSpaceRegion : public MemSpaceRegion { /* full declaration omitted */ };

Description

MemSpaceRegion - A memory region that represents a "memory space"; for example, the set of global variables, the stack frame, etc.

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:359

Inherits from: MemSpaceRegion

Member Variables

Inherited from MemSpaceRegion:

protected Mgr

Method Overview

  • private HeapSpaceRegion(clang::ento::MemRegionManager & mgr)
  • public static bool classof(const clang::ento::MemRegion * R)
  • public void dumpToStream(llvm::raw_ostream & os) const

Inherited from MemSpaceRegion:

Inherited from MemRegion:

Inherited from FoldingSetBase::Node:

Methods

HeapSpaceRegion(
    clang::ento::MemRegionManager& mgr)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:362

Parameters

clang::ento::MemRegionManager& mgr

static bool classof(
    const clang::ento::MemRegion* R)

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:368

Parameters

const clang::ento::MemRegion* R

void dumpToStream(llvm::raw_ostream& os) const

Declared at: clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h:366

Parameters

llvm::raw_ostream& os