CBMC
cpp_storage_spect Class Reference

#include <cpp_storage_spec.h>

+ Inheritance diagram for cpp_storage_spect:
+ Collaboration diagram for cpp_storage_spect:

Public Member Functions

 cpp_storage_spect ()
 
 cpp_storage_spect (const typet &type)
 
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
 
bool is_weak () const
 
void set_static ()
 
void set_extern ()
 
void set_auto ()
 
void set_register ()
 
void set_mutable ()
 
void set_thread_local ()
 
void set_asm ()
 
void set_weak ()
 
bool is_empty () const
 
cpp_storage_spectoperator|= (const cpp_storage_spect &other)
 
- Public Member Functions inherited from irept
bool is_nil () const
 
bool is_not_nil () const
 
 irept (const irep_idt &_id)
 
 irept (const irep_idt &_id, const named_subt &_named_sub, const subt &_sub)
 
 irept ()=default
 
const irep_idtid () const
 
const std::string & id_string () const
 
void id (const irep_idt &_data)
 
const ireptfind (const irep_idt &name) const
 
ireptadd (const irep_idt &name)
 
ireptadd (const irep_idt &name, irept irep)
 
const std::string & get_string (const irep_idt &name) const
 
const irep_idtget (const irep_idt &name) const
 
bool get_bool (const irep_idt &name) const
 
signed int get_int (const irep_idt &name) const
 
std::size_t get_size_t (const irep_idt &name) const
 
long long get_long_long (const irep_idt &name) const
 
void set (const irep_idt &name, const irep_idt &value)
 
void set (const irep_idt &name, irept irep)
 
void set (const irep_idt &name, const long long value)
 
void set_size_t (const irep_idt &name, const std::size_t value)
 
void remove (const irep_idt &name)
 
void move_to_sub (irept &irep)
 
void move_to_named_sub (const irep_idt &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 comments are ignored More...
 
void clear ()
 
void make_nil ()
 
subtget_sub ()
 
const subtget_sub () const
 
named_subtget_named_sub ()
 
const named_subtget_named_sub () 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
 
- Public Member Functions inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > >
 sharing_treet (irep_idt _id)
 
 sharing_treet (irep_idt _id, named_subt _named_sub, subt _sub)
 
 sharing_treet ()
 
 sharing_treet (const sharing_treet &irep)
 
 sharing_treet (sharing_treet &&irep)
 
sharing_treetoperator= (const sharing_treet &irep)
 
sharing_treetoperator= (sharing_treet &&irep)
 
 ~sharing_treet ()
 
const dtread () const
 
dtwrite ()
 

Private Member Functions

void read (const typet &type)
 

Additional Inherited Members

- Public Types inherited from irept
using baset = tree_implementationt
 
- Public Types inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > >
using dt = tree_nodet< irept, forward_list_as_mapt< irep_idt, irept >, true >
 
using subt = typename dt::subt
 
using named_subt = typename dt::named_subt
 
using tree_implementationt = sharing_treet
 Used to refer to this class from derived classes. More...
 
- Static Public Member Functions inherited from irept
static bool is_comment (const irep_idt &name)
 
static std::size_t number_of_non_comments (const named_subt &)
 count the number of named_sub elements that are not comments More...
 
- Protected Member Functions inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > >
void detach ()
 
- Static Protected Member Functions inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > >
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 sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > >
dtdata
 
- Static Protected Attributes inherited from sharing_treet< irept, forward_list_as_mapt< irep_idt, irept > >
static dt empty_d
 

Detailed Description

Definition at line 17 of file cpp_storage_spec.h.

Constructor & Destructor Documentation

◆ cpp_storage_spect() [1/2]

cpp_storage_spect::cpp_storage_spect ( )
inline

Definition at line 20 of file cpp_storage_spec.h.

◆ cpp_storage_spect() [2/2]

cpp_storage_spect::cpp_storage_spect ( const typet type)
inlineexplicit

Definition at line 24 of file cpp_storage_spec.h.

Member Function Documentation

◆ is_asm()

bool cpp_storage_spect::is_asm ( ) const
inline

Definition at line 45 of file cpp_storage_spec.h.

◆ is_auto()

bool cpp_storage_spect::is_auto ( ) const
inline

Definition at line 41 of file cpp_storage_spec.h.

◆ is_empty()

bool cpp_storage_spect::is_empty ( ) const
inline

Definition at line 63 of file cpp_storage_spec.h.

◆ is_extern()

bool cpp_storage_spect::is_extern ( ) const
inline

Definition at line 40 of file cpp_storage_spec.h.

◆ is_mutable()

bool cpp_storage_spect::is_mutable ( ) const
inline

Definition at line 43 of file cpp_storage_spec.h.

◆ is_register()

bool cpp_storage_spect::is_register ( ) const
inline

Definition at line 42 of file cpp_storage_spec.h.

◆ is_static()

bool cpp_storage_spect::is_static ( ) const
inline

Definition at line 39 of file cpp_storage_spec.h.

◆ is_thread_local()

bool cpp_storage_spect::is_thread_local ( ) const
inline

Definition at line 44 of file cpp_storage_spec.h.

◆ is_weak()

bool cpp_storage_spect::is_weak ( ) const
inline

Definition at line 46 of file cpp_storage_spec.h.

◆ location() [1/2]

source_locationt& cpp_storage_spect::location ( )
inline

Definition at line 29 of file cpp_storage_spec.h.

◆ location() [2/2]

const source_locationt& cpp_storage_spect::location ( ) const
inline

Definition at line 34 of file cpp_storage_spec.h.

◆ operator|=()

cpp_storage_spect& cpp_storage_spect::operator|= ( const cpp_storage_spect other)
inline

Definition at line 69 of file cpp_storage_spec.h.

◆ read()

void cpp_storage_spect::read ( const typet type)
private

Definition at line 13 of file cpp_storage_spec.cpp.

◆ set_asm()

void cpp_storage_spect::set_asm ( )
inline

Definition at line 57 of file cpp_storage_spec.h.

◆ set_auto()

void cpp_storage_spect::set_auto ( )
inline

Definition at line 53 of file cpp_storage_spec.h.

◆ set_extern()

void cpp_storage_spect::set_extern ( )
inline

Definition at line 52 of file cpp_storage_spec.h.

◆ set_mutable()

void cpp_storage_spect::set_mutable ( )
inline

Definition at line 55 of file cpp_storage_spec.h.

◆ set_register()

void cpp_storage_spect::set_register ( )
inline

Definition at line 54 of file cpp_storage_spec.h.

◆ set_static()

void cpp_storage_spect::set_static ( )
inline

Definition at line 51 of file cpp_storage_spec.h.

◆ set_thread_local()

void cpp_storage_spect::set_thread_local ( )
inline

Definition at line 56 of file cpp_storage_spec.h.

◆ set_weak()

void cpp_storage_spect::set_weak ( )
inline

Definition at line 58 of file cpp_storage_spec.h.


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