clang API Documentation

Public Member Functions | Static Public Member Functions | Friends
clang::ento::GlobalInternalSpaceRegion Class Reference

The region containing globals which can be modified by calls to "internally" defined functions - (for now just) functions other then system calls. More...

#include <MemRegion.h>

Inheritance diagram for clang::ento::GlobalInternalSpaceRegion:
Inheritance graph
[legend]
Collaboration diagram for clang::ento::GlobalInternalSpaceRegion:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void dumpToStream (raw_ostream &os) const override

Static Public Member Functions

static bool classof (const MemRegion *R)

Friends

class MemRegionManager

Detailed Description

The region containing globals which can be modified by calls to "internally" defined functions - (for now just) functions other then system calls.

Definition at line 316 of file MemRegion.h.


Member Function Documentation

static bool clang::ento::GlobalInternalSpaceRegion::classof ( const MemRegion R) [inline, static]
void GlobalInternalSpaceRegion::dumpToStream ( raw_ostream &  os) const [override, virtual]

Reimplemented from clang::ento::MemRegion.

Definition at line 540 of file MemRegion.cpp.


Friends And Related Function Documentation

friend class MemRegionManager [friend]

Reimplemented from clang::ento::NonStaticGlobalSpaceRegion.

Definition at line 317 of file MemRegion.h.


The documentation for this class was generated from the following files: