cprover
cpp_storage_spect Class Reference

#include <cpp_storage_spec.h>

Inheritance diagram for cpp_storage_spect:
[legend]
Collaboration diagram for cpp_storage_spect:
[legend]

Public Member Functions

 cpp_storage_spect ()
 
source_locationtlocation ()
 
const source_locationtlocation () const
 
bool is_static () const
 
bool is_extern () const
 
bool is_auto () const
 
bool is_register () const
 
bool is_mutable () const
 
bool is_thread_local () const
 
bool is_asm () const
 
void set_static ()
 
void set_extern ()
 
void set_auto ()
 
void set_register ()
 
void set_mutable ()
 
void set_thread_local ()
 
void set_asm ()
 
bool is_empty () const
 
- Public Member Functions inherited from irept
bool is_nil () const
 
bool is_not_nil () const
 
 irept (const irep_idt &_id)
 
 irept ()
 
 irept (const irept &irep)
 
 irept (irept &&irep)
 
ireptoperator= (const irept &irep)
 
ireptoperator= (irept &&irep)
 
 ~irept ()
 
const irep_idtid () const
 
const std::string & id_string () const
 
void id (const irep_idt &_data)
 
const ireptfind (const irep_namet &name) const
 
ireptadd (const irep_namet &name)
 
ireptadd (const irep_namet &name, const irept &irep)
 
const std::string & get_string (const irep_namet &name) const
 
const irep_idtget (const irep_namet &name) const
 
bool get_bool (const irep_namet &name) const
 
signed int get_int (const irep_namet &name) const
 
unsigned int get_unsigned_int (const irep_namet &name) const
 
std::size_t get_size_t (const irep_namet &name) const
 
long long get_long_long (const irep_namet &name) const
 
void set (const irep_namet &name, const irep_idt &value)
 
void set (const irep_namet &name, const irept &irep)
 
void set (const irep_namet &name, const long long value)
 
void remove (const irep_namet &name)
 
void move_to_sub (irept &irep)
 
void move_to_named_sub (const irep_namet &name, irept &irep)
 
bool operator== (const irept &other) const
 
bool operator!= (const irept &other) const
 
void swap (irept &irep)
 
bool operator< (const irept &other) const
 defines ordering on the internal representation More...
 
bool ordering (const irept &other) const
 defines ordering on the internal representation More...
 
int compare (const irept &i) const
 defines ordering on the internal representation More...
 
void clear ()
 
void make_nil ()
 
subtget_sub ()
 
const subtget_sub () const
 
named_subtget_named_sub ()
 
const named_subtget_named_sub () const
 
named_subtget_comments ()
 
const named_subtget_comments () const
 
std::size_t hash () const
 
std::size_t full_hash () const
 
bool full_eq (const irept &other) const
 
std::string pretty (unsigned indent=0, unsigned max_indent=0) const
 
const dtread () const
 
dtwrite ()
 

Additional Inherited Members

- Public Types inherited from irept
typedef std::vector< ireptsubt
 
typedef std::map< irep_namet, ireptnamed_subt
 
- Protected Member Functions inherited from irept
void detach ()
 
- Static Protected Member Functions inherited from irept
static bool is_comment (const irep_namet &name)
 
static void remove_ref (dt *old_data)
 
static void nonrecursive_destructor (dt *old_data)
 Does the same as remove_ref, but using an explicit stack instead of recursion. More...
 
- Protected Attributes inherited from irept
dtdata
 
- Static Protected Attributes inherited from irept
static dt empty_d
 

Detailed Description

Definition at line 15 of file cpp_storage_spec.h.

Constructor & Destructor Documentation

◆ cpp_storage_spect()

cpp_storage_spect::cpp_storage_spect ( )
inline

Definition at line 18 of file cpp_storage_spec.h.

Member Function Documentation

◆ is_asm()

bool cpp_storage_spect::is_asm ( ) const
inline

Definition at line 38 of file cpp_storage_spec.h.

References irept::get_bool().

Referenced by is_empty().

◆ is_auto()

bool cpp_storage_spect::is_auto ( ) const
inline

◆ is_empty()

bool cpp_storage_spect::is_empty ( ) const
inline

◆ is_extern()

◆ is_mutable()

bool cpp_storage_spect::is_mutable ( ) const
inline

◆ is_register()

bool cpp_storage_spect::is_register ( ) const
inline

◆ is_static()

◆ is_thread_local()

bool cpp_storage_spect::is_thread_local ( ) const
inline

Definition at line 37 of file cpp_storage_spec.h.

References irept::get_bool().

Referenced by is_empty().

◆ location() [1/2]

source_locationt& cpp_storage_spect::location ( )
inline

◆ location() [2/2]

const source_locationt& cpp_storage_spect::location ( ) const
inline

Definition at line 27 of file cpp_storage_spec.h.

References irept::find().

◆ set_asm()

void cpp_storage_spect::set_asm ( )
inline

Definition at line 46 of file cpp_storage_spec.h.

Referenced by Parser::optStorageSpec().

◆ set_auto()

void cpp_storage_spect::set_auto ( )
inline

Definition at line 42 of file cpp_storage_spec.h.

Referenced by Parser::optStorageSpec().

◆ set_extern()

void cpp_storage_spect::set_extern ( )
inline

Definition at line 41 of file cpp_storage_spec.h.

Referenced by Parser::optStorageSpec().

◆ set_mutable()

void cpp_storage_spect::set_mutable ( )
inline

Definition at line 44 of file cpp_storage_spec.h.

Referenced by Parser::optStorageSpec().

◆ set_register()

void cpp_storage_spect::set_register ( )
inline

Definition at line 43 of file cpp_storage_spec.h.

Referenced by Parser::optStorageSpec().

◆ set_static()

void cpp_storage_spect::set_static ( )
inline

Definition at line 40 of file cpp_storage_spec.h.

Referenced by Parser::optStorageSpec().

◆ set_thread_local()

void cpp_storage_spect::set_thread_local ( )
inline

Definition at line 45 of file cpp_storage_spec.h.

Referenced by Parser::optStorageSpec().


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