Home
last modified time | relevance | path

Searched refs:stmt_container (Results 1 – 20 of 20) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dstmt.cc77 stmt_container *container, in draw_stask_display()
232 static int draw_noop(vhdl_procedural *, stmt_container *container, in draw_noop()
371 stmt_container *container, in emit_wait_for_0()
385 stmt_container::stmt_list_t &stmts = container->get_stmts(); in emit_wait_for_0()
820 stmt_container *else_container = body->add_elsif(edge); in draw_synthesisable_wait()
958 stmt_container tmp_container; in draw_wait()
1498 stmt_container *where = NULL; in draw_casezx()
1550 int draw_while(vhdl_procedural *proc, stmt_container *container, in draw_while()
1558 stmt_container tmp_container; in draw_while()
1619 int draw_utask(vhdl_procedural *proc, stmt_container *container, in draw_utask()
[all …]
H A Dvhdl_syntax.hh365 class stmt_container { class
367 ~stmt_container();
370 void move_stmts_from(stmt_container *other);
494 stmt_container *add_elsif(vhdl_expr *test);
500 stmt_container *container;
504 stmt_container then_part_, else_part_;
519 stmt_container *get_container() { return &stmts_; } in get_container()
523 stmt_container stmts_;
546 stmt_container *get_container() { return &stmts_; } in get_container()
551 stmt_container stmts_;
[all …]
H A Dvhdl_syntax.cc256 stmt_container::~stmt_container() in ~stmt_container()
261 void stmt_container::add_stmt(vhdl_seq_stmt *stmt) in add_stmt()
272 void stmt_container::move_stmts_from(stmt_container *other) in move_stmts_from()
278 void stmt_container::find_vars(vhdl_var_set_t& read, in find_vars()
289 void stmt_container::emit(std::ostream &of, int level, bool newline) const in emit()
836 stmt_container *vhdl_if_stmt::add_elsif(vhdl_expr *test) in add_elsif()
838 elsif ef = { test, new stmt_container }; in add_elsif()
H A Dvhdl_target.h20 int draw_stmt(vhdl_procedural *proc, stmt_container *container,
/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ditdb_sqlite.c599 sqlite3_stmt *stmt_container = NULL; in mk_Library() local
818 res = sqlite3_reset(stmt_container); in mk_Library()
831 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
840 sqlite3_bind_int(stmt_container, ++idx, pos++); in mk_Library()
843 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
845 sqlite3_bind_int(stmt_container, ++idx, types); in mk_Library()
848 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
858 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
861 res = sqlite3_step(stmt_container); in mk_Library()
1338 if (stmt_container) { in mk_Library()
[all …]
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ditdb_sqlite.c599 sqlite3_stmt *stmt_container = NULL; in mk_Library() local
818 res = sqlite3_reset(stmt_container); in mk_Library()
831 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
840 sqlite3_bind_int(stmt_container, ++idx, pos++); in mk_Library()
843 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
845 sqlite3_bind_int(stmt_container, ++idx, types); in mk_Library()
848 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
858 sqlite3_bind_int(stmt_container, ++idx, 0); in mk_Library()
861 res = sqlite3_step(stmt_container); in mk_Library()
1338 if (stmt_container) { in mk_Library()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python310/Python-3.10.1/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python37/Python-3.7.12/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python38/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python-tools/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python39/Python-3.9.9/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/databases/py-sqlite3/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python311/Python-3.11.0a3/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python-legacy/Python-2.7.18/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/lang/python27/Python-2.7.18/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_exitfunc.py66 stmt_container = containing_stmt.parent