OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ourfreevars
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c
240
PyObject *freevars = NULL, *
ourfreevars
= NULL;
local
280
ourfreevars
= validate_and_copy_tuple(freevars);
282
ourfreevars
= PyTuple_New(0);
283
if (
ourfreevars
== NULL)
294
ourfreevars
, ourcellvars, filename,
299
Py_XDECREF(
ourfreevars
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c
240
PyObject *freevars = NULL, *
ourfreevars
= NULL;
local
280
ourfreevars
= validate_and_copy_tuple(freevars);
282
ourfreevars
= PyTuple_New(0);
283
if (
ourfreevars
== NULL)
294
ourfreevars
, ourcellvars, filename,
299
Py_XDECREF(
ourfreevars
);
/external/python/cpython2/Objects/
codeobject.c
280
PyObject *freevars = NULL, *
ourfreevars
= NULL;
local
320
ourfreevars
= validate_and_copy_tuple(freevars);
322
ourfreevars
= PyTuple_New(0);
323
if (
ourfreevars
== NULL)
334
ourfreevars
, ourcellvars, filename,
339
Py_XDECREF(
ourfreevars
);
/external/python/cpython3/Objects/
codeobject.c
338
PyObject *freevars = NULL, *
ourfreevars
= NULL;
local
385
ourfreevars
= validate_and_copy_tuple(freevars);
387
ourfreevars
= PyTuple_New(0);
388
if (
ourfreevars
== NULL)
400
ourfreevars
, ourcellvars, filename,
405
Py_XDECREF(
ourfreevars
);
Completed in 241 milliseconds