Home
last modified time | relevance | path

Searched refs:old_call (Results 1 – 25 of 85) sorted by relevance

1234

/dports/comms/wsjtz/wsjtx/UDPExamples/
H A DMessageAggregatorMainWindow.cpp169 auto old_call = item->data (Qt::UserRole); in __anonbb0f4b250402() local
170 if (old_call.isValid ()) change_highlighting (old_call.toString ()); in __anonbb0f4b250402()
178 auto old_call = item->data (Qt::UserRole); in __anonbb0f4b250502() local
179 change_highlighting (old_call.toString ()); in __anonbb0f4b250502()
180 change_highlighting (old_call.toString () in __anonbb0f4b250502()
189 auto old_call = item->data (Qt::UserRole); in __anonbb0f4b250602() local
203 auto old_call = item->data (Qt::UserRole); in __anonbb0f4b250702() local
214 auto old_call = item->data (Qt::UserRole); in __anonbb0f4b250802() local
216 if (new_call != old_call) in __anonbb0f4b250802()
219 if (old_call.isValid ()) in __anonbb0f4b250802()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgsutil_test.py64 self.old_call = getattr(subprocess, 'call')
72 setattr(subprocess, 'call', self.old_call)
H A Dbot_update_coverage_test.py171 self.old_call = getattr(bot_update, 'call')
184 setattr(bot_update, 'call', self.old_call)
/dports/textproc/py-pallets-sphinx-themes/Pallets-Sphinx-Themes-1.2.3/src/pallets_sphinx_themes/themes/click/
H A Ddomain.py68 old_call = subprocess.call
84 subprocess.call = old_call
/dports/biology/py-biom-format/biom-format-2.1.10/biom/
H A Derr.py293 old_call = self._profile[errtype]['call']
295 return old_call
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/kernel/
H A Dfcall.h77 zend_execute_data *old_call = execute_data; \
93 execute_data = old_call; \
104 zend_execute_data *old_call = execute_data; \
120 execute_data = old_call; \
/dports/www/phalcon4/cphalcon-4.1.1/ext/kernel/
H A Dfcall.h77 zend_execute_data *old_call = execute_data; \
93 execute_data = old_call; \
104 zend_execute_data *old_call = execute_data; \
120 execute_data = old_call; \
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/tester/
H A Dmock.py136 def old_call(self, name): member in MockMixin
171 newdir = self.old_call('mkdtemp')(*args, **kwargs)
255 stdout = self.old_call('_call')(program, *args, **kwargs)
/dports/devel/py-click6/click-6.7/docs/
H A Dclickdoctools.py55 old_call = subprocess.call
68 subprocess.call = old_call
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfNewQSO.pas1246 old_call := '';
3537 if NOT (old_call = '') then
3539 if (old_call <> edtCall.Text) and (QTHfromCb) then
5293 old_call := edtCall.Text;
5316 if (old_call = edtCall.Text) and (not fEditQSO) then
5320 if old_call = '' then
5322 old_call := edtCall.Text;
5326 if edtCall.Text = old_call then
5397 if NOT (old_call = '') then
6471 old_call := '';
[all …]
H A DfContest.pas113 frmNewQSO.old_call:=''; //this is stupid hack but only way to reproduce
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-reassoc.c4914 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
4917 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
4920 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
4921 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
4937 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
4942 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
4946 gimple_location (old_call)); in attempt_builtin_copysign()
4947 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-reassoc.c4914 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
4917 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
4920 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
4921 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
4937 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
4942 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
4946 gimple_location (old_call)); in attempt_builtin_copysign()
4947 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-reassoc.c5702 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5705 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5709 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5710 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5726 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5731 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5735 gimple_location (old_call)); in attempt_builtin_copysign()
5736 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-reassoc.c5693 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5696 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5700 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5701 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5717 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5722 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5726 gimple_location (old_call)); in attempt_builtin_copysign()
5727 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-reassoc.c5693 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5696 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5700 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5701 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5717 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5722 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5726 gimple_location (old_call)); in attempt_builtin_copysign()
5727 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-reassoc.c5693 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5696 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5700 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5701 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5717 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5722 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5726 gimple_location (old_call)); in attempt_builtin_copysign()
5727 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-reassoc.c5745 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5748 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5752 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5753 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5769 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5774 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5778 gimple_location (old_call)); in attempt_builtin_copysign()
5779 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-reassoc.c5693 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5696 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5700 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5701 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5717 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5722 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5726 gimple_location (old_call)); in attempt_builtin_copysign()
5727 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-reassoc.c5691 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5694 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5698 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5699 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5715 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5720 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5724 gimple_location (old_call)); in attempt_builtin_copysign()
5725 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-reassoc.c5745 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5748 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5752 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5753 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5769 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5774 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5778 gimple_location (old_call)); in attempt_builtin_copysign()
5779 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-reassoc.c5735 if (gcall *old_call = dyn_cast <gcall *> (def_stmt)) in attempt_builtin_copysign() local
5738 switch (gimple_call_combined_fn (old_call)) in attempt_builtin_copysign()
5742 arg0 = gimple_call_arg (old_call, 0); in attempt_builtin_copysign()
5743 arg1 = gimple_call_arg (old_call, 1); in attempt_builtin_copysign()
5759 if (gimple_call_internal_p (old_call)) in attempt_builtin_copysign()
5764 (gimple_call_fndecl (old_call), 2, mul, arg1); in attempt_builtin_copysign()
5768 gimple_location (old_call)); in attempt_builtin_copysign()
5769 insert_stmt_after (new_call, old_call); in attempt_builtin_copysign()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dsemantics.c6642 cxx_bind_parameters_in_call (const constexpr_call *old_call, tree t, in cxx_bind_parameters_in_call() argument
6670 arg = cxx_eval_constant_expression (old_call, x, allow_non_constant, in cxx_bind_parameters_in_call()
6735 cxx_eval_call_expression (const constexpr_call *old_call, tree t, in cxx_eval_call_expression() argument
6750 fun = cxx_eval_constant_expression (old_call, fun, allow_non_constant, in cxx_eval_call_expression()
6766 return cxx_eval_builtin_function_call (old_call, t, allow_non_constant, in cxx_eval_call_expression()
6783 return cxx_eval_constant_expression (old_call, arg, allow_non_constant, in cxx_eval_call_expression()
6788 if (old_call != NULL && old_call->fundef->decl == fun) in cxx_eval_call_expression()
6789 new_call.fundef = old_call->fundef; in cxx_eval_call_expression()
6810 cxx_bind_parameters_in_call (old_call, t, &new_call, in cxx_eval_call_expression()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dsemantics.c6602 cxx_bind_parameters_in_call (const constexpr_call *old_call, tree t, in cxx_bind_parameters_in_call() argument
6630 arg = cxx_eval_constant_expression (old_call, x, allow_non_constant, in cxx_bind_parameters_in_call()
6695 cxx_eval_call_expression (const constexpr_call *old_call, tree t, in cxx_eval_call_expression() argument
6710 fun = cxx_eval_constant_expression (old_call, fun, allow_non_constant, in cxx_eval_call_expression()
6726 return cxx_eval_builtin_function_call (old_call, t, allow_non_constant, in cxx_eval_call_expression()
6743 return cxx_eval_constant_expression (old_call, arg, allow_non_constant, in cxx_eval_call_expression()
6748 if (old_call != NULL && old_call->fundef->decl == fun) in cxx_eval_call_expression()
6749 new_call.fundef = old_call->fundef; in cxx_eval_call_expression()
6770 cxx_bind_parameters_in_call (old_call, t, &new_call, in cxx_eval_call_expression()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcgraph.c1115 gimple old_stmt, tree old_call, in cgraph_update_edges_for_call_stmt_node() argument
1122 if (!new_call && !old_call) in cgraph_update_edges_for_call_stmt_node()
1126 if (old_call != new_call) in cgraph_update_edges_for_call_stmt_node()

1234