Home
last modified time | relevance | path

Searched refs:IR_LIBRARY_UNIT (Results 1 – 9 of 9) sorted by relevance

/dports/cad/freehdl/freehdl-0.0.7/fire/
H A Dfire-chunk.cc1762 …{ IR_LIBRARY_UNIT, "entity_aspect", (tree_base_node*tree_base_node::*)&IIR_ComponentConfiguration:…
1840 IR_LIBRARY_UNIT,
1855 IR_LIBRARY_UNIT,
1869 IR_LIBRARY_UNIT,
1886 IR_LIBRARY_UNIT,
1903 IR_LIBRARY_UNIT,
2493 { IR_LIBRARY_UNIT, "first", (tree_base_node*tree_base_node::*)&IIR_LibraryUnitList::first },
3668 tree_kind IIR_LibraryUnit::kind () { return IR_LIBRARY_UNIT; } in kind()
3978 IR_LIBRARY_UNIT,
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc.cc880 while (d != NULL && !d->is(IR_LIBRARY_UNIT)) { in get_library_unit()
H A Dv2cc-util.cc1003 else if (d->is (IR_LIBRARY_UNIT)) in get_long_name()
H A Dv2cc-impl.cc1346 assert (cs->configuration->unit->is (IR_LIBRARY_UNIT)); in emit_component_instantiation()
H A Dv2cc-chunk.cc5724 v2cc_IIR_LibraryUnit_key = tree_uniq_prop_key (IR_LIBRARY_UNIT); in init_v2cc_chunk()
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dblocks.cc634 assert (b->unit->is(IR_LIBRARY_UNIT));
H A Ddecls.cc1036 if (dr->is (IR_LIBRARY_UNIT) && dr != cur_lu) in single_decl()
/dports/cad/freehdl/freehdl-0.0.7/examples/v2c/
H A Dv2c.cc461 if (d->is (IR_LIBRARY_UNIT)) in emit_qual_id()
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dfire-chunk.h452 #define IR_LIBRARY_UNIT (&IR_LIBRARY_UNIT_kind_info) macro