~eda-qa/leaflang/cleanup_factorial

« back to all changes in this revision

Viewing changes to src/ir/value.cpp

  • Committer: edA-qa mort-ora-y
  • Date: 2013-06-21 18:51:43 UTC
  • mfrom: (33.1.14 destructors)
  • Revision ID: eda-qa@disemia.com-20130621185143-imx3w970ach86dtv
merge destructors

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
namespace ir
5
5
{
6
6
 
 
7
bool value::is_any_storage() const
 
8
 
9
        return is_direct_storage() || direct_type->fundamental == type::f_raw_pointer; 
 
10
}
 
11
 
7
12
void value::validate() const
8
13
{
9
14
        STATE_CHECK( form != form_t(0) );