Home
last modified time | relevance | path

Searched defs:funcall (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/fault_injection/
H A Dfault_injection.h134 #define NACL_FI(site_name, funcall, error_value) \ argument
183 #define NACL_FI_VAL(site_name, type, funcall) \ argument
198 #define NACL_FI_SYSCALL(site_name, funcall) \ argument
213 #define NACL_FI_TYPED_SYSCALL(site_name, type, funcall) \ argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/cgns/
H A DIocgns_Utils.h30 #define CGCHECK(funcall) \ argument
36 #define CGCHECKM(funcall) \ argument
41 #define CGCHECKNP(funcall) \ argument
47 #define CGCHECK2(funcall) \ argument
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DMisc_visitors.cpp18 Contains_function_call::visit( AST::FunctionCall * funcall ) { in visit()
115 Collect_function_calls::visit( AST::FunctionCall *funcall ) { in visit()
208 Compute_call_count::visit( AST::FunctionCall* funcall ) { in visit()
H A DTransformation.cpp29 Make_unique_funcalls::visit( FunctionCall *funcall ) { in visit()
117 Check_unique_funcalls::visit( FunctionCall *funcall ) { in visit()
450 Add_bound_variables_base::add_bound( AST::FunctionCall *funcall ) { in add_bound()
472 Add_bound_variables_base::bound_variable( AST::FunctionCall *funcall ) { in bound_variable()
489 Add_bound_variables_base::has_bound_variable( AST::FunctionCall *funcall ) { in has_bound_variable()
604 Substitute_funcalls::visit( AST::FunctionCall *funcall ) { in visit()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/src/legacy/
H A Derl_timeout.h64 #define timeout(ms,funcall) \ argument
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/src/legacy/
H A Derl_timeout.h64 #define timeout(ms,funcall) \ argument
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dmacros.lisp555 `(sb!c::%funcall ,fn-sym . ,arg-forms))))) macro
H A Deval.lisp329 (defun funcall (function &rest arguments) function
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpc-1.2.1-c/tools/bench/
H A Dbenchtime.h47 #define DECLARE_TIME_NOP(func, funcall, nop) \ argument
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tools/bench/
H A Dbenchtime.h52 #define DECLARE_TIME_NOP(func, funcall, nop) \ argument
/dports/math/mpc/mpc-1.2.1/tools/bench/
H A Dbenchtime.h47 #define DECLARE_TIME_NOP(func, funcall, nop) \ argument
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/test/
H A DReadEdgeFace.c8 #define EXCHECK(funcall,errmsg)\ argument
15 #define EXCHKPI(funcall,errmsg,sucmsg,ival)\ argument
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/test/
H A DReadEdgeFace.c7 #define EXCHECK(funcall,errmsg)\ argument
14 #define EXCHKPI(funcall,errmsg,sucmsg,ival)\ argument
/dports/astro/gpsd/gpsd-3.20/
H A Dcompiler.h62 #define ignore_return(funcall) \ argument
/dports/devel/R-cran-lintr/lintr/R/
H A Dseq_linter.R28 funcall <- xml2::xml_children(xml2::xml_children(x)[[n]]) functionVar
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/sci_gateway/cpp/
H A Dsci_macr2tree.cpp114 types::TList* funcall = new types::TList(); in sci_macr2tree() local
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/FPG/
H A DAbstract_value.h30 virtual void funcall( AST::Expression* ) {} in funcall() function
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dmodule-env-25.h50 emacs_value (*funcall) (emacs_env *env, variable
/dports/editors/emacs/emacs-27.2/src/
H A Dmodule-env-25.h56 emacs_value (*funcall) (emacs_env *env, variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_copy.c49 #define EXCHECK(funcall) \ argument
55 #define EXCHECKI(funcall) \ argument
61 #define EXCHECKF(funcall) \ argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_copy.c15 #define EXCHECK(funcall) \ argument
21 #define EXCHECKI(funcall) \ argument
27 #define EXCHECKF(funcall) \ argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dparse.c115 struct funcall struct
117 struct funcall *next; argument
121 static struct funcall *funcall_chain; argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dparse.c115 struct funcall struct
117 struct funcall *next; argument
121 static struct funcall *funcall_chain; argument
/dports/lang/kawa/kawa-3.1.1/gnu/commonlisp/lisp/
H A Dprimitives.lisp85 (defun funcall (func &rest args) function
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/Unused/
H A DCollect_function_calls.cpp37 Collect_function_calls::visit( AST::FunctionCall* funcall ) { in visit()

12345