Home
last modified time | relevance | path

Searched defs:func_args (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/_sqlite/
Dcursor.c426 PyObject* func_args; in _pysqlite_query_execute() local
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py809 def write_parameters(out_data_f, test_args, func_args, unique_expressions): argument
/third_party/mindspore/mindspore/core/load_mindir/
Dinfer_mindir.cc259 auto func_args = func->args(); in EvalPartialAbastract() local
/third_party/jerryscript/tests/unit-core/
Dtest-api.c813 jerry_value_t func_args[3] = in main() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc983 abstract::AbstractBasePtrList func_args; in SetMindIRGraphAction() local
/third_party/python/Modules/
D_testcapimodule.c5018 PyObject *func, *func_args; in test_pyobject_fastcall() local
5036 PyObject *func, *func_args, *kwargs; in test_pyobject_fastcalldict() local
5063 PyObject *func, *func_args, *kwnames = NULL; in test_pyobject_vectorcall() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc189 py::object func_args = python_adapter::GetPyObjAttr(fn_node, "args"); in GenerateArgsNodeForFunction() local