class CodeSpaceRegion

Declaration

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

Description

CodeSpaceRegion - The memory space that holds the executable code of functions and blocks.

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

Inherits from: MemSpaceRegion

Member Variables

Inherited from MemSpaceRegion:

protected Mgr

Method Overview

  • private CodeSpaceRegion(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

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

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

Parameters

clang::ento::MemRegionManager& mgr

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

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

Parameters

const clang::ento::MemRegion* R

void dumpToStream(llvm::raw_ostream& os) const

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

Parameters

llvm::raw_ostream& os