~eda-qa/leaflang/cpp

« back to all changes in this revision

Viewing changes to include/ir/type.hpp

  • Committer: edA-qa mort-ora-y
  • Date: 2017-06-03 05:03:54 UTC
  • mfrom: (98.1.18 typefixes)
  • Revision ID: eda-qa@disemia.com-20170603050354-6hfg5huvq56zjs66
merging typefixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                return access == a_unbound || access == a_unbound_shared;
48
48
        }
49
49
        
 
50
        enum copy_t {
 
51
                c_default = 0,
 
52
                c_none
 
53
        } copy;
 
54
        
50
55
        //for function_ptr
51
56
        bool can_fail;
52
57
 
160
165
                access = a_bound;
161
166
                pack = p_normal;
162
167
                can_fail = false;
 
168
                copy = c_default;
163
169
        }
164
170
        
165
171
        //cache the export name