Home
last modified time | relevance | path

Searched refs:IR_SLICE_REFERENCE (Results 1 – 4 of 4) sorted by relevance

/dports/cad/freehdl/freehdl-0.0.7/fire/
H A Dfire-chunk.cc946 IR_SLICE_REFERENCE,
3746 tree_kind IIR_SliceReference::kind () { return IR_SLICE_REFERENCE; } in kind()
4017 IR_SLICE_REFERENCE,
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-explore.cc591 if (od->alias_base->is(IR_SLICE_REFERENCE)) in explore_and_check_alias()
607 if ((od->alias_base->is(IR_SLICE_REFERENCE) || in explore_and_check_alias()
H A Dv2cc-impl.cc211 if (alias_decl->alias_base->is(IR_SLICE_REFERENCE)) { in emit_decls_init_item()
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dfire-chunk.h608 #define IR_SLICE_REFERENCE (&IR_SLICE_REFERENCE_kind_info) macro