Searched refs:func_call (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx1052 String *func_call = buildClosFunctionCall(constructor_arg_types, initfunc_name, chickenPrimitiveName(constructor_name)); local
1055 Printf(clos_methods, "%s\n", func_call);
1056 Delete(func_call);
1246 String *func_call = NewString(""); local
1274 Printf(func_call, "(define-method (%s %s . args) (apply %s %s args))", closname, method_signature, funcname, func_args);
1276 Printf(func_call, "(define-method (%s %s) (%s %s))", closname, method_signature, funcname, func_args);
1282 return func_call;
1421 String *func_call = buildClosFunctionCall(f.item, clos_name, chickenPrimitiveName(scmname)); local
1422 Printf(clos_methods, "%s\n", func_call);
1424 Delete(func_call);
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dfunction.m104 func_call(PyObject* s, PyObject* args, PyObject* kwds)
290 func_call, /* tp_call */
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dfunction.m114 func_call(PyObject* s, PyObject* args, PyObject* kwds)
299 func_call, /* tp_call */
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dfunction.m113 func_call(PyObject* s, PyObject* args, PyObject* kwds)
298 func_call, /* tp_call */
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Drep.h396 #define REPLICATION_WRAP(env, func_call, checklock, ret) do { \
401 (ret) = func_call; \

Completed in 195 milliseconds