Home
last modified time | relevance | path

Searched refs:empty_string (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c1981 static PyObject *empty_string; in compiler_from_import() local
1983 if (!empty_string) { in compiler_from_import()
1984 empty_string = PyString_FromString(""); in compiler_from_import()
1985 if (!empty_string) in compiler_from_import()
2026 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c2003 static PyObject *empty_string; in compiler_from_import() local
2005 if (!empty_string) { in compiler_from_import()
2006 empty_string = PyString_FromString(""); in compiler_from_import()
2007 if (!empty_string) in compiler_from_import()
2048 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()