Home
last modified time | relevance | path

Searched refs:pyglobals (Results 1 – 11 of 11) sorted by relevance

/dports/devel/mercurial/mercurial-6.0/contrib/fuzz/
H A Dpyutil.h13 PyObject *pyglobals();
H A Dfm1readmarkers.cc50 PyObject *res = PyEval_EvalCode(code, contrib::pyglobals(), locals); in LLVMFuzzerTestOneInput()
H A Ddirstate.cc38 PyObject *res = PyEval_EvalCode(code, contrib::pyglobals(), locals); in LLVMFuzzerTestOneInput()
H A Ddirs.cc46 PyObject *res = PyEval_EvalCode(code, contrib::pyglobals(), locals); in LLVMFuzzerTestOneInput()
H A Drevlog.cc52 PyObject *res = PyEval_EvalCode(code, contrib::pyglobals(), locals); in LLVMFuzzerTestOneInput()
H A Dfncache.cc60 PyObject *res = PyEval_EvalCode(code, contrib::pyglobals(), locals); in LLVMFuzzerTestOneInput()
H A Djsonescapeu8fast.cc46 PyObject *res = PyEval_EvalCode(code, contrib::pyglobals(), locals); in LLVMFuzzerTestOneInput()
H A Dmanifest.cc63 PyObject *res = PyEval_EvalCode(code, contrib::pyglobals(), locals); in LLVMFuzzerTestOneInput()
H A Dpyutil.cc71 PyObject *pyglobals() in pyglobals() function
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dpython.c889 extern PyObject *pyglobals(objectptr);
902 PyDict_SetItem(rdict, PyString_FromString("globals"), pyglobals(topobject)); in xc_netlist()
H A Dnetlist.c5172 PyObject *pyglobals(objectptr cschem) in pyglobals() function