OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Global_type
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c
142
static PyTypeObject *
Global_type
;
729
Global_type
= make_type("Global", stmt_type, Global_fields, 1);
730
if (!
Global_type
) return 0;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c
142
static PyTypeObject *
Global_type
;
712
Global_type
= make_type("Global", stmt_type, Global_fields, 1);
713
if (!
Global_type
) return 0;
[
all
...]
/external/python/cpython2/Python/
Python-ast.c
142
static PyTypeObject *
Global_type
;
729
Global_type
= make_type("Global", stmt_type, Global_fields, 1);
730
if (!
Global_type
) return 0;
[
all
...]
/external/python/cpython3/Python/
Python-ast.c
173
static PyTypeObject *
Global_type
;
910
Global_type
= make_type("Global", stmt_type, Global_fields, 1);
911
if (!
Global_type
) return 0;
[
all
...]
Completed in 100 milliseconds