Home
last modified time | relevance | path

Searched refs:add_decl (Results 1 – 25 of 51) sorted by relevance

123

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dscope.cc593 ent->get_arch()->get_scope()->add_decl(decl); in declare_one_signal()
597 ent->get_scope()->add_decl in declare_one_signal()
604 ent->get_scope()->add_decl(decl); in declare_one_signal()
618 ent->get_arch()->get_scope()->add_decl in declare_one_signal()
630 ent->get_scope()->add_decl in declare_one_signal()
715 arch_scope->add_decl(tmp_decl); in map_signal()
812 func->get_scope()->add_decl in draw_function()
835 func->get_scope()->add_decl( in draw_function()
862 ent->get_arch()->get_scope()->add_decl(func); in draw_function()
902 ent->get_arch()->get_scope()->add_decl(decl); in draw_task()
[all …]
H A Dlogic.cc121 arch->get_scope()->add_decl(tmp_decl); in comb_udp_logic()
190 proc->get_scope()->add_decl(new vhdl_var_decl("UDP_Inputs", tmp_type)); in seq_udp_logic()
H A Dsupport.cc32 scope->add_decl(new support_function(f)); in require_support_function()
H A Dstmt.cc215 proc->get_scope()->add_decl in draw_block()
275 scope->add_decl(shadow_decl); in make_assign_lhs()
552 proc->get_scope()->add_decl(tmp_decl); in make_assignment()
1064 proc->get_scope()->add_decl in draw_case_test()
H A Dvhdl_syntax.hh778 void add_decl(vhdl_decl *decl);
848 void add_param(vhdl_param_decl *p) { scope_.add_decl(p); } in add_param()
H A Dvhdl_syntax.cc52 void vhdl_scope::add_decl(vhdl_decl *decl) in add_decl() function in vhdl_scope
128 ports_.add_decl(decl); in add_port()
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dstats.cc115 add_decl(cur_scope, mIIR_LoopDeclarativeRegion (lineno, NULL, NULL))); in push_loop()
128 add_decl (cur_scope, c); in push_loop()
184 add_decl (g, loop_var); in push_GenerateStat()
192 add_decl (cur_scope, g); in push_GenerateStat()
319 add_decl (p); in build_condal_Process()
372 add_decl (p); in build_sel_Process()
398 add_decl (p); in build_conc_AssertStat()
427 add_decl (p); in build_conc_ProcedureCall()
457 add_decl (cs); in build_conc_ProcedureCall_or_ComponentInst()
H A Dtypes.cc507 add_decl (mIIR_PredefinedFunctionDeclaration (pos, sym, interf, true, ret)); in add_PredefOp()
711 add_decl(dealloc); in add_predefined_ops()
773 add_decl(file_open1); in add_predefined_ops()
815 add_decl(file_open2); in add_predefined_ops()
832 add_decl(file_close); in add_predefined_ops()
858 add_decl(read); in add_predefined_ops()
883 add_decl(write); in add_predefined_ops()
901 add_decl(endfile); in add_predefined_ops()
1279 add_decl(mIIR_FileDeclaration (id->pos, id, file_type, in add_File()
H A Ddecls.cc81 add_decl (mIIR_LibraryClause (l, make_id("work"))); in init()
82 add_decl (mIIR_LibraryClause (l, make_id("std"))); in init()
109 add_decl (mIIR_UseClause (l, NULL, std)); in start()
117 add_decl (u); in start()
173 add_decl (mIIR_LibraryClause (ids->pos, ids->first)); in add_libs()
192 add_decl (mIIR_UseClause (sn->pos, id, d)); in use()
553 psr::add_decl (pIIR_DeclarativeRegion region, pIIR_Declaration decl, in add_decl() function in psr
752 decl = pIIR_TypeDeclaration (add_decl (region, decl)); in add_type_decl()
1499 return add_decl (alias); in add_Alias()
H A Dbison-parser.yy837 add_decl ($1);
851 add_decl ($1, il->first);
968 add_decl (il->first);
983 add_decl (il->first);
2529 add_decl($$);
2543 add_decl($$);
2554 add_decl($$);
2564 add_decl ($$);
2820 add_decl (p);
2840 add_decl (p);
[all …]
H A Dbison-parser.cc4230 add_decl ((yyvsp[(1) - (2)].tree.IIR_SubprogramDeclaration));
4305 pIIR_SubprogramDeclaration (add_decl (body));
4411 add_decl (il->first);
4434 add_decl (il->first);
6691 add_decl (cur_scope, b, starting_label);
6822 add_decl((yyval.tree.IIR_ConcurrentStatement));
6834 add_decl((yyval.tree.IIR_ConcurrentStatement));
6846 add_decl ((yyval.tree.IIR_ConcurrentStatement));
7206 add_decl (p);
7232 add_decl (p);
[all …]
H A Dblocks.cc484 add_decl (bc); in start_BlockConfig()
644 add_decl (cc);
667 add_decl (cc); in start_CompConfig()
H A DChangeLog448 * decls.cc (vaul_parser::add_decl): Store away FILE_OPEN_KIND and
694 * decls.cc (add_decl): Use it to initialize the seqno of
780 (add_decl): Use add_Decl_plain to link declaration into list.
925 (vaul_parser::add_decl): Invalidate newly added declarator in decl
/dports/devel/liteide/gocode-cfcb188102ae/
H A Dscope.go40 return s.add_decl(d.name, d)
43 func (s *scope) add_decl(name string, d *decl) *decl { func
H A Dpackage.go276 m.scope.add_decl(alias, d)
/dports/math/abella/abella-2.0.7/src/
H A Daccumulate.ml70 let add_decl sign = function function
89 let sign = List.fold_left add_decl sign decls in
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dvaul-parser.h277 pIIR_Declaration add_decl (pIIR_DeclarativeRegion,
282 pIIR_Declaration add_decl (pIIR_Declaration d) in add_decl() function
284 return add_decl (cur_scope, d, NULL); in add_decl()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/
H A Dparse_tree.py129 self.add_decl(decl)
132 def add_decl(self, decl): member in ClassInfo
391 namespaces[namespace].classes[name].add_decl(decl)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DModIface.hs503 env = foldl' add_decl emptyOccEnv pairs
504 add_decl env0 (v,d) = foldl' add env0 (ifaceDeclFingerprints v d) function
/dports/math/abella/abella-2.0.7/test/
H A Dtest_helper.ml59 sign := List.fold_left add_decl !sign decls ;
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/pregen_source/Linux/
H A Dcod.y1894 static void add_decl(char *id, sm_ref node, scope_ptr scope);
2651 add_decl(char *id, sm_ref node, scope_ptr scope) in add_decl() function
2675 add_decl(id, node, context->scope); in cod_add_decl_to_scope()
4966 add_decl(decl->node.declaration.id, decl, scope); in semanticize_decl()
6108 add_decl(enums->node->node.enumerator.id, enums->node, context->scope); in semanticize_enum_type_node()
6121 add_decl(decl->node.reference_type_decl.name, decl, scope); in semanticize_reference_type_node()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/
H A Dcod.y1896 static void add_decl(char *id, sm_ref node, scope_ptr scope);
2653 add_decl(char *id, sm_ref node, scope_ptr scope) in add_decl() function
2677 add_decl(id, node, context->scope); in cod_add_decl_to_scope()
4968 add_decl(decl->node.declaration.id, decl, scope); in semanticize_decl()
6110 add_decl(enums->node->node.enumerator.id, enums->node, context->scope); in semanticize_enum_type_node()
6123 add_decl(decl->node.reference_type_decl.name, decl, scope); in semanticize_reference_type_node()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/pregen_source/Windows/
H A Dcod.y1894 static void add_decl(char *id, sm_ref node, scope_ptr scope);
2651 add_decl(char *id, sm_ref node, scope_ptr scope) in add_decl() function
2675 add_decl(id, node, context->scope); in cod_add_decl_to_scope()
4966 add_decl(decl->node.declaration.id, decl, scope); in semanticize_decl()
6108 add_decl(enums->node->node.enumerator.id, enums->node, context->scope); in semanticize_enum_type_node()
6121 add_decl(decl->node.reference_type_decl.name, decl, scope); in semanticize_reference_type_node()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs1317 env = foldl' add_decl emptyOccEnv pairs
1318 add_decl env0 (v,d) = foldl' add env0 (ifaceDeclFingerprints v d) function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs1317 env = foldl' add_decl emptyOccEnv pairs
1318 add_decl env0 (v,d) = foldl' add env0 (ifaceDeclFingerprints v d) function

123