HomeSort by relevance Sort by last modified time
    Searched refs:u_names (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 106 PyObject *u_names; /* all names */ member in struct:compiler_unit
455 Py_CLEAR(u->u_names);
508 u->u_names = PyDict_New();
509 if (!u->u_names) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 106 PyObject *u_names; /* all names */ member in struct:compiler_unit
432 Py_CLEAR(u->u_names);
485 u->u_names = PyDict_New();
486 if (!u->u_names) {
    [all...]
  /external/python/cpython2/Python/
compile.c 106 PyObject *u_names; /* all names */ member in struct:compiler_unit
455 Py_CLEAR(u->u_names);
508 u->u_names = PyDict_New();
509 if (!u->u_names) {
    [all...]
  /external/python/cpython3/Python/
compile.c 115 PyObject *u_names; /* all names */ member in struct:compiler_unit
531 Py_CLEAR(u->u_names);
612 u->u_names = PyDict_New();
613 if (!u->u_names) {
    [all...]

Completed in 45 milliseconds