Home
last modified time | relevance | path

Searched refs:extended_port_clause (Results 1 – 6 of 6) sorted by relevance

/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-chunk.h694 pIIR_DeclarationList extended_port_clause; member
699 …inline pIIR_DeclarationList& extended_port_clause (pIIR_EntityDeclaration n) { return get_v2cc_ext… in extended_port_clause() function
723 pIIR_DeclarationList extended_port_clause; member
728 … inline pIIR_DeclarationList& extended_port_clause (pIIR_BlockStatement n) { return get_v2cc_ext (… in extended_port_clause() function
H A Dv2cc-chunk.t597 (IIR_DeclarationList extended_port_clause (="NULL"))
621 (IIR_DeclarationList extended_port_clause (="NULL"))
H A Dv2cc-impl.cc1088 if (extended_port_clause(e) != NULL) in m_emit_impl()
1089 emit_decls_init(extended_port_clause(e), str, rstack, 4); in m_emit_impl()
1090 for (pIIR_DeclarationList dl = extended_port_clause(e); dl; dl = dl->rest) in m_emit_impl()
H A Dv2cc-chunk.cc5276 extended_port_clause = NULL; in v2cc_IIR_EntityDeclaration_ext()
5281 …_port_clause",(tree_base_node*tree_prop::*)&v2cc_IIR_EntityDeclaration_ext::extended_port_clause },
5377 extended_port_clause = NULL; in v2cc_IIR_BlockStatement_ext()
5382 …ded_port_clause",(tree_base_node*tree_prop::*)&v2cc_IIR_BlockStatement_ext::extended_port_clause },
H A Dv2cc-decl.cc849 emit_decls (extended_port_clause(e), str, rstack, 2); // emit signal decls in m_emit_hdr()
H A Dv2cc-explore.cc465extended_port_clause(e) = build_extended_declaration_list<IIR_InterfaceList, no_filter>(e->port_cl… in m_explore_and_check()
466 error_count += explore_and_check(extended_port_clause(e), rstack, collect_access_info); in m_explore_and_check()