Home
last modified time | relevance | path

Searched refs:orig_function (Results 1 – 25 of 46) sorted by relevance

12

/dports/deskutils/zim/zim-0.74.3/tests/
H A D__init__.py766 orig_function = getattr(object, name)
767 wrapper = CallBackWrapper(orig_function)
774 def __init__(self, orig_function): argument
775 assert orig_function is not None
777 self.orig_function = orig_function
787 return self.orig_function(*arg, **kwarg)
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/lib/
H A DGtk2.pm121 my $orig_function = \&{$function};
126 $orig_function->(@_);
/dports/math/py-theano/Theano-1.0.5/theano/compile/
H A Dfunction.py13 from theano.compile.function_module import orig_function
300 fn = orig_function(inputs, outputs,
H A Dpfunc.py11 from theano.compile import orig_function, In, Out
483 return orig_function(inputs, cloned_outputs, mode,
H A Dbuilders.py9 from theano.compile.function_module import orig_function
703 self.fn = orig_function(self.local_inputs,
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dbindiff.py295 self.orig_function = function
332 if n.addr in self.orig_function.get_call_sites():
333 call_targets.append(self.orig_function.get_call_target(n.addr))
336 if block.addr in self.orig_function.get_call_sites():
337 call_targets.append(self.orig_function.get_call_target(block.addr))
/dports/finance/gnucash/gnucash-4.9/bindings/python/
H A Dgnucash_core.py578 def decorate_monetary_list_returning_function(orig_function): argument
594 for item in orig_function(self, *args) ]
/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_execute.c1599 …Script *script, void *container, FeriteObject *block, FeriteFunction *orig_function, FeriteVariabl… in ferite_call_function() argument
1608 if( orig_function != NULL ) in ferite_call_function()
1620 for( function = orig_function; function != NULL; function = function->next ) in ferite_call_function()
1643 … ferite_error( script, 0, "Incorrect parameters for function %s\n", orig_function->name ); in ferite_call_function()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/
H A Dcpuid.c1184 u32 orig_function = *eax, function = *eax, index = *ecx; in kvm_cpuid() local
1224 trace_kvm_cpuid(orig_function, index, *eax, *ebx, *ecx, *edx, exact, in kvm_cpuid()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/
H A Dcpuid.c1184 u32 orig_function = *eax, function = *eax, index = *ecx; in kvm_cpuid() local
1224 trace_kvm_cpuid(orig_function, index, *eax, *ebx, *ecx, *edx, exact, in kvm_cpuid()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/
H A Dcpuid.c1184 u32 orig_function = *eax, function = *eax, index = *ecx; in kvm_cpuid() local
1224 trace_kvm_cpuid(orig_function, index, *eax, *ebx, *ecx, *edx, exact, in kvm_cpuid()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbbmalloc/
H A Dfrontend.cpp3122 …* __TBB_malloc_safer_aligned_realloc(void *ptr, size_t size, size_t alignment, void* orig_function) in __TBB_malloc_safer_aligned_realloc() argument
3143 orig_aligned_ptrs *original_ptrs = static_cast<orig_aligned_ptrs*>(orig_function); in __TBB_malloc_safer_aligned_realloc()
3168 suppress_unused_warning(orig_function); in __TBB_malloc_safer_aligned_realloc()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dfrontend.cpp3050 …* __TBB_malloc_safer_aligned_realloc(void *ptr, size_t size, size_t alignment, void* orig_function) in __TBB_malloc_safer_aligned_realloc() argument
3071 orig_aligned_ptrs *original_ptrs = static_cast<orig_aligned_ptrs*>(orig_function); in __TBB_malloc_safer_aligned_realloc()
3096 suppress_unused_warning(orig_function); in __TBB_malloc_safer_aligned_realloc()
/dports/devel/tbb/oneTBB-2020.3/src/tbbmalloc/
H A Dfrontend.cpp3122 …* __TBB_malloc_safer_aligned_realloc(void *ptr, size_t size, size_t alignment, void* orig_function) in __TBB_malloc_safer_aligned_realloc() argument
3143 orig_aligned_ptrs *original_ptrs = static_cast<orig_aligned_ptrs*>(orig_function); in __TBB_malloc_safer_aligned_realloc()
3168 suppress_unused_warning(orig_function); in __TBB_malloc_safer_aligned_realloc()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbbmalloc/
H A Dfrontend.cpp3122 …* __TBB_malloc_safer_aligned_realloc(void *ptr, size_t size, size_t alignment, void* orig_function) in __TBB_malloc_safer_aligned_realloc() argument
3143 orig_aligned_ptrs *original_ptrs = static_cast<orig_aligned_ptrs*>(orig_function); in __TBB_malloc_safer_aligned_realloc()
3168 suppress_unused_warning(orig_function); in __TBB_malloc_safer_aligned_realloc()
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbbmalloc/
H A Dfrontend.cpp3134 …* __TBB_malloc_safer_aligned_realloc(void *ptr, size_t size, size_t alignment, void* orig_function) in __TBB_malloc_safer_aligned_realloc() argument
3155 orig_aligned_ptrs *original_ptrs = static_cast<orig_aligned_ptrs*>(orig_function); in __TBB_malloc_safer_aligned_realloc()
3180 suppress_unused_warning(orig_function); in __TBB_malloc_safer_aligned_realloc()
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-common.c6629 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6636 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6642 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6752 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6782 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
6808 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-common.c6684 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6691 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6697 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6809 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6839 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
6865 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-common.c6847 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6854 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6860 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6972 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
7002 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
7028 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-common.c6685 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6692 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6698 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6810 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6840 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
6866 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-common.c6844 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6851 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6857 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6969 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6999 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
7025 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-common.c6685 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6692 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6698 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6810 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6840 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
6866 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-common.c6844 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6851 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6857 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6969 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6999 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
7025 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-common.c6627 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6634 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6640 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6750 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6780 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
6806 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc-common.c6629 speculation_safe_value_resolve_params (location_t loc, tree orig_function, in speculation_safe_value_resolve_params() argument
6636 error_at (loc, "too few arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6642 error_at (loc, "too many arguments to function %qE", orig_function); in speculation_safe_value_resolve_params()
6752 sync_resolve_params (location_t loc, tree orig_function, tree function, in sync_resolve_params() argument
6782 error_at (loc, "too few arguments to function %qE", orig_function); in sync_resolve_params()
6808 error_at (loc, "too many arguments to function %qE", orig_function); in sync_resolve_params()

12