Home
last modified time | relevance | path

Searched defs:call_fn (Results 1 – 21 of 21) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/unboxed-closures/
H A Dunboxed-closures-by-ref.rs4 fn call_fn<F: Fn()>(f: F) { in call_fn() function
H A Dunboxed-closures-infer-kind.rs7 fn call_fn<F: Fn()>(f: F) { in call_fn() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell-smbios-base.c36 int (*call_fn)(struct calling_interface_buffer *arg); member
141 int dell_smbios_register_device(struct device *d, void *call_fn) in dell_smbios_register_device()
288 int (*call_fn)(struct calling_interface_buffer *) = NULL; in dell_smbios_call() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell-smbios-base.c36 int (*call_fn)(struct calling_interface_buffer *arg); member
141 int dell_smbios_register_device(struct device *d, void *call_fn) in dell_smbios_register_device()
288 int (*call_fn)(struct calling_interface_buffer *) = NULL; in dell_smbios_call() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/dell/
H A Ddell-smbios-base.c36 int (*call_fn)(struct calling_interface_buffer *arg); member
141 int dell_smbios_register_device(struct device *d, void *call_fn) in dell_smbios_register_device()
288 int (*call_fn)(struct calling_interface_buffer *) = NULL; in dell_smbios_call() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/evmc/bindings/go/evmc/
H A Dhost.c86 evmc_call_fn call_fn = NULL; in go_exported_functions_type_checks() local
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dfunction-item-references.rs21 fn call_fn(f: &dyn Fn(u32) -> u32, x: u32) { f(x); } in call_fn() function
/dports/security/pam_krb5-rh/pam_krb5-2.4.13/tests/tools/
H A Dpam_harness.c101 #define call_fn(name,tag,flags) do { \ macro
/dports/devel/R-cran-rlang/rlang/R/
H A Dcall.R686 call_fn <- function(call, env = caller_env()) { function
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/scripting/swig/
H A Dsamr.py90 def call_fn(fn, pipe, args): function
/dports/lang/gnat_util/gcc-6-20180516/gcc/c/
H A Dc-array-notation.c204 tree identity_value = NULL_TREE, call_fn = NULL_TREE, new_call_expr, body; in fix_builtin_array_notation_fn() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c/
H A Dc-array-notation.c207 tree identity_value = NULL_TREE, call_fn = NULL_TREE, new_call_expr, body; in fix_builtin_array_notation_fn() local
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/c/
H A Dc-array-notation.c204 tree identity_value = NULL_TREE, call_fn = NULL_TREE, new_call_expr, body; in fix_builtin_array_notation_fn() local
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dcp-array-notation.c208 tree call_fn = NULL_TREE, identity_value = NULL_TREE; in expand_sec_reduce_builtin() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dcp-array-notation.c212 tree call_fn = NULL_TREE, identity_value = NULL_TREE; in expand_sec_reduce_builtin() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dcp-array-notation.c208 tree call_fn = NULL_TREE, identity_value = NULL_TREE; in expand_sec_reduce_builtin() local
/dports/security/silktools/silk-3.19.1/src/pysilk/python/
H A Dplugin.py316 def call_fn(rec): function
/dports/math/barvinok/barvinok-0.41.5/pet/
H A Dpet.cc636 void call_fn(pet_scop *scop) { in call_fn() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h1109 #define call_fn(fn) (this->*fn) macro
1113 #define call_fn(fn) (*fn) macro
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/UserAction.ocd/
H A DScript.c1212 private func EvalAct_ObjectCallInt(proplist props, proplist context, func call_fn) in EvalAct_ObjectCallInt()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dutils.c209 SEXP call_fn = PROTECT(r_new_function(R_NilValue, body, mask)); in vctrs_eval_mask_n_impl() local