Home
last modified time | relevance | path

Searched refs:using_stmt (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-param-manipulation.c861 gimple *using_stmt; in modify_call() local
862 FOR_EACH_IMM_USE_STMT (using_stmt, ui, lhs) in modify_call()
868 update_stmt (using_stmt); in modify_call()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-param-manipulation.c874 gimple *using_stmt; in modify_call() local
875 FOR_EACH_IMM_USE_STMT (using_stmt, ui, lhs) in modify_call()
881 update_stmt (using_stmt); in modify_call()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-param-manipulation.c861 gimple *using_stmt; in modify_call() local
862 FOR_EACH_IMM_USE_STMT (using_stmt, ui, lhs) in modify_call()
868 update_stmt (using_stmt); in modify_call()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-param-manipulation.c874 gimple *using_stmt; in modify_call() local
875 FOR_EACH_IMM_USE_STMT (using_stmt, ui, lhs) in modify_call()
881 update_stmt (using_stmt); in modify_call()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-param-manipulation.c874 gimple *using_stmt; in modify_call() local
875 FOR_EACH_IMM_USE_STMT (using_stmt, ui, lhs) in modify_call()
881 update_stmt (using_stmt); in modify_call()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-param-manipulation.c861 gimple *using_stmt; in modify_call() local
862 FOR_EACH_IMM_USE_STMT (using_stmt, ui, lhs) in modify_call()
868 update_stmt (using_stmt); in modify_call()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dipa-param-manipulation.c961 gimple *using_stmt; in modify_call() local
962 FOR_EACH_IMM_USE_STMT (using_stmt, ui, lhs) in modify_call()
968 update_stmt (using_stmt); in modify_call()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog.cc98 Log_event *end_ev, bool all, bool using_stmt,
1754 Log_event *end_ev, bool all, bool using_stmt, in binlog_flush_cache() argument
1761 if ((using_stmt && !cache_mngr->stmt_cache.empty()) || in binlog_flush_cache()
1765 if (using_stmt && thd->binlog_flush_pending_rows_event(TRUE, FALSE)) in binlog_flush_cache()
1782 using_stmt, using_trx); in binlog_flush_cache()
1798 cache_mngr->reset(using_stmt, using_trx); in binlog_flush_cache()
1800 DBUG_ASSERT(!using_stmt || cache_mngr->stmt_cache.empty()); in binlog_flush_cache()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog.cc98 Log_event *end_ev, bool all, bool using_stmt,
1754 Log_event *end_ev, bool all, bool using_stmt, in binlog_flush_cache() argument
1761 if ((using_stmt && !cache_mngr->stmt_cache.empty()) || in binlog_flush_cache()
1765 if (using_stmt && thd->binlog_flush_pending_rows_event(TRUE, FALSE)) in binlog_flush_cache()
1782 using_stmt, using_trx); in binlog_flush_cache()
1798 cache_mngr->reset(using_stmt, using_trx); in binlog_flush_cache()
1800 DBUG_ASSERT(!using_stmt || cache_mngr->stmt_cache.empty()); in binlog_flush_cache()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog.cc1746 Log_event *end_ev, bool all, bool using_stmt, in binlog_flush_cache() argument
1753 if ((using_stmt && !cache_mngr->stmt_cache.empty()) || in binlog_flush_cache()
1756 if (using_stmt && thd->binlog_flush_pending_rows_event(TRUE, FALSE)) in binlog_flush_cache()
1773 using_stmt, using_trx); in binlog_flush_cache()
1789 cache_mngr->reset(using_stmt, using_trx); in binlog_flush_cache()
1791 DBUG_ASSERT((!using_stmt || cache_mngr->stmt_cache.empty()) && in binlog_flush_cache()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog.cc1746 Log_event *end_ev, bool all, bool using_stmt, in binlog_flush_cache() argument
1753 if ((using_stmt && !cache_mngr->stmt_cache.empty()) || in binlog_flush_cache()
1756 if (using_stmt && thd->binlog_flush_pending_rows_event(TRUE, FALSE)) in binlog_flush_cache()
1773 using_stmt, using_trx); in binlog_flush_cache()
1789 cache_mngr->reset(using_stmt, using_trx); in binlog_flush_cache()
1791 DBUG_ASSERT((!using_stmt || cache_mngr->stmt_cache.empty()) && in binlog_flush_cache()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dlog.cc1738 Log_event *end_ev, bool all, bool using_stmt,
1745 if ((using_stmt && !cache_mngr->stmt_cache.empty()) ||
1748 if (using_stmt && thd->binlog_flush_pending_rows_event(TRUE, FALSE))
1765 using_stmt, using_trx);
1781 cache_mngr->reset(using_stmt, using_trx);
1783 DBUG_ASSERT((!using_stmt || cache_mngr->stmt_cache.empty()) &&
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dlog.cc1738 Log_event *end_ev, bool all, bool using_stmt, in binlog_flush_cache() argument
1745 if ((using_stmt && !cache_mngr->stmt_cache.empty()) || in binlog_flush_cache()
1748 if (using_stmt && thd->binlog_flush_pending_rows_event(TRUE, FALSE)) in binlog_flush_cache()
1765 using_stmt, using_trx); in binlog_flush_cache()
1781 cache_mngr->reset(using_stmt, using_trx); in binlog_flush_cache()
1783 DBUG_ASSERT((!using_stmt || cache_mngr->stmt_cache.empty()) && in binlog_flush_cache()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dcp-tree.def210 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dcp-tree.def210 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dcp-tree.def208 DEFTREECODE (USING_STMT, "using_stmt", tcc_statement, 1)

12